Uses of Interface
org.apache.jackrabbit.jcr2spi.state.UpdatableItemStateManager
-
-
Uses of UpdatableItemStateManager in org.apache.jackrabbit.jcr2spi
Classes in org.apache.jackrabbit.jcr2spi that implement UpdatableItemStateManager Modifier and Type Class Description classWorkspaceManagerWorkspaceManager...Methods in org.apache.jackrabbit.jcr2spi with parameters of type UpdatableItemStateManager Modifier and Type Method Description protected SessionItemStateManagerSessionImpl. createSessionItemStateManager(UpdatableItemStateManager workspaceStateManager, ItemStateFactory isf) -
Uses of UpdatableItemStateManager in org.apache.jackrabbit.jcr2spi.operation
Methods in org.apache.jackrabbit.jcr2spi.operation with parameters of type UpdatableItemStateManager Modifier and Type Method Description static SetTreeSetTree. create(UpdatableItemStateManager itemStateMgr, NodeState parent, Name nodeName, Name nodeTypeName, String uuid) -
Uses of UpdatableItemStateManager in org.apache.jackrabbit.jcr2spi.security.authorization
Methods in org.apache.jackrabbit.jcr2spi.security.authorization with parameters of type UpdatableItemStateManager Modifier and Type Method Description AccessControlManagerAccessControlProvider. createAccessControlManager(SessionInfo sessionInfo, UpdatableItemStateManager itemStateManager, ItemManager itemManager, ItemDefinitionProvider definitionProvider, HierarchyManager hierarchyManager, NamePathResolver npResolver) -
Uses of UpdatableItemStateManager in org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.acl
Methods in org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.acl with parameters of type UpdatableItemStateManager Modifier and Type Method Description AccessControlManagerAccessControlProviderImpl. createAccessControlManager(SessionInfo sessionInfo, UpdatableItemStateManager itemStateManager, ItemManager itemManager, ItemDefinitionProvider definitionProvider, HierarchyManager hierarchyManager, NamePathResolver npResolver) -
Uses of UpdatableItemStateManager in org.apache.jackrabbit.jcr2spi.state
Classes in org.apache.jackrabbit.jcr2spi.state that implement UpdatableItemStateManager Modifier and Type Class Description classSessionItemStateManagerSessionItemStateManager...Constructors in org.apache.jackrabbit.jcr2spi.state with parameters of type UpdatableItemStateManager Constructor Description SessionItemStateManager(UpdatableItemStateManager workspaceItemStateMgr, ItemStateValidator validator, QValueFactory qValueFactory, ItemStateFactory isf, SessionImpl mgrProvider)Creates a newSessionItemStateManagerinstance.
-