Uses of Class
org.apache.jackrabbit.core.session.SessionItemOperation

Packages that use SessionItemOperation
org.apache.jackrabbit.core.session   
 

Uses of SessionItemOperation in org.apache.jackrabbit.core.session
 

Methods in org.apache.jackrabbit.core.session that return SessionItemOperation
static SessionItemOperation<ItemImpl> SessionItemOperation.getItem(String path)
          Creates a session operation for getting the item at the given path.
static SessionItemOperation<NodeImpl> SessionItemOperation.getNode(String path)
          Creates a session operation for getting the node at the given path.
static SessionItemOperation<PropertyImpl> SessionItemOperation.getProperty(String path)
          Creates a session operation for getting the property at the given path.
static SessionItemOperation<Boolean> SessionItemOperation.itemExists(String path)
          Creates a session operation for checking the existence of an item at the given path.
static SessionItemOperation<Boolean> SessionItemOperation.nodeExists(String path)
          Creates a session operation for checking the existence of a node at the given path.
static SessionItemOperation<Boolean> SessionItemOperation.propertyExists(String path)
          Creates a session operation for checking the existence of a property at the given path.
static SessionItemOperation<Object> SessionItemOperation.remove(String path)
          Creates a session operation for removing the item at the given path.
 



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