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

C

canAddChildNode(String) - Method in interface javax.jcr.nodetype.NodeType
Returns true if this node type allows the addition of a child node called childNodeName without specific node type information (that is, given the definition of this parent node type, the child node name is sufficient to determine the intended child node type).
canAddChildNode(String, String) - Method in interface javax.jcr.nodetype.NodeType
Returns true if this node type allows the addition of a child node called childNodeName of node type nodeTypeName.
canAddMixin(String) - Method in interface javax.jcr.Node
Returns true if calling Node.addMixin(java.lang.String) on this node with the mixn node type mixinName will not fail.
cancelMerge(Version) - Method in interface javax.jcr.Node
Deprecated. As of JCR 2.0, VersionManager.cancelMerge(java.lang.String, javax.jcr.version.Version) should be used instead.
cancelMerge(String, Version) - Method in interface javax.jcr.version.VersionManager
Cancels the merge process with respect to the node at absPath and the specified version.
canRemoveItem(String) - Method in interface javax.jcr.nodetype.NodeType
Deprecated. As of JCR 2.0, clients should use NodeType.canRemoveNode(String) and NodeType.canRemoveProperty(String) instead.
canRemoveNode(String) - Method in interface javax.jcr.nodetype.NodeType
Returns true if removing the child node called nodeName is allowed by this node type.
canRemoveProperty(String) - Method in interface javax.jcr.nodetype.NodeType
Returns true if removing the property called propertyName is allowed by this node type.
canSetProperty(String, Value) - Method in interface javax.jcr.nodetype.NodeType
Returns true if setting propertyName to value is allowed by this node type.
canSetProperty(String, Value[]) - Method in interface javax.jcr.nodetype.NodeType
Returns true if setting propertyName to values is allowed by this node type.
checkin() - Method in interface javax.jcr.Node
Deprecated. As of JCR 2.0, VersionManager.checkin(java.lang.String) should be used instead.
checkin(String) - Method in interface javax.jcr.version.VersionManager
Creates for the versionable node at absPath a new version with a system generated version name and returns that version (which will be the new base version of this node).
checkout() - Method in interface javax.jcr.Node
Deprecated. As of JCR 2.0, VersionManager.checkout(java.lang.String) should be used instead.
checkout(String) - Method in interface javax.jcr.version.VersionManager
Sets the versionable node at absPath to checked-out status by setting its jcr:isCheckedOut property to true.
checkPermission(String, String) - Method in interface javax.jcr.Session
Determines whether this Session has permission to perform the specified actions at the specified absPath.
checkpoint(String) - Method in interface javax.jcr.version.VersionManager
Performs a checkin() followed by a checkout() on the versionable node at absPath.
ChildNode - Interface in javax.jcr.query.qom
Tests whether the selector node is a child of a node reachable by absolute path path.
childNode(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Tests whether a node in the specified selector is a child of a node reachable by a specified absolute path.
ChildNodeJoinCondition - Interface in javax.jcr.query.qom
Tests whether the childSelector node is a child of the parentSelector node.
childNodeJoinCondition(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Tests whether a first selector's node is a child of a second selector's node.
clone(String, String, String, boolean) - Method in interface javax.jcr.Workspace
Clones the subgraph at the node srcAbsPath in srcWorkspace to the new location at destAbsPath in this workspace.
Column - Interface in javax.jcr.query.qom
Defines a column to include in the tabular view of query results.
column(String, String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Identifies a property in the specified selector to include in the tabular view of query results.
Comparison - Interface in javax.jcr.query.qom
Filters node-tuples based on the outcome of a binary operation.
comparison(DynamicOperand, String, StaticOperand) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Filters node-tuples based on the outcome of a binary operation.
COMPUTE - Static variable in class javax.jcr.version.OnParentVersionAction
 
Constraint - Interface in javax.jcr.query.qom
Filters the set of node-tuples formed by evaluating the query's selectors and the joins between them.
ConstraintViolationException - Exception in javax.jcr.nodetype
Exception thrown when an action would violate a constraint on repository structure.
ConstraintViolationException() - Constructor for exception javax.jcr.nodetype.ConstraintViolationException
Constructs a new instance of this class with null as its detail message.
ConstraintViolationException(String) - Constructor for exception javax.jcr.nodetype.ConstraintViolationException
Constructs a new instance of this class with the specified detail message.
ConstraintViolationException(String, Throwable) - Constructor for exception javax.jcr.nodetype.ConstraintViolationException
Constructs a new instance of this class with the specified detail message and root cause.
ConstraintViolationException(Throwable) - Constructor for exception javax.jcr.nodetype.ConstraintViolationException
Constructs a new instance of this class with the specified root cause.
COPY - Static variable in class javax.jcr.version.OnParentVersionAction
The action constants.
copy(String, String) - Method in interface javax.jcr.Workspace
This method copies the subgraph rooted at, and including, the node at srcAbsPath to the new location at destAbsPath.
copy(String, String, String) - Method in interface javax.jcr.Workspace
This method copies the subgraph at srcAbsPath in srcWorkspace to destAbsPath in this workspace.
createActivity(String) - Method in interface javax.jcr.version.VersionManager
This method creates a new nt:activity at an implementation-determined location in the /jcr:system/jcr:activities subgraph.
createBinary(InputStream) - Method in interface javax.jcr.ValueFactory
Returns a Binary object with a value consisting of the content of the specified InputStream.
createConfiguration(String) - Method in interface javax.jcr.version.VersionManager
Calling createConfiguration on the node N at absPath creates, in the configuration storage, a new nt:configuration node whose root is N.
createNodeDefinitionTemplate() - Method in interface javax.jcr.nodetype.NodeTypeManager
Returns an empty NodeDefinitionTemplate which can then be used to create a child node definition and attached to a NodeTypeTemplate.
createNodeTypeTemplate() - Method in interface javax.jcr.nodetype.NodeTypeManager
Returns an empty NodeTypeTemplate which can then be used to define a node type and passed to NodeTypeManager.registerNodeType.
createNodeTypeTemplate(NodeTypeDefinition) - Method in interface javax.jcr.nodetype.NodeTypeManager
Returns a NodeTypeTemplate holding the specified node type definition.
createPropertyDefinitionTemplate() - Method in interface javax.jcr.nodetype.NodeTypeManager
Returns an empty PropertyDefinitionTemplate which can then be used to create a property definition and attached to a NodeTypeTemplate.
createQuery(Source, Constraint, Ordering[], Column[]) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Creates a query with one or more selectors.
createQuery(String, String) - Method in interface javax.jcr.query.QueryManager
Creates a new query by specifying the query statement itself and the language in which the query is stated.
createValue(String) - Method in interface javax.jcr.ValueFactory
Returns a Value object of PropertyType.STRING with the specified value.
createValue(String, int) - Method in interface javax.jcr.ValueFactory
Returns a Value object of the PropertyType specified by type with the specified value.
createValue(long) - Method in interface javax.jcr.ValueFactory
Returns a Value object of PropertyType.LONG with the specified value.
createValue(double) - Method in interface javax.jcr.ValueFactory
Returns a Value object of PropertyType.DOUBLE with the specified value.
createValue(BigDecimal) - Method in interface javax.jcr.ValueFactory
Returns a Value object of PropertyType.DECIMAL with the specified value.
createValue(boolean) - Method in interface javax.jcr.ValueFactory
Returns a Value object of PropertyType.BOOLEAN with the specified value.
createValue(Calendar) - Method in interface javax.jcr.ValueFactory
Returns a Value object of PropertyType.DATE with the specified value.
createValue(InputStream) - Method in interface javax.jcr.ValueFactory
Deprecated. As of JCR 2.0, ValueFactory.createValue(Binary) should be used instead.
createValue(Binary) - Method in interface javax.jcr.ValueFactory
Returns a Value object of PropertyType.BINARY with a value consisting of the content of the specified Binary.
createValue(Node) - Method in interface javax.jcr.ValueFactory
Returns a Value object of PropertyType.REFERENCE that holds the identifier of the specified Node.
createValue(Node, boolean) - Method in interface javax.jcr.ValueFactory
Returns a Value object of PropertyType.REFERENCE (if weak is false) or PropertyType.REFERENCE (if weak is true) that holds the identifier of the specified Node.
createWorkspace(String) - Method in interface javax.jcr.Workspace
Creates a new Workspace with the specified name.
createWorkspace(String, String) - Method in interface javax.jcr.Workspace
Creates a new Workspace with the specified name initialized with a clone of the content of the workspace srcWorkspace.
Credentials - Interface in javax.jcr
Interface for all credentials that may be passed to the Repository.login(Credentials credentials, String workspaceName) method.

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.