Uses of Interface
org.apache.jackrabbit.spi.ItemId
-
Packages that use ItemId Package Description org.apache.jackrabbit.jcr2spi org.apache.jackrabbit.jcr2spi.hierarchy org.apache.jackrabbit.jcr2spi.operation org.apache.jackrabbit.jcr2spi.state org.apache.jackrabbit.jcr2spi.util org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface).org.apache.jackrabbit.spi.commons org.apache.jackrabbit.spi.commons.batch org.apache.jackrabbit.spi.commons.logging org.apache.jackrabbit.spi2dav org.apache.jackrabbit.spi2davex org.apache.jackrabbit.spi2jcr -
-
Uses of ItemId in org.apache.jackrabbit.jcr2spi
Constructor parameters in org.apache.jackrabbit.jcr2spi with type arguments of type ItemId Constructor Description LazyItemIterator(ItemManager itemMgr, HierarchyManager hierarchyMgr, Iterator<? extends ItemId> itemIds)
Creates a newLazyItemIterator
instance. -
Uses of ItemId in org.apache.jackrabbit.jcr2spi.hierarchy
Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type ItemId Modifier and Type Method Description HierarchyEntry
HierarchyManager. lookup(ItemId workspaceItemId)
Lookup ofHierarchyEntry
by its workspace Id that may be different if a entry (or any of its ancestors) has been transiently moved or reordered.HierarchyEntry
HierarchyManagerImpl. lookup(ItemId workspaceItemId)
-
Uses of ItemId in org.apache.jackrabbit.jcr2spi.operation
Methods in org.apache.jackrabbit.jcr2spi.operation that return ItemId Modifier and Type Method Description ItemId
AbstractRemove. getRemoveId()
ItemId
Remove. getRemoveId()
-
Uses of ItemId in org.apache.jackrabbit.jcr2spi.state
Methods in org.apache.jackrabbit.jcr2spi.state that return ItemId Modifier and Type Method Description abstract ItemId
ItemState. getId()
Utility method: Returns the identifier of this item state.ItemId
NodeState. getId()
Utility method: Returns the identifier of this item state.ItemId
PropertyState. getId()
Utility method: Returns the identifier of this item state.abstract ItemId
ItemState. getWorkspaceId()
Utility method: Returns the identifier of this item state.ItemId
NodeState. getWorkspaceId()
Utility method: Returns the identifier of this item state.ItemId
PropertyState. getWorkspaceId()
Utility method: Returns the identifier of this item state. -
Uses of ItemId in org.apache.jackrabbit.jcr2spi.util
Methods in org.apache.jackrabbit.jcr2spi.util with parameters of type ItemId Modifier and Type Method Description static String
LogUtil. saveGetIdString(ItemId itemId, PathResolver pathResolver)
Failsafe conversion of anItemId
to a human readable string resolving the path part of the specified id using the given path resolver. -
Uses of ItemId in org.apache.jackrabbit.spi
Subinterfaces of ItemId in org.apache.jackrabbit.spi Modifier and Type Interface Description interface
NodeId
NodeId
identifies a node on the SPI layer.interface
PropertyId
PropertyId
identifies a property on the SPI layer.Methods in org.apache.jackrabbit.spi that return ItemId Modifier and Type Method Description ItemId
ItemInfo. getId()
ItemId
Event. getItemId()
Methods in org.apache.jackrabbit.spi with parameters of type ItemId Modifier and Type Method Description Batch
RepositoryService. createBatch(SessionInfo sessionInfo, ItemId itemId)
Indicates the start of a set of operations that cause modifications on the underlying persistence layer.Iterator<? extends ItemInfo>
RepositoryService. getItemInfos(SessionInfo sessionInfo, ItemId itemId)
Method used to 'batch-read' from the persistent storage.boolean
RepositoryService. isGranted(SessionInfo sessionInfo, ItemId itemId, String[] actions)
Returns true if all actions defined in the specified array are granted to givenSessionInfo
.void
Batch. remove(ItemId itemId)
Remove an existing item. -
Uses of ItemId in org.apache.jackrabbit.spi.commons
Methods in org.apache.jackrabbit.spi.commons that return ItemId Modifier and Type Method Description ItemId
EventImpl. getItemId()
ItemId
SerializableBatch. getSaveTarget()
Methods in org.apache.jackrabbit.spi.commons with parameters of type ItemId Modifier and Type Method Description Batch
AbstractRepositoryService. createBatch(SessionInfo sessionInfo, ItemId itemId)
boolean
AbstractReadableRepositoryService. isGranted(SessionInfo sessionInfo, ItemId itemId, String[] actions)
This default implementation first callsAbstractRepositoryService.checkSessionInfo(SessionInfo)
with thesessionInfo
, then returnsfalse
if the any of theactions
are inAbstractReadableRepositoryService.WRITE_ACTIONS
; otherwise returnstrue
.void
SerializableBatch. remove(ItemId itemId)
Constructors in org.apache.jackrabbit.spi.commons with parameters of type ItemId Constructor Description EventImpl(int type, Path path, ItemId itemId, NodeId parentId, Name primaryNodeTypeName, Name[] mixinTypeNames, String userId)
Deprecated.EventImpl(int type, Path path, ItemId itemId, NodeId parentId, Name primaryNodeTypeName, Name[] mixinTypeNames, String userId, String userData, long timestamp, Map<Name,QValue> info)
Creates a new serializable event.SerializableBatch(ItemId itemId)
Creates a newSerializableBatch
. -
Uses of ItemId in org.apache.jackrabbit.spi.commons.batch
Fields in org.apache.jackrabbit.spi.commons.batch declared as ItemId Modifier and Type Field Description protected ItemId
Operations.Remove. itemId
Methods in org.apache.jackrabbit.spi.commons.batch with parameters of type ItemId Modifier and Type Method Description protected static Path
ConsolidatingChangeLog. getPath(ItemId itemId)
void
ChangeLogImpl. remove(ItemId itemId)
static ConsolidatingChangeLog.CancelableOperation
ConsolidatingChangeLog.CancelableOperations. remove(ItemId itemId)
Factory method for creating aRemove
operation.void
ConsolidatingChangeLog. remove(ItemId itemId)
static Operation
Operations. remove(ItemId itemId)
Factory method for creating aOperations.Remove
operation.Constructors in org.apache.jackrabbit.spi.commons.batch with parameters of type ItemId Constructor Description Remove(ItemId itemId)
Remove(ItemId itemId)
Create a new removeOperation
for the given arguments. -
Uses of ItemId in org.apache.jackrabbit.spi.commons.logging
Methods in org.apache.jackrabbit.spi.commons.logging with parameters of type ItemId Modifier and Type Method Description Batch
RepositoryServiceLogger. createBatch(SessionInfo sessionInfo, ItemId itemId)
Iterator<? extends ItemInfo>
RepositoryServiceLogger. getItemInfos(SessionInfo sessionInfo, ItemId itemId)
boolean
RepositoryServiceLogger. isGranted(SessionInfo sessionInfo, ItemId itemId, String[] actions)
void
BatchLogger. remove(ItemId itemId)
-
Uses of ItemId in org.apache.jackrabbit.spi2dav
Methods in org.apache.jackrabbit.spi2dav with parameters of type ItemId Modifier and Type Method Description Batch
RepositoryServiceImpl. createBatch(SessionInfo sessionInfo, ItemId itemId)
Iterator<? extends ItemInfo>
RepositoryServiceImpl. getItemInfos(SessionInfo sessionInfo, ItemId itemId)
protected String
RepositoryServiceImpl. getItemUri(ItemId itemId, SessionInfo sessionInfo)
protected String
RepositoryServiceImpl. getItemUri(ItemId itemId, SessionInfo sessionInfo, String workspaceName)
boolean
RepositoryServiceImpl. isGranted(SessionInfo sessionInfo, ItemId itemId, String[] actions)
Constructors in org.apache.jackrabbit.spi2dav with parameters of type ItemId Constructor Description EventImpl(ItemId eventId, Path eventPath, NodeId parentId, int eventType, String userId, Element eventElement, NamePathResolver resolver, QValueFactory qvFactory)
-
Uses of ItemId in org.apache.jackrabbit.spi2davex
Methods in org.apache.jackrabbit.spi2davex with parameters of type ItemId Modifier and Type Method Description Batch
RepositoryServiceImpl. createBatch(SessionInfo sessionInfo, ItemId itemId)
Iterator<? extends ItemInfo>
RepositoryServiceImpl. getItemInfos(SessionInfo sessionInfo, ItemId itemId)
-
Uses of ItemId in org.apache.jackrabbit.spi2jcr
Methods in org.apache.jackrabbit.spi2jcr with parameters of type ItemId Modifier and Type Method Description Batch
RepositoryServiceImpl. createBatch(SessionInfo sessionInfo, ItemId itemId)
Indicates the start of a set of operations that cause modifications on the underlying persistence layer.Iterator<? extends ItemInfo>
RepositoryServiceImpl. getItemInfos(SessionInfo sessionInfo, ItemId itemId)
Method used to 'batch-read' from the persistent storage.boolean
RepositoryServiceImpl. isGranted(SessionInfo sessionInfo, ItemId itemId, String[] actions)
Returns true if all actions defined in the specified array are granted to givenSessionInfo
.
-