|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jcr.ModeShapeLexicon
@Immutable public class ModeShapeLexicon
A lexicon of names used within ModeShape.
Nested Class Summary | |
---|---|
static class |
ModeShapeLexicon.InitializationState
|
static class |
ModeShapeLexicon.Namespace
|
Field Summary | |
---|---|
static Name |
AUTHENTICATION_PROVIDER
|
static Name |
AUTHENTICATION_PROVIDERS
|
static Name |
BASE
|
static Name |
CLASSNAME
|
static Name |
CLASSPATH
|
static Name |
DEFAULT_WORKSPACE_NAME
|
static Name |
DEPTH
|
static Name |
EXPIRATION_DATE
|
static Name |
GENERATED
|
static Name |
HASHED
|
static Name |
INITIALIZATION_STATE
|
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
|
static Name |
LOCKING_SESSION
|
static Name |
LOCKS
|
static Name |
MERGE_PLAN
|
static Name |
NAMESPACE
|
static Name |
NAMESPACE_URI
Deprecated. Use URI instead. |
static Name |
NAMESPACES
|
static Name |
NODE_TYPES
|
static Name |
PROJECTION
|
static Name |
PROJECTION_RULES
|
static Name |
PROJECTIONS
|
static Name |
READ_ONLY
|
static Name |
REPOSITORIES
|
static Name |
REPOSITORY
The name of the post initialization node which is used to synchronize a cluster of repositories |
static Name |
RESOURCE
|
static Name |
ROOT
|
static Name |
SHA1
|
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 |
SOURCE_NAME
|
static Name |
SYSTEM
|
static Name |
TIME_TO_EXPIRE
|
static Name |
URI
|
static Name |
UUID
|
static Name |
VERSION_HISTORY_FOLDER
|
static Name |
VERSION_STORAGE
|
static Name |
WORKSPACE
|
static Name |
WORKSPACE_NAME
|
static Name |
WORKSPACES
|
Constructor Summary | |
---|---|
ModeShapeLexicon()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Name UUID
public static final Name MERGE_PLAN
public static final Name CLASSNAME
public static final Name CLASSPATH
public static final Name NAMESPACES
public static final Name PROJECTION_RULES
public static final Name READ_ONLY
public static final Name RESOURCE
public static final Name ROOT
public static final Name TIME_TO_EXPIRE
public static final Name URI
public static final Name GENERATED
@Deprecated public static final Name NAMESPACE_URI
URI
instead.public static final Name WORKSPACES
public static final Name SOURCE_NAME
public static final Name WORKSPACE_NAME
public static final Name DEFAULT_WORKSPACE_NAME
public static final Name PROJECTION
public static final Name PROJECTIONS
public static final Name HASHED
public static final Name SHA1
public static final Name BASE
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 LOCKED_KEY
public static final Name LOCKING_SESSION
public static final Name LOCKS
public static final Name NAMESPACE
public static final Name NODE_TYPES
public static final Name REPOSITORIES
public static final Name AUTHENTICATION_PROVIDERS
public static final Name AUTHENTICATION_PROVIDER
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 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 INITIALIZATION_STATE
Constructor Detail |
---|
public ModeShapeLexicon()
|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |