Uses of Class
org.apache.jackrabbit.jcr2spi.state.ItemState
- 
- 
Uses of ItemState in org.apache.jackrabbit.jcr2spi
Methods in org.apache.jackrabbit.jcr2spi that return ItemState Modifier and Type Method Description protected ItemStateItemImpl. getItemState()Returns the item-state associated with thisItem.Methods in org.apache.jackrabbit.jcr2spi with parameters of type ItemState Modifier and Type Method Description booleanWorkspaceManager. canRead(ItemState itemState)booleanWorkspaceManager. canRemove(ItemState itemState)voidItemManagerImpl. created(ItemState state)ItemItemCache. getItem(ItemState state)Returns the cachedItemthat belongs to the givenItemStateornullif the cache does not contain thatItem.ItemItemCacheImpl. getItem(ItemState state)booleanWorkspaceManager. isGranted(ItemState itemState, String[] actions)voidItemImpl. statusChanged(ItemState state, int previousStatus)voidItemManagerImpl. statusChanged(ItemState state, int previousStatus)Constructors in org.apache.jackrabbit.jcr2spi with parameters of type ItemState Constructor Description ItemImpl(SessionImpl session, ItemState state, ItemLifeCycleListener[] listeners) - 
Uses of ItemState in org.apache.jackrabbit.jcr2spi.hierarchy
Methods in org.apache.jackrabbit.jcr2spi.hierarchy that return ItemState Modifier and Type Method Description ItemStateHierarchyEntry. getItemState()If thisHierarchyEntryhas already been resolved before (seeHierarchyEntry.isAvailable()), thatItemStateis returned.Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type ItemState Modifier and Type Method Description voidUniqueIdResolver. created(ItemState state)Nothing to do.voidHierarchyEntry. setItemState(ItemState state)Set the ItemState this hierarchyEntry will be resolved to.voidUniqueIdResolver. statusChanged(ItemState state, int previousStatus)Updates the internal id-lookup if the given state - is identify by a uniqueID and got removed - was modified and now is identified by a uniqueID - was modified and is not identified by a uniqueID any more - 
Uses of ItemState in org.apache.jackrabbit.jcr2spi.operation
Fields in org.apache.jackrabbit.jcr2spi.operation declared as ItemState Modifier and Type Field Description protected ItemStateAbstractRemove. removeStateprotected ItemStateRemove. removeStateMethods in org.apache.jackrabbit.jcr2spi.operation that return ItemState Modifier and Type Method Description ItemStateRemove. getRemoveState()Methods in org.apache.jackrabbit.jcr2spi.operation that return types with arguments of type ItemState Modifier and Type Method Description List<ItemState>AddNode. getAddedStates()Collection<ItemState>AbstractOperation. getAffectedItemStates()Collection<ItemState>Operation. getAffectedItemStates()A collection ofItemStates that are affected by this operation.Methods in org.apache.jackrabbit.jcr2spi.operation with parameters of type ItemState Modifier and Type Method Description protected voidAbstractOperation. addAffectedItemState(ItemState affectedState)Adds an affectedItemState.static OperationRemove. create(ItemState state)static OperationRemove. create(ItemState state, int options)Method parameters in org.apache.jackrabbit.jcr2spi.operation with type arguments of type ItemState Modifier and Type Method Description voidAddNode. addedState(List<ItemState> newStates)Constructors in org.apache.jackrabbit.jcr2spi.operation with parameters of type ItemState Constructor Description AbstractRemove(ItemState removeState, NodeState parent) - 
Uses of ItemState in org.apache.jackrabbit.jcr2spi.security
Methods in org.apache.jackrabbit.jcr2spi.security with parameters of type ItemState Modifier and Type Method Description booleanAccessManager. canRead(ItemState itemState)Returns true if the existing item with the givenItemIdcan be read.booleanAccessManager. canRemove(ItemState itemState)Returns true if the existing item state can be removed.booleanAccessManager. isGranted(ItemState itemState, String[] actions)Determines whether the specifiedpermissionsare granted on the item with the specified path. - 
Uses of ItemState in org.apache.jackrabbit.jcr2spi.state
Subclasses of ItemState in org.apache.jackrabbit.jcr2spi.state Modifier and Type Class Description classNodeStateNodeStaterepresents the state of aNode.classPropertyStatePropertyStaterepresents the state of aProperty.Methods in org.apache.jackrabbit.jcr2spi.state that return ItemState Modifier and Type Method Description ItemStateChangeLog. getTarget()Methods in org.apache.jackrabbit.jcr2spi.state that return types with arguments of type ItemState Modifier and Type Method Description Set<ItemState>ChangeLog. getAffectedStates()Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type ItemState Modifier and Type Method Description voidItemStateValidator. checkRemoveItem(ItemState targetState, int options)Checks if removing the given target state is allowed in the current context.voidItemStateCreationListener. created(ItemState state)voidTransientISFactory. created(ItemState state)voidTransientItemStateManager. created(ItemState state)abstract ItemState.MergeResultItemState. merge(ItemState another, boolean keepChanges)Merge all data from the given state into this state.ItemState.MergeResultNodeState. merge(ItemState another, boolean keepChanges)ItemState.MergeResultPropertyState. merge(ItemState another, boolean keepChanges)IfkeepChangesis true, this method only compares the existing values with the values from 'another' and returns true, if the underlying persistent state is different to the stored persistent values.voidSessionItemStateManager. save(ItemState state)This will savestateand all descendants items ofstatethat are transiently modified in a single step.voidItemStateLifeCycleListener. statusChanged(ItemState state, int previousStatus)Called after anItemStatehas changed its status.voidTransientISFactory. statusChanged(ItemState state, int previousStatus)voidTransientItemStateManager. statusChanged(ItemState state, int previousStatus)Depending on status of the given state adapt change log.voidSessionItemStateManager. undo(ItemState itemState)This will undo all changes made tostateand descendant items ofstateinside this item state manager. - 
Uses of ItemState in org.apache.jackrabbit.jcr2spi.util
Methods in org.apache.jackrabbit.jcr2spi.util with parameters of type ItemState Modifier and Type Method Description static StringLogUtil. safeGetJCRPath(ItemState itemState, PathResolver pathResolver)Failsafe conversion of anItemStateto JCR path for use in error messages etc. 
 -