Interface ItemStateManager

    • Method Detail

      • hasItemState

        boolean hasItemState​(ItemId id)
        Return a flag indicating whether an item state for a given item id exists.
        Parameters:
        id - item id
        Returns:
        true if an item state exists, otherwise false
      • hasNodeReferences

        boolean hasNodeReferences​(NodeId id)
        Return a flag indicating whether a node references object for a given target id exists.
        Parameters:
        id - target id
        Returns:
        true if a node reference object exists for the given id, otherwise false.