Uses of Interface
org.apache.jackrabbit.spi.ItemId

Packages that use ItemId
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.hierarchy
 

Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type ItemId
 HierarchyEntry HierarchyManagerImpl.lookup(ItemId workspaceItemId)
           
 HierarchyEntry HierarchyManager.lookup(ItemId workspaceItemId)
          Lookup of HierarchyEntry by its workspace Id that may be different if a entry (or any of its ancestors) has been transiently moved or reordered.
 

Uses of ItemId in org.apache.jackrabbit.jcr2spi.operation
 

Methods in org.apache.jackrabbit.jcr2spi.operation that return ItemId
 ItemId Remove.getRemoveId()
           
 ItemId RemoveVersion.getRemoveId()
           
 

Uses of ItemId in org.apache.jackrabbit.jcr2spi.state
 

Methods in org.apache.jackrabbit.jcr2spi.state that return ItemId
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
static String LogUtil.saveGetIdString(ItemId itemId, PathResolver pathResolver)
          Failsafe conversion of an ItemId 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
 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
 ItemId Event.getItemId()
           
 

Methods in org.apache.jackrabbit.spi with parameters of type ItemId
 Batch RepositoryService.createBatch(SessionInfo sessionInfo, ItemId itemId)
          Indicates the start of a set of operations that cause modifications on the underlying persistence layer.
 boolean RepositoryService.isGranted(SessionInfo sessionInfo, ItemId itemId, String[] actions)
          Returns true if all actions defined in the specified array are granted to given SessionInfo.
 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
 ItemId EventImpl.getItemId()
          
 ItemId SerializableBatch.getSaveTarget()
           
 

Methods in org.apache.jackrabbit.spi.commons with parameters of type ItemId
 Batch AbstractReadableRepositoryService.createBatch(SessionInfo sessionInfo, ItemId itemId)
           
 boolean AbstractReadableRepositoryService.isGranted(SessionInfo sessionInfo, ItemId itemId, String[] actions)
          This default implementation first calls AbstractReadableRepositoryService.checkSessionInfo(SessionInfo) with the sessionInfo, then returns false if the any of the actions are in AbstractReadableRepositoryService.WRITE_ACTIONS; otherwise returns true.
 void SerializableBatch.remove(ItemId itemId)
           
 

Constructors in org.apache.jackrabbit.spi.commons with parameters of type ItemId
EventImpl(int type, Path path, ItemId itemId, NodeId parentId, Name primaryNodeTypeName, Name[] mixinTypeNames, String userId)
          Creates a new serializable event.
SerializableBatch(ItemId itemId)
          Creates a new SerializableBatch.
 

Uses of ItemId in org.apache.jackrabbit.spi.commons.batch
 

Fields in org.apache.jackrabbit.spi.commons.batch declared as ItemId
protected  ItemId Operations.Remove.itemId
           
 

Methods in org.apache.jackrabbit.spi.commons.batch with parameters of type ItemId
protected static Path ConsolidatingChangeLog.getPath(ItemId itemId)
          Determine the Path from an ItemId.
static Operation Operations.remove(ItemId itemId)
          Factory method for creating a Operations.Remove operation.
 void ConsolidatingChangeLog.remove(ItemId itemId)
           
static ConsolidatingChangeLog.CancelableOperation ConsolidatingChangeLog.CancelableOperations.remove(ItemId itemId)
          Factory method for creating a Remove operation.
 void ChangeLogImpl.remove(ItemId itemId)
           
 

Constructors in org.apache.jackrabbit.spi.commons.batch with parameters of type ItemId
ConsolidatingChangeLog.CancelableOperations.Remove(ItemId itemId)
           
Operations.Remove(ItemId itemId)
          Create a new remove Operation 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
 Batch RepositoryServiceLogger.createBatch(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
 Batch RepositoryServiceImpl.createBatch(SessionInfo sessionInfo, ItemId itemId)
           
protected  String RepositoryServiceImpl.getItemUri(ItemId itemId, SessionInfo sessionInfo)
           
 boolean RepositoryServiceImpl.isGranted(SessionInfo sessionInfo, ItemId itemId, String[] actions)
           
 

Constructors in org.apache.jackrabbit.spi2dav with parameters of type ItemId
EventImpl(ItemId eventId, Path eventPath, NodeId parentId, int eventType, Element eventElement)
           
 

Uses of ItemId in org.apache.jackrabbit.spi2davex
 

Methods in org.apache.jackrabbit.spi2davex with parameters of type ItemId
 Batch RepositoryServiceImpl.createBatch(SessionInfo sessionInfo, ItemId itemId)
           
 

Uses of ItemId in org.apache.jackrabbit.spi2jcr
 

Methods in org.apache.jackrabbit.spi2jcr with parameters of type ItemId
 Batch RepositoryServiceImpl.createBatch(SessionInfo sessionInfo, ItemId itemId)
          Indicates the start of a set of operations that cause modifications on the underlying persistence layer.
 boolean RepositoryServiceImpl.isGranted(SessionInfo sessionInfo, ItemId itemId, String[] actions)
          Returns true if all actions defined in the specified array are granted to given SessionInfo.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.