Package org.alfresco.repo.version
Interface VersionBaseModel
- All Known Subinterfaces:
Version2Model,VersionModel
- All Known Implementing Classes:
Node2ServiceImpl,NodeServiceImpl,Version2ServiceImpl,VersionServiceImpl
public interface VersionBaseModel
Base Version Model interface containing the common local names (and other constants)
used by the lightWeightVersionStore and version2Store implementations
- Author:
- Roy Wetherall, janv
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe version store root aspect localnamestatic final Stringstatic final StringChild relationship namesstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringCreated version associated to the deleted translations of an mlContainerstatic final Stringstatic final Stringstatic final StringDeprecated.since 3.3static final Stringstatic final StringVersion history properties and associationsstatic final StringThe store protocolstatic final StringVersion history typestatic final String
-
Field Details
-
STORE_PROTOCOL
The store protocol- See Also:
-
PROP_DESCRIPTION
- See Also:
-
PROP_VERSION_DESCRIPTION
- See Also:
-
PROP_VERSION_LABEL
- See Also:
-
PROP_CREATED_DATE
-
PROP_CREATOR
-
PROP_VERSION_TYPE
- See Also:
-
PROP_VERSION_NUMBER
Deprecated.since 3.3- See Also:
-
ASPECT_LOCALNAME_VERSION_STORE_ROOT
The version store root aspect localname- See Also:
-
TYPE_VERSION_HISTORY
Version history type- See Also:
-
TYPE_VERSIONED_ASSOC
- See Also:
-
PROP_VERSIONED_NODE_ID
Version history properties and associations- See Also:
-
ASSOC_LOCALNAME_ROOT_VERSION
- See Also:
-
CHILD_VERSION_HISTORIES
Child relationship names- See Also:
-
CHILD_VERSIONS
- See Also:
-
CHILD_VERSIONED_ASSOCS
- See Also:
-
PROP_TRANSLATION_VERSIONS
Created version associated to the deleted translations of an mlContainer- See Also:
-