RowManager, a component
responsible for rows.See: Description
| Interface | Description |
|---|---|
| RowManager |
RowManager is responsible for maintaining row database and row properties. |
| RowMapper |
RowMapper helps track the original row IDs for copied row. |
| RowRetriever |
RowRetriever is an abstraction of an object that can provide an instance of StructureRow by its numeric ID. |
| StructureRow |
StructureRow instances represent rows, main building blocks of a forest. |
| Class | Description |
|---|---|
| DummyRow | |
| RowMapper.Mapping | |
| ShallowRow | |
| SimpleRow | |
| StructureRow.ZeroRow | |
| StructureRows | |
| SuperRootRow |
The super-root is a fictional row that is present in every forest as the parent of all root rows.
|
| TransientRow |
| Enum | Description |
|---|---|
| ItemAccessMode |
These values may be used to optimize the access to
StructureRow, based on whether the client code is going to use the
StructureRow.getItem(java.lang.Class<I>) method or not, and whether it is important that the current user has access to that item. |
| Exception | Description |
|---|---|
| MissingRowException |
This exception is thrown by
RowManager if the code requests a non-existent row. |
This package's primary citizen is RowManager, a component
responsible for rows.
Copyright © 2022 ALM Works. All Rights Reserved.