|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.spi2jcr | |
| Uses of ItemId in org.apache.jackrabbit.jcr2spi.hierarchy |
|---|
| Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type ItemId | |
|---|---|
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.
If the Hierarchy already lists the entry with the given workspaceItemId it is
returned otherwise null. |
HierarchyEntry |
HierarchyManagerImpl.lookup(ItemId workspaceItemId)
|
| 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 |
PropertyState.getId()
Utility method: Returns the identifier of this item state. |
ItemId |
NodeState.getId()
Utility method: Returns the identifier of this item state. |
abstract ItemId |
ItemState.getWorkspaceId()
Utility method: Returns the identifier of this item state. |
ItemId |
PropertyState.getWorkspaceId()
Utility method: Returns the identifier of this item state. |
ItemId |
NodeState.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 java.lang.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,
java.lang.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 | |
|---|---|
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,
java.lang.String userId)
Creates a new serializable event. |
|
SerializableBatch(ItemId itemId)
Creates a new SerializableBatch. |
|
| 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,
java.lang.String[] actions)
Returns true if all actions defined in the specified array are granted to given SessionInfo. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||