Package org.ametys.plugins.repository
Interface RepositoryConstants
public interface RepositoryConstants
Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringJCR type for binaries.static final StringComments suffixstatic final StringJCR type for composite metadatastatic final StringJCR type for composites.static final StringName of the JCR default workspacestatic final StringNode type for filesstatic final StringNode type for foldersstatic final StringJCR type for geocodes.static final StringThe request attribute in which the JCR session is storedstatic final StringMetadata name for storing the real lockOwner of a Nodestatic final StringMetadata name for storing a Node's lockTokenstatic final StringJCR type for multilingual strings.static final StringJCR type for complex multiple values parent data.static final StringNamespace prefix for properties and node types.static final StringNamespace prefix for internal properties *static final StringNamespace URI for properties and node types.static final StringNamespace URI for internal properties *static final StringJCR type for references.static final StringJCR type for repeaters.static final StringNode type for resourcesstatic final StringJCR type for rich texts.static final StringJCR type for users.
-
Field Details
-
DEFAULT_WORKSPACE
Name of the JCR default workspace- See Also:
-
NAMESPACE_PREFIX
Namespace prefix for properties and node types.- See Also:
-
NAMESPACE_URI
Namespace URI for properties and node types.- See Also:
-
NAMESPACE_PREFIX_INTERNAL
Namespace prefix for internal properties *- See Also:
-
NAMESPACE_URI_INTERNAL
Namespace URI for internal properties *- See Also:
-
METADATA_LOCKTOKEN
Metadata name for storing a Node's lockToken- See Also:
-
METADATA_LOCKOWNER
Metadata name for storing the real lockOwner of a Node- See Also:
-
COMMENTS_SUFFIX
Comments suffix- See Also:
-
RESOURCE_NODETYPE
Node type for resources- See Also:
-
FOLDER_NODETYPE
Node type for folders- See Also:
-
FILE_NODETYPE
Node type for files- See Also:
-
USER_NODETYPE
JCR type for users.- See Also:
-
GEOCODE_NODETYPE
JCR type for geocodes.- See Also:
-
MULTILINGUAL_STRING_METADATA_NODETYPE
JCR type for multilingual strings.- See Also:
-
REFERENCE_NODETYPE
JCR type for references.- See Also:
-
BINARY_NODETYPE
JCR type for binaries.- See Also:
-
RICH_TEXT_NODETYPE
JCR type for rich texts.- See Also:
-
MULTIPLE_ITEM_NODETYPE
JCR type for complex multiple values parent data.- See Also:
-
COMPOSITE_NODETYPE
JCR type for composites.- See Also:
-
REPEATER_NODETYPE
JCR type for repeaters.- See Also:
-
COMPOSITE_METADTA_NODETYPE
JCR type for composite metadata- See Also:
-
JCR_SESSION_REQUEST_ATTRIBUTE
The request attribute in which the JCR session is stored- See Also:
-