A B C D E F G H I J L M N O P Q R S T U V W X

P

PATH - Static variable in class javax.jcr.PropertyType
A PATH property is an ordered list of path elements.
PATH_ACTIVITIES_NODE - Static variable in interface javax.jcr.Workspace
A constant for the absolute path of the activities node.
PATH_CONFIGURATIONS_NODE - Static variable in interface javax.jcr.Workspace
A constant for the absolute path of the configurations node.
PATH_NODE_TYPES_NODE - Static variable in interface javax.jcr.Workspace
A constant for the absolute path of the node type definition storage node.
PATH_SYSTEM_NODE - Static variable in interface javax.jcr.Workspace
A constant for the absolute path of the system node.
PATH_UNFILED_NODE - Static variable in interface javax.jcr.Workspace
A constant for the absolute path of the unfiled storage node.
PATH_VERSION_STORAGE_NODE - Static variable in interface javax.jcr.Workspace
A constant for the absolute path of the version storage node.
PATH_WORKSPACE_ROOT - Static variable in interface javax.jcr.Workspace
A constant for the absolute path of the workspace root node.
PathNotFoundException - Exception in javax.jcr
Exception thrown when no Item exists at the specified path or when the specified path implies intermediary Nodes that do not exist.
PathNotFoundException() - Constructor for exception javax.jcr.PathNotFoundException
Constructs a new instance of this class with null as its detail message.
PathNotFoundException(String) - Constructor for exception javax.jcr.PathNotFoundException
Constructs a new instance of this class with the specified detail message.
PathNotFoundException(String, Throwable) - Constructor for exception javax.jcr.PathNotFoundException
Constructs a new instance of this class with the specified detail message and root cause.
PathNotFoundException(Throwable) - Constructor for exception javax.jcr.PathNotFoundException
Constructs a new instance of this class with the specified root cause.
PERSIST - Static variable in interface javax.jcr.observation.Event
If event bundling is supported, this event is used to indicate a bundle boundary within the event journal.
PREFIX_EMPTY - Static variable in interface javax.jcr.NamespaceRegistry
A constant for the predefined namespace prefix "" (the empty prefix).
PREFIX_JCR - Static variable in interface javax.jcr.NamespaceRegistry
A constant for the predefined namespace prefix "jcr".
PREFIX_MIX - Static variable in interface javax.jcr.NamespaceRegistry
A constant for the predefined namespace prefix "mix".
PREFIX_NT - Static variable in interface javax.jcr.NamespaceRegistry
A constant for the predefined namespace prefix "nt".
PREFIX_XML - Static variable in interface javax.jcr.NamespaceRegistry
A constant for the predefined namespace prefix "xml".
Privilege - Interface in javax.jcr.security
A privilege represents the capability of performing a particular set of operations on items in the JCR repository.
privilegeFromName(String) - Method in interface javax.jcr.security.AccessControlManager
Returns the privilege with the specified privilegeName.
Property - Interface in javax.jcr
A Property object represents the smallest granularity of content storage.
PROPERTY_ADDED - Static variable in interface javax.jcr.observation.Event
Generated on persist when a property is added.
PROPERTY_CHANGED - Static variable in interface javax.jcr.observation.Event
Generated on persist when a property is changed.
PROPERTY_REMOVED - Static variable in interface javax.jcr.observation.Event
Generated on persist when a property is removed.
PropertyDefinition - Interface in javax.jcr.nodetype
A property definition.
PropertyDefinitionTemplate - Interface in javax.jcr.nodetype
The PropertyDefinitionTemplate interface extends PropertyDefinition with the addition of write methods, enabling the characteristics of a child property definition to be set, after which the PropertyDefinitionTemplate is added to a NodeTypeTemplate.
PropertyExistence - Interface in javax.jcr.query.qom
Tests the existence of a property.
propertyExistence(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Tests the existence of a property in the specified selector.
propertyExists(String) - Method in interface javax.jcr.Session
Returns true if a property exists at absPath and this Session has read access to it; otherwise returns false.
PropertyIterator - Interface in javax.jcr
Allows easy iteration through a list of Propertys with nextProperty as well as a skip method.
PropertyType - Class in javax.jcr
The property types supported by the JCR standard.
PropertyValue - Interface in javax.jcr.query.qom
Evaluates to the value (or values, if multi-valued) of a property.
propertyValue(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Evaluates to the value (or values, if multi-valued) of a property in the specified selector.

A B C D E F G H I J L M N O P Q R S T U V W X
Copyright © 2009 Day Software. All Rights Reserved.