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. 
 |