Package | Description |
---|---|
org.apache.jackrabbit.core.session |
Modifier and Type | Method and Description |
---|---|
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-2020 The Apache Software Foundation. All Rights Reserved.