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


Field Summary
static java.lang.String ASPECT_LOCALNAME_VERSION_STORE_ROOT
          The version store root aspect localname
static java.lang.String ASSOC_LOCALNAME_ROOT_VERSION
           
static java.lang.String CHILD_VERSION_HISTORIES
          Child relationship names
static java.lang.String CHILD_VERSIONED_ASSOCS
           
static java.lang.String CHILD_VERSIONS
           
static java.lang.String PROP_CREATED_DATE
           
static java.lang.String PROP_CREATOR
           
static java.lang.String PROP_DESCRIPTION
           
static java.lang.String PROP_TRANSLATION_VERSIONS
          Created version associated to the deleted translations of an mlContainer
static java.lang.String PROP_VERSION_DESCRIPTION
           
static java.lang.String PROP_VERSION_LABEL
           
static java.lang.String PROP_VERSION_NUMBER
          Deprecated. since 3.3
static java.lang.String PROP_VERSION_TYPE
           
static java.lang.String PROP_VERSIONED_NODE_ID
          Version history properties and associations
static java.lang.String STORE_PROTOCOL
          The store protocol
static java.lang.String TYPE_VERSION_HISTORY
          Version history type
static java.lang.String TYPE_VERSIONED_ASSOC
           
 

Field Detail

STORE_PROTOCOL

static final java.lang.String STORE_PROTOCOL
The store protocol

See Also:
Constant Field Values

PROP_DESCRIPTION

static final java.lang.String PROP_DESCRIPTION
See Also:
Constant Field Values

PROP_VERSION_DESCRIPTION

static final java.lang.String PROP_VERSION_DESCRIPTION
See Also:
Constant Field Values

PROP_VERSION_LABEL

static final java.lang.String PROP_VERSION_LABEL
See Also:
Constant Field Values

PROP_CREATED_DATE

static final java.lang.String PROP_CREATED_DATE

PROP_CREATOR

static final java.lang.String PROP_CREATOR

PROP_VERSION_TYPE

static final java.lang.String PROP_VERSION_TYPE
See Also:
Constant Field Values

PROP_VERSION_NUMBER

static final java.lang.String PROP_VERSION_NUMBER
Deprecated. since 3.3
See Also:
Constant Field Values

ASPECT_LOCALNAME_VERSION_STORE_ROOT

static final java.lang.String ASPECT_LOCALNAME_VERSION_STORE_ROOT
The version store root aspect localname

See Also:
Constant Field Values

TYPE_VERSION_HISTORY

static final java.lang.String TYPE_VERSION_HISTORY
Version history type

See Also:
Constant Field Values

TYPE_VERSIONED_ASSOC

static final java.lang.String TYPE_VERSIONED_ASSOC
See Also:
Constant Field Values

PROP_VERSIONED_NODE_ID

static final java.lang.String PROP_VERSIONED_NODE_ID
Version history properties and associations

See Also:
Constant Field Values

ASSOC_LOCALNAME_ROOT_VERSION

static final java.lang.String ASSOC_LOCALNAME_ROOT_VERSION
See Also:
Constant Field Values

CHILD_VERSION_HISTORIES

static final java.lang.String CHILD_VERSION_HISTORIES
Child relationship names

See Also:
Constant Field Values

CHILD_VERSIONS

static final java.lang.String CHILD_VERSIONS
See Also:
Constant Field Values

CHILD_VERSIONED_ASSOCS

static final java.lang.String CHILD_VERSIONED_ASSOCS
See Also:
Constant Field Values

PROP_TRANSLATION_VERSIONS

static final java.lang.String PROP_TRANSLATION_VERSIONS
Created version associated to the deleted translations of an mlContainer

See Also:
Constant Field Values


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.