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

S

sameNode(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Tests whether a node in the specified selector is reachable by a specified absolute path.
SameNode - Interface in javax.jcr.query.qom
Tests whether the selector node is reachable by absolute path path.
sameNodeJoinCondition(String, String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Tests whether a first selector's node is the same as a node identified by relative path from a second selector's node.
SameNodeJoinCondition - Interface in javax.jcr.query.qom
Tests whether two nodes are "the same" according to the isSame method of javax.jcr.Item.
save() - Method in interface javax.jcr.Item
Deprecated. As of JCR 2.0, Session.save() should be used instead.
save() - Method in interface javax.jcr.Session
Validates all pending changes currently recorded in this Session.
selector(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Selects a subset of the nodes in the repository based on node type.
Selector - Interface in javax.jcr.query.qom
Selects a subset of the nodes in the repository based on node type.
Session - Interface in javax.jcr
The Session object provides read and (in level 2) write access to the content of a particular workspace in the repository.
setAbstract(boolean) - Method in interface javax.jcr.nodetype.NodeTypeTemplate
Sets the abstract flag of the node type.
setActivity(Node) - Method in interface javax.jcr.version.VersionManager
This method is called by the client to set the current activity on the current session by specifying a previously created nt:activity node (see VersionManager.createActivity(java.lang.String)).
setAttribute(String, Object) - Method in class javax.jcr.SimpleCredentials
Stores an attribute in this credentials instance.
setAutoCreated(boolean) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
Sets the auto-create status of the node.
setAutoCreated(boolean) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the auto-create status of the property.
setAvailableQueryOperators(String[]) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the queryable status of the property.
setDeclaredSuperTypeNames(String[]) - Method in interface javax.jcr.nodetype.NodeTypeTemplate
Sets the names of the supertypes of the node type.
setDefaultPrimaryTypeName(String) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
Sets the name of the default primary type of this node.
setDefaultValues(Value[]) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the default value (or values, in the case of a multi-value property) of the property.
setFullTextSearchable(boolean) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the full-text-searchable status of the property.
setLimit(long) - Method in interface javax.jcr.query.Query
Sets the maximum size of the result set to limit.
setMandatory(boolean) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
Sets the mandatory status of the node.
setMandatory(boolean) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the mandatory status of the property.
setMixin(boolean) - Method in interface javax.jcr.nodetype.NodeTypeTemplate
Sets the mixin flag of the node type.
setMultiple(boolean) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the multi-value status of the property.
setName(String) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
Sets the name of the node.
setName(String) - Method in interface javax.jcr.nodetype.NodeTypeTemplate
Sets the name of the node type.
setName(String) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the name of the property.
setNamespacePrefix(String, String) - Method in interface javax.jcr.Session
Within the scope of this Session, this method maps uri to prefix.
setOffset(long) - Method in interface javax.jcr.query.Query
Sets the start offset of the result set to offset.
setOnParentVersion(int) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
Sets the on-parent-version status of the node.
setOnParentVersion(int) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the on-parent-version status of the property.
setOrderableChildNodes(boolean) - Method in interface javax.jcr.nodetype.NodeTypeTemplate
Sets the orderable child nodes flag of the node type.
setPolicy(String, AccessControlPolicy) - Method in interface javax.jcr.security.AccessControlManager
Binds the policy to the node at absPath.
setPrimaryItemName(String) - Method in interface javax.jcr.nodetype.NodeTypeTemplate
Sets the name of the primary item.
setPrimaryType(String) - Method in interface javax.jcr.Node
Changes the primary node type of this node to nodeTypeName.
setProperty(String, Value) - Method in interface javax.jcr.Node
Sets the single-value property of this node called name to the specified value.
setProperty(String, Value, int) - Method in interface javax.jcr.Node
Sets the single-value property of this node called name to the specified value and the specified type.
setProperty(String, Value[]) - Method in interface javax.jcr.Node
Sets the multi-value property of this node called name to the specified array of values.
setProperty(String, Value[], int) - Method in interface javax.jcr.Node
Sets the multi-value property of this node called name to the specified array of values.
setProperty(String, String[]) - Method in interface javax.jcr.Node
Sets the specified property to the specified array of values.
setProperty(String, String[], int) - Method in interface javax.jcr.Node
Sets the specified property to the specified array of values and to the specified type.
setProperty(String, String) - Method in interface javax.jcr.Node
Sets the specified single-value property to the specified value.
setProperty(String, String, int) - Method in interface javax.jcr.Node
Sets the specified single-value property to the specified value.
setProperty(String, InputStream) - Method in interface javax.jcr.Node
Deprecated. As of JCR 2.0, Node.setProperty(String, Binary) should be used instead.
setProperty(String, Binary) - Method in interface javax.jcr.Node
The behavior of this method is identical to that of Node.setProperty(String name, Value value) except that the value is specified as a Binary and, if possible, the type assigned to the property is BINARY, otherwise a best-effort conversion is attempted.
setProperty(String, boolean) - Method in interface javax.jcr.Node
The behavior of this method is identical to that of Node.setProperty(String name, Value value) except that the value is specified as a boolean and, if possible, the type assigned to the property is BOOLEAN, otherwise a best-effort conversion is attempted.
setProperty(String, double) - Method in interface javax.jcr.Node
The behavior of this method is identical to that of Node.setProperty(String name, Value value) except that the value is specified as a double and, if possible, the type assigned to the property is DOUBLE, otherwise a best-effort conversion is attempted.
setProperty(String, BigDecimal) - Method in interface javax.jcr.Node
The behavior of this method is identical to that of Node.setProperty(String name, Value value) except that the value is specified as a BigDecimal and, if possible, the type assigned to the property is DECIMAL, otherwise a best-effort conversion is attempted.
setProperty(String, long) - Method in interface javax.jcr.Node
The behavior of this method is identical to that of Node.setProperty(String name, Value value) except that the value is specified as a long and, if possible, the type assigned to the property is LONG, otherwise a best-effort conversion is attempted.
setProperty(String, Calendar) - Method in interface javax.jcr.Node
The behavior of this method is identical to that of Node.setProperty(String name, Value value) except that the value is specified as a Calendar and, if possible, the type assigned to the property is DATE, otherwise a best-effort conversion is attempted.
setProperty(String, Node) - Method in interface javax.jcr.Node
The behavior of this method is identical to that of Node.setProperty(String name, Value value) except that the value is specified as a Node and, if possible, the type assigned to the property is REFERENCE or WEAKREFERENCE, otherwise a best-effort conversion is attempted.
setProtected(boolean) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
Sets the protected status of the node.
setProtected(boolean) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the protected status of the property.
setQueryable(boolean) - Method in interface javax.jcr.nodetype.NodeTypeTemplate
Sets the queryable status of the node type.
setQueryOrderable(boolean) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the query-orderable status of the property.
setRequiredPrimaryTypeNames(String[]) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
Sets the names of the required primary types of this node.
setRequiredType(int) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the required type of the property.
setRetentionPolicy(String, RetentionPolicy) - Method in interface javax.jcr.retention.RetentionManager
Sets the retention policy of the node at absPath to that defined in the specified policy node.
setSameNameSiblings(boolean) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
Sets the same-name sibling status of this node.
setUserData(String) - Method in interface javax.jcr.observation.ObservationManager
Sets the user data information that will be returned by Event.getUserData().
setValue(Value) - Method in interface javax.jcr.Property
Sets the value of this property to value.
setValue(Value[]) - Method in interface javax.jcr.Property
Sets the value of this property to the values array.
setValue(String) - Method in interface javax.jcr.Property
Sets the value of this property to value.
setValue(String[]) - Method in interface javax.jcr.Property
Sets the value of this property to the values array.
setValue(InputStream) - Method in interface javax.jcr.Property
Deprecated. As of JCR 2.0, Property.setValue(Binary) should be used instead.
setValue(Binary) - Method in interface javax.jcr.Property
Sets the value of this property to value.
setValue(long) - Method in interface javax.jcr.Property
Sets the value of this property to value.
setValue(double) - Method in interface javax.jcr.Property
Sets the value of this property to value.
setValue(BigDecimal) - Method in interface javax.jcr.Property
Sets the value of this property to value.
setValue(Calendar) - Method in interface javax.jcr.Property
Sets the value of this property to value.
setValue(boolean) - Method in interface javax.jcr.Property
Sets the value of this property to value.
setValue(Node) - Method in interface javax.jcr.Property
Sets this REFERENCE or WEAKREFERNCE property to refer to the specified node.
setValueConstraints(String[]) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the value constraints of the property.
SimpleCredentials - Class in javax.jcr
SimpleCredentials implements the Credentials interface and represents simple user ID/password credentials.
SimpleCredentials(String, char[]) - Constructor for class javax.jcr.SimpleCredentials
The constructor creates a new SimpleCredentials object, given a user ID and password.
skip(long) - Method in interface javax.jcr.RangeIterator
Skip a number of elements in the iterator.
skipTo(long) - Method in interface javax.jcr.observation.EventJournal
Skip all elements of the iterator earlier than date.
Source - Interface in javax.jcr.query.qom
Evaluates to a set of node-tuples.
SPEC_NAME_DESC - Static variable in interface javax.jcr.Repository
The descriptor key for the name of the specification that this repository implements.
SPEC_VERSION_DESC - Static variable in interface javax.jcr.Repository
The descriptor key for the version of the specification that this repository implements.
SQL - Static variable in interface javax.jcr.query.Query
Deprecated. As of JCR 2.0, this language is deprecated.
StaticOperand - Interface in javax.jcr.query.qom
An operand whose value can be determined from static analysis of the query, prior to its evaluation.
storeAsNode(String) - Method in interface javax.jcr.query.Query
Creates a node of type nt:query holding this query at absPath and returns that node.
STRING - Static variable in class javax.jcr.PropertyType
The STRING property type is used to store strings.

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.