@Immutable public class ModeShapeLexicon extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ModeShapeLexicon.Namespace |
Modifier and Type | Field and Description |
---|---|
static Name |
ACCESS_CONTROLLABLE
ACL related
|
static Name |
ACL |
static Name |
DEPTH |
static Name |
EXPIRATION_DATE |
static Name |
EXTERNAL_NODE_KEY |
static Name |
FEDERATION
Federation related items
|
static Name |
GENERATED |
static Name |
IS_DEEP
Deprecated.
|
static Name |
IS_HELD_BY_SESSION |
static Name |
IS_SESSION_SCOPED |
static Name |
LOCALNAME |
static Name |
LOCK |
static Name |
LOCK_TOKEN |
static Name |
LOCKED_KEY
Deprecated.
|
static Name |
LOCKING_SESSION |
static Name |
LOCKS |
static Name |
NAMESPACE |
static Name |
NAMESPACES |
static Name |
NODE_TYPES |
static Name |
PERMISSION |
static Name |
PROJECTED_NODE_KEY |
static Name |
PROJECTION |
static Name |
PROJECTION_ALIAS |
static Name |
REPOSITORY
The name of the node which is used for running 1-time operations
|
static Name |
ROOT |
static Name |
SESSION_SCOPE
Deprecated.
|
static Name |
SHARE
The name of the "mode:share" node type, used as the primary type on nodes that are proxies for the original node.
|
static Name |
SHARED_UUID
The REFERENCE property on the "mode:share" node type.
|
static Name |
SYSTEM |
static Name |
URI |
static Name |
VERSION_HISTORY_FOLDER |
static Name |
VERSION_STORAGE |
static Name |
WORKSPACE |
Constructor and Description |
---|
ModeShapeLexicon() |
public static final Name NAMESPACES
public static final Name ROOT
public static final Name URI
public static final Name GENERATED
public static final Name NAMESPACE
public static final Name NODE_TYPES
public static final Name SYSTEM
public static final Name VERSION_STORAGE
public static final Name VERSION_HISTORY_FOLDER
public static final Name WORKSPACE
public static final Name EXPIRATION_DATE
public static final Name IS_HELD_BY_SESSION
public static final Name IS_SESSION_SCOPED
public static final Name LOCK
public static final Name LOCK_TOKEN
public static final Name LOCKING_SESSION
public static final Name LOCKS
public static final Name SHARE
mode:shared
" REFERENCE property pointing to the original
node.
With the way that ModeShape's JCR layer is implemented, JCR clients should never see Node
s of this type. Instead,
the JCR layer transparently creates a JcrSharedNode that will mirror the original.
public static final Name SHARED_UUID
public static final Name DEPTH
public static final Name LOCALNAME
public static final Name REPOSITORY
public static final Name FEDERATION
public static final Name PROJECTION
public static final Name EXTERNAL_NODE_KEY
public static final Name PROJECTED_NODE_KEY
public static final Name PROJECTION_ALIAS
public static final Name ACCESS_CONTROLLABLE
public static final Name ACL
public static final Name PERMISSION
@Deprecated public static final Name LOCKED_KEY
@Deprecated public static final Name SESSION_SCOPE
@Deprecated public static final Name IS_DEEP
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.