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

M

merge(String, boolean) - Method in interface javax.jcr.Node
Deprecated. As of JCR 2.0, VersionManager.merge(java.lang.String, java.lang.String, boolean) should be used instead.
merge(String, String, boolean) - Method in interface javax.jcr.version.VersionManager
This method recursively tests each versionable node in the subgraph of the node at absPath against its corresponding node in srcWorkspace with respect to the relation between their respective base versions and either updates the node in question or not, depending on the outcome of the test.
merge(String, String, boolean, boolean) - Method in interface javax.jcr.version.VersionManager
Same as VersionManager.merge(String absPath, String srcWorkspace, boolean bestEffort) except that an option exists to make the merge shallow.
merge(Node) - Method in interface javax.jcr.version.VersionManager
This method merges the changes that were made under the specified activity into the current workspace.
MergeException - Exception in javax.jcr
Exception thrown by Node.merge(String srcWorkspace, boolean isDeep).
MergeException() - Constructor for exception javax.jcr.MergeException
Constructs a new instance of this class with null as its detail message.
MergeException(String) - Constructor for exception javax.jcr.MergeException
Constructs a new instance of this class with the specified detail message.
MergeException(String, Throwable) - Constructor for exception javax.jcr.MergeException
Constructs a new instance of this class with the specified detail message and root cause.
MergeException(Throwable) - Constructor for exception javax.jcr.MergeException
Constructs a new instance of this class with the specified root cause.
MIX_CREATED - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:created (in expanded form).
MIX_LANGUAGE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:language (in expanded form).
MIX_LAST_MODIFIED - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:lastModified (in expanded form).
MIX_LIFECYCLE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:lifecycle (in expanded form).
MIX_LOCKABLE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:lockable (in expanded form).
MIX_MIMETYPE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:mimeType (in expanded form).
MIX_REFERENCEABLE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:referenceable (in expanded form).
MIX_SHAREABLE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:shareable (in expanded form).
MIX_SIMPLE_VERSIONABLE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:simpleVersionable (in expanded form).
MIX_TITLE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:title (in expanded form).
MIX_VERSIONABLE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:versionable (in expanded form).
move(String, String) - Method in interface javax.jcr.Session
Moves the node at srcAbsPath (and its entire subgraph) to the new location at destAbsPath.
move(String, String) - Method in interface javax.jcr.Workspace
Moves the node at srcAbsPath (and its entire subgraph) to the new location at destAbsPath.

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.