|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
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).
true
if this node type allows the addition of a
child node called childNodeName
of node type
nodeTypeName
.
true
if calling Node.addMixin(java.lang.String)
on this node
with the mixn node type mixinName
will not fail.
VersionManager.cancelMerge(java.lang.String, javax.jcr.version.Version)
should be used instead.
absPath
and the specified version
.
NodeType.canRemoveNode(String)
and NodeType.canRemoveProperty(String)
instead.
true
if removing the child node called
nodeName
is allowed by this node type.
true
if removing the property called
propertyName
is allowed by this node type.
true
if setting propertyName
to
value
is allowed by this node type.
true
if setting propertyName
to
values
is allowed by this node type.
VersionManager.checkin(java.lang.String)
should be used instead.
absPath
a new version
with a system generated version name and returns that version (which will
be the new base version of this node).
VersionManager.checkout(java.lang.String)
should be used instead.
absPath
to checked-out status
by setting its jcr:isCheckedOut
property to
true
.
Session
has permission to perform
the specified actions at the specified absPath
.
checkin()
followed by a checkout()
on the versionable node at absPath
.
selector
node is a child of a node
reachable by absolute path path
.childSelector
node is a child
of the parentSelector
node.srcAbsPath
in
srcWorkspace
to the new location at destAbsPath
in this
workspace.
null
as its
detail message.
srcAbsPath
to the new location at destAbsPath
.
srcAbsPath
in
srcWorkspace
to destAbsPath
in
this
workspace.
nt:activity
at an
implementation-determined location in the /jcr:system/jcr:activities
subgraph.
Binary
object with a value consisting of the
content of the specified InputStream
.
createConfiguration
on the node N at
absPath
creates, in the configuration storage, a new
nt:configuration
node whose root is N.
NodeDefinitionTemplate
which can then be
used to create a child node definition and attached to a
NodeTypeTemplate
.
NodeTypeTemplate
which can then be used to
define a node type and passed to NodeTypeManager.registerNodeType
.
NodeTypeTemplate
holding the specified node type
definition.
PropertyDefinitionTemplate
which can then
be used to create a property definition and attached to a
NodeTypeTemplate
.
statement
itself
and the language
in which the query is stated.
Value
object of PropertyType.STRING
with
the specified value
.
Value
object of the PropertyType
specified
by type
with the specified value
.
Value
object of PropertyType.LONG
with the
specified value
.
Value
object of PropertyType.DOUBLE
with
the specified value
.
Value
object of PropertyType.DECIMAL
with
the specified value
.
Value
object of PropertyType.BOOLEAN
with
the specified value
.
Value
object of PropertyType.DATE
with the
specified value
.
ValueFactory.createValue(Binary)
should be used
instead.
Value
object of PropertyType.BINARY
with a value consisting of the content of the specified
Binary
.
Value
object of PropertyType.REFERENCE
that holds the identifier of the specified Node
.
Value
object of PropertyType.REFERENCE
(if
weak
is false
) or PropertyType.REFERENCE
(if weak
is true
) that
holds the identifier of the specified Node
.
Workspace
with the specified
name
.
Workspace
with the specified name
initialized with a clone
of the content of the workspace
srcWorkspace
.
Repository.login(Credentials credentials, String workspaceName)
method.
|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |