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

N

NAME - Static variable in class javax.jcr.PropertyType
A NAME is a pairing of a namespace and a local name.
NAME_ACTIVITIES_NODE - Static variable in interface javax.jcr.Workspace
A constant for the name of the activities node.
NAME_CONFIGURATIONS_NODE - Static variable in interface javax.jcr.Workspace
A constant for the name of the configurations node.
NAME_JCR_XMLCHARACTERS - Static variable in interface javax.jcr.Workspace
A constant for the name of the jcr:xmlcharacters property produced on Workspace.importXML(java.lang.String, java.io.InputStream, int).
NAME_JCR_XMLTEXT - Static variable in interface javax.jcr.Workspace
A constant for the name of the jcr:xmltext node produced on Workspace.importXML(java.lang.String, java.io.InputStream, int).
NAME_NODE_TYPES_NODE - Static variable in interface javax.jcr.Workspace
A constant for the name of the node type definition storage node.
NAME_SYSTEM_NODE - Static variable in interface javax.jcr.Workspace
A constant for the name of the system node.
NAME_UNFILED_NODE - Static variable in interface javax.jcr.Workspace
A constant for the name of the unfiled storage node.
NAME_VERSION_STORAGE_NODE - Static variable in interface javax.jcr.Workspace
A constant for the name of the version storage node.
NAME_WORKSPACE_ROOT - Static variable in interface javax.jcr.Workspace
A constant for the name of the workspace root node.
NamedAccessControlPolicy - Interface in javax.jcr.security
An NamedAccessControlPolicy is an opaque access control policy that is described by a JCR name and optionally a description.
nameFromValue(int) - Static method in class javax.jcr.PropertyType
Returns the name of the specified type, as used in serialization.
nameFromValue(int) - Static method in class javax.jcr.version.OnParentVersionAction
Returns the name of the specified action, as used in serialization.
NAMESPACE_EMPTY - Static variable in interface javax.jcr.NamespaceRegistry
A constant for the predefined namespace mapped by default to the prefix "" (the empty prefix).
NAMESPACE_JCR - Static variable in interface javax.jcr.NamespaceRegistry
A constant for the predefined namespace mapped by default to the prefix "jcr".
NAMESPACE_MIX - Static variable in interface javax.jcr.NamespaceRegistry
A constant for the predefined namespace mapped by default to the prefix "mix".
NAMESPACE_NT - Static variable in interface javax.jcr.NamespaceRegistry
A constant for the predefined namespace mapped by default to the prefix "nt".
NAMESPACE_XML - Static variable in interface javax.jcr.NamespaceRegistry
A constant for the predefined namespace mapped by default to the prefix "xml".
NamespaceException - Exception in javax.jcr
Exception thrown by Session.setNamespacePrefix(String prefix, String uri) if the specified uri is not registered in the NamespaceRegistry.
NamespaceException() - Constructor for exception javax.jcr.NamespaceException
Constructs a new instance of this class with null as its detail message.
NamespaceException(String) - Constructor for exception javax.jcr.NamespaceException
Constructs a new instance of this class with the specified detail message.
NamespaceException(String, Throwable) - Constructor for exception javax.jcr.NamespaceException
Constructs a new instance of this class with the specified detail message and root cause.
NamespaceException(Throwable) - Constructor for exception javax.jcr.NamespaceException
Constructs a new instance of this class with the specified root cause.
NamespaceRegistry - Interface in javax.jcr
Each repository has a single, persistent namespace registry represented by the NamespaceRegistry object, accessed via Workspace.getNamespaceRegistry().
nextAccessControlPolicy() - Method in interface javax.jcr.security.AccessControlPolicyIterator
Returns the next AccessControlPolicy in the iteration.
nextEvent() - Method in interface javax.jcr.observation.EventIterator
Returns the next Event in the iteration.
nextEventListener() - Method in interface javax.jcr.observation.EventListenerIterator
Returns the next EventListener in the iteration.
nextNode() - Method in interface javax.jcr.NodeIterator
Returns the next Node in the iteration.
nextNodeType() - Method in interface javax.jcr.nodetype.NodeTypeIterator
Returns the next NodeType in the iteration.
nextProperty() - Method in interface javax.jcr.PropertyIterator
Returns the next Property in the iteration.
nextRow() - Method in interface javax.jcr.query.RowIterator
Returns the next Row in the iteration.
nextVersion() - Method in interface javax.jcr.version.VersionIterator
Returns the next Version in the iteration.
Node - Interface in javax.jcr
The Node interface represents a node in a workspace.
NODE_ADDED - Static variable in interface javax.jcr.observation.Event
Generated on persist when a node is added.
NODE_MOVED - Static variable in interface javax.jcr.observation.Event
Generated on persist when a node is moved.
NODE_REMOVED - Static variable in interface javax.jcr.observation.Event
Generated on persist when a node is removed.
NODE_TYPE_MANAGEMENT_AUTOCREATED_DEFINITIONS_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
NODE_TYPE_MANAGEMENT_INHERITANCE - Static variable in interface javax.jcr.Repository
Key to String descriptor.
NODE_TYPE_MANAGEMENT_INHERITANCE_MINIMAL - Static variable in interface javax.jcr.Repository
One of three possible values for the descriptor NODE_TYPE_MANAGEMENT_INHERITANCE.
NODE_TYPE_MANAGEMENT_INHERITANCE_MULTIPLE - Static variable in interface javax.jcr.Repository
One of three possible values for the descriptor NODE_TYPE_MANAGEMENT_INHERITANCE.
NODE_TYPE_MANAGEMENT_INHERITANCE_SINGLE - Static variable in interface javax.jcr.Repository
One of three possible values for the descriptor NODE_TYPE_MANAGEMENT_INHERITANCE.
NODE_TYPE_MANAGEMENT_MULTIPLE_BINARY_PROPERTIES_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
NODE_TYPE_MANAGEMENT_MULTIVALUED_PROPERTIES_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
NODE_TYPE_MANAGEMENT_ORDERABLE_CHILD_NODES_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
NODE_TYPE_MANAGEMENT_OVERRIDES_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
NODE_TYPE_MANAGEMENT_PRIMARY_ITEM_NAME_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
NODE_TYPE_MANAGEMENT_PROPERTY_TYPES - Static variable in interface javax.jcr.Repository
Key to a long[] descriptor.
NODE_TYPE_MANAGEMENT_RESIDUAL_DEFINITIONS_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
NODE_TYPE_MANAGEMENT_SAME_NAME_SIBLINGS_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
NODE_TYPE_MANAGEMENT_UPDATE_IN_USE_SUPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
NODE_TYPE_MANAGEMENT_VALUE_CONSTRAINTS_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
NodeDefinition - Interface in javax.jcr.nodetype
A node definition.
NodeDefinitionTemplate - Interface in javax.jcr.nodetype
The NodeDefinitionTemplate interface extends NodeDefinition with the addition of write methods, enabling the characteristics of a child node definition to be set, after which the NodeDefinitionTemplate is added to a NodeTypeTemplate.
nodeExists(String) - Method in interface javax.jcr.Session
Returns true if a node exists at absPath and this Session has read access to it; otherwise returns false.
NodeIterator - Interface in javax.jcr
Allows easy iteration through a list of Nodes with nextNode as well as a skip method inherited from RangeIterator.
NodeLocalName - Interface in javax.jcr.query.qom
Evaluates to a NAME value equal to the local (unprefixed) name of a node.
nodeLocalName(String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Evaluates to a NAME value equal to the local (unprefixed) name of a node in the specified selector.
NodeName - Interface in javax.jcr.query.qom
Evaluates to a NAME value equal to the namespace-qualified name of a node.
nodeName(String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Evaluates to a NAME value equal to the prefix-qualified name of a node in the specified selector.
NodeType - Interface in javax.jcr.nodetype
A NodeType object represents a "live" node type that is registered in the repository.
NodeTypeDefinition - Interface in javax.jcr.nodetype
The NodeTypeDefinition interface provides methods for discovering the static definition of a node type.
NodeTypeExistsException - Exception in javax.jcr.nodetype
Exception thrown when an attempt is made to register a node type that already exists, and allowUpdate has not been set to true.
NodeTypeExistsException() - Constructor for exception javax.jcr.nodetype.NodeTypeExistsException
Constructs a new instance of this class with null as its detail message.
NodeTypeExistsException(String) - Constructor for exception javax.jcr.nodetype.NodeTypeExistsException
Constructs a new instance of this class with the specified detail message.
NodeTypeExistsException(String, Throwable) - Constructor for exception javax.jcr.nodetype.NodeTypeExistsException
Constructs a new instance of this class with the specified detail message and root cause.
NodeTypeExistsException(Throwable) - Constructor for exception javax.jcr.nodetype.NodeTypeExistsException
Constructs a new instance of this class with the specified root cause.
NodeTypeIterator - Interface in javax.jcr.nodetype
An iterator for NodeType objects.
NodeTypeManager - Interface in javax.jcr.nodetype
Allows for the retrieval and (in implementations that support it) the registration of node types.
NodeTypeTemplate - Interface in javax.jcr.nodetype
The NodeTypeTemplate interface is used to define node types which are then registered through the NodeTypeManager.registerNodeType method.
NoSuchNodeTypeException - Exception in javax.jcr.nodetype
Exception thrown by node type-related methods.
NoSuchNodeTypeException() - Constructor for exception javax.jcr.nodetype.NoSuchNodeTypeException
Constructs a new instance of this class with null as its detail message.
NoSuchNodeTypeException(String) - Constructor for exception javax.jcr.nodetype.NoSuchNodeTypeException
Constructs a new instance of this class with the specified detail message.
NoSuchNodeTypeException(String, Throwable) - Constructor for exception javax.jcr.nodetype.NoSuchNodeTypeException
Constructs a new instance of this class with the specified detail message and root cause.
NoSuchNodeTypeException(Throwable) - Constructor for exception javax.jcr.nodetype.NoSuchNodeTypeException
Constructs a new instance of this class with the specified root cause.
NoSuchWorkspaceException - Exception in javax.jcr
Exception thrown by Repository.login(Credentials, String) when a specific workspace is not found.
NoSuchWorkspaceException() - Constructor for exception javax.jcr.NoSuchWorkspaceException
Constructs a new instance of this class with null as its detail message.
NoSuchWorkspaceException(String) - Constructor for exception javax.jcr.NoSuchWorkspaceException
Constructs a new instance of this class with the specified detail message.
NoSuchWorkspaceException(String, Throwable) - Constructor for exception javax.jcr.NoSuchWorkspaceException
Constructs a new instance of this class with the specified detail message and root cause.
NoSuchWorkspaceException(Throwable) - Constructor for exception javax.jcr.NoSuchWorkspaceException
Constructs a new instance of this class with the specified root cause.
Not - Interface in javax.jcr.query.qom
Performs a logical negation of another constraint.
not(Constraint) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Performs a logical negation of another constraint.
NT_ACTIVITY - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:activity (in expanded form).
NT_ADDRESS - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:address (in expanded form).
NT_BASE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:base (in expanded form).
NT_CHILD_NODE_DEFINITION - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:childNodeDefinition (in expanded form).
NT_CONFIGURATION - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:configuration (in expanded form).
NT_FILE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:file (in expanded form).
NT_FOLDER - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:folder (in expanded form).
NT_FROZEN_NODE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:frozenNode (in expanded form).
NT_HIERARCHY_NODE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:hierarchyNode (in expanded form).
NT_LINKED_FILE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:linkedFile (in expanded form).
NT_NODE_TYPE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:nodeType (in expanded form).
NT_PROPERTY_DEFINITION - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:propertyDefinition (in expanded form).
NT_QUERY - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:query (in expanded form).
NT_RESOURCE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:resource (in expanded form).
NT_UNSTRUCTURED - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:unstructured (in expanded form).
NT_VERSION - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:version (in expanded form).
NT_VERSION_HISTORY - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:versionHistory (in expanded form).
NT_VERSIONED_CHILD - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:versionedChild (in expanded form).

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.