Class TransientItemStateManager

  • All Implemented Interfaces:
    ItemStateCreationListener, ItemStateLifeCycleListener

    public class TransientItemStateManager
    extends Object
    implements ItemStateCreationListener
    TransientItemStateManager adds support for transient changes on ItemStates and also provides methods to create new item states. While all other modifications can be invoked on the item state instances itself, creating a new node state is done using createNewNodeState(Name, String, Name, QNodeDefinition, NodeState) and createNewPropertyState(Name, NodeState, QPropertyDefinition, QValue[], int).