Package org.alfresco.repo.version
Interface VersionBaseModel
-
- All Known Subinterfaces:
Version2Model,VersionModel
- All Known Implementing Classes:
Node2ServiceImpl,NodeServiceImpl,Version2ServiceImpl,VersionServiceImpl
public interface VersionBaseModelBase Version Model interface containing the common local names (and other constants) used by the lightWeightVersionStore and version2Store implementations- Author:
- Roy Wetherall, janv
-
-
Field Summary
Fields Modifier and Type Field Description static StringASPECT_LOCALNAME_VERSION_STORE_ROOTThe version store root aspect localnamestatic StringASSOC_LOCALNAME_ROOT_VERSIONstatic StringCHILD_VERSION_HISTORIESChild relationship namesstatic StringCHILD_VERSIONED_ASSOCSstatic StringCHILD_VERSIONSstatic StringPROP_CREATED_DATEstatic StringPROP_CREATORstatic StringPROP_DESCRIPTIONstatic StringPROP_TRANSLATION_VERSIONSCreated version associated to the deleted translations of an mlContainerstatic StringPROP_VERSION_DESCRIPTIONstatic StringPROP_VERSION_LABELstatic StringPROP_VERSION_NUMBERDeprecated.since 3.3static StringPROP_VERSION_TYPEstatic StringPROP_VERSIONED_NODE_IDVersion history properties and associationsstatic StringSTORE_PROTOCOLThe store protocolstatic StringTYPE_VERSION_HISTORYVersion history typestatic StringTYPE_VERSIONED_ASSOC
-
-
-
Field Detail
-
STORE_PROTOCOL
static final String STORE_PROTOCOL
The store protocol- See Also:
- Constant Field Values
-
PROP_DESCRIPTION
static final String PROP_DESCRIPTION
- See Also:
- Constant Field Values
-
PROP_VERSION_DESCRIPTION
static final String PROP_VERSION_DESCRIPTION
- See Also:
- Constant Field Values
-
PROP_VERSION_LABEL
static final String PROP_VERSION_LABEL
- See Also:
- Constant Field Values
-
PROP_CREATED_DATE
static final String PROP_CREATED_DATE
-
PROP_CREATOR
static final String PROP_CREATOR
-
PROP_VERSION_TYPE
static final String PROP_VERSION_TYPE
- See Also:
- Constant Field Values
-
PROP_VERSION_NUMBER
static final String PROP_VERSION_NUMBER
Deprecated.since 3.3- See Also:
- Constant Field Values
-
ASPECT_LOCALNAME_VERSION_STORE_ROOT
static final String ASPECT_LOCALNAME_VERSION_STORE_ROOT
The version store root aspect localname- See Also:
- Constant Field Values
-
TYPE_VERSION_HISTORY
static final String TYPE_VERSION_HISTORY
Version history type- See Also:
- Constant Field Values
-
TYPE_VERSIONED_ASSOC
static final String TYPE_VERSIONED_ASSOC
- See Also:
- Constant Field Values
-
PROP_VERSIONED_NODE_ID
static final String PROP_VERSIONED_NODE_ID
Version history properties and associations- See Also:
- Constant Field Values
-
ASSOC_LOCALNAME_ROOT_VERSION
static final String ASSOC_LOCALNAME_ROOT_VERSION
- See Also:
- Constant Field Values
-
CHILD_VERSION_HISTORIES
static final String CHILD_VERSION_HISTORIES
Child relationship names- See Also:
- Constant Field Values
-
CHILD_VERSIONS
static final String CHILD_VERSIONS
- See Also:
- Constant Field Values
-
CHILD_VERSIONED_ASSOCS
static final String CHILD_VERSIONED_ASSOCS
- See Also:
- Constant Field Values
-
PROP_TRANSLATION_VERSIONS
static final String PROP_TRANSLATION_VERSIONS
Created version associated to the deleted translations of an mlContainer- See Also:
- Constant Field Values
-
-