@Internal public class DummyRow extends Object implements StructureRow
StructureRow.ZeroRowROW_ZERO| Constructor and Description |
|---|
DummyRow(long rowId,
ItemIdentity itemId,
long semantics,
Object item) |
| Modifier and Type | Method and Description |
|---|---|
<I> I |
getItem(Class<I> itemClass)
Tries to resolve the item based on its ID, that is, get an object that represents this item.
|
ItemIdentity |
getItemId()
Returns item ID for the item shown in this row.
|
long |
getRowId()
Returns row ID, a positive number.
|
long |
getSemantics()
Returns row's semantics.
|
public DummyRow(long rowId,
@NotNull
ItemIdentity itemId,
long semantics,
@Nullable
Object item)
public long getRowId()
StructureRowgetRowId in interface StructureRow@NotNull public ItemIdentity getItemId()
StructureRowgetItemId in interface StructureRowpublic long getSemantics()
StructureRowgetSemantics in interface StructureRow@Nullable
public <I> I getItem(@NotNull
Class<I> itemClass)
StructureRowTries to resolve the item based on its ID, that is, get an object that represents this item. Resolution includes checking the current user's access to that item, unless the row is created with an additional flag indicating that the access check should be skipped.
This method may return null in many different cases:
StructureRow was created with the ItemAccessMode.ITEM_NOT_NEEDED flag.itemClass.getItem in interface StructureRowI - type of item's objectsitemClass - expected class of the item's objectnullCopyright © 2021 ALM Works. All Rights Reserved.