|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ItemStateManager
The ItemStateManager interface provides methods for retrieving
ItemState and NodeReferences instances by id.
| Method Summary | |
|---|---|
ItemState |
getItemState(ItemId id)
Return an item state, given its item id. |
NodeReferences |
getNodeReferences(NodeId id)
Return a node references object, given its target id |
boolean |
hasItemState(ItemId id)
Return a flag indicating whether an item state for a given item id exists. |
boolean |
hasNodeReferences(NodeId id)
Return a flag indicating whether a node references object for a given target id exists. |
| Method Detail |
|---|
ItemState getItemState(ItemId id)
throws NoSuchItemStateException,
ItemStateException
id - item id
NoSuchItemStateException - if the item does not exist
ItemStateException - if an error occursboolean hasItemState(ItemId id)
id - item id
true if an item state exists,
otherwise false
NodeReferences getNodeReferences(NodeId id)
throws NoSuchItemStateException,
ItemStateException
id - target id
NoSuchItemStateException - if the item does not exist
ItemStateException - if an error occursboolean hasNodeReferences(NodeId id)
id - target id
true if a node reference object exists for the given
id, otherwise false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||