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

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 ItemInfo.getId()
           
 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.
 



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