Package org.ametys.plugins.repository
Interface RepositoryConstants
public interface RepositoryConstants
Constants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
JCR type for binaries.static final String
Comments suffixstatic final String
JCR type for composite metadatastatic final String
JCR type for composites.static final String
Name of the JCR default workspacestatic final String
Node type for filesstatic final String
Node type for foldersstatic final String
JCR type for geocodes.static final String
The request attribute in which the JCR session is storedstatic final String
Metadata name for storing the real lockOwner of a Nodestatic final String
Metadata name for storing a Node's lockTokenstatic final String
JCR type for multilingual strings.static final String
JCR type for complex multiple values parent data.static final String
Namespace prefix for properties and node types.static final String
Namespace prefix for internal properties *static final String
Namespace URI for properties and node types.static final String
Namespace URI for internal properties *static final String
JCR type for references.static final String
JCR type for repeaters.static final String
Node type for resourcesstatic final String
JCR type for rich texts.static final String
JCR 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:
-