org.eclipse.stardust.engine.core.spi.dms
Class RepositoryConstants

java.lang.Object
  extended by org.eclipse.stardust.engine.core.spi.dms.RepositoryConstants

public class RepositoryConstants
extends Object

Contains constants that are used by all repositories.

Author:
Roland.Stamm

Field Summary
static String PATH_SEPARATOR
          The character that is used to separate folders and document in path strings.
static String ROOT_FOLDER_PATH
          The path of the root folder.
static String VERSION_UNVERSIONED
          The revision name and revision id of a non versioned Document working copy.
static String VERSION_VERSIONED
          The revision name and revision id of a versioned Document working copy.
 
Constructor Summary
RepositoryConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PATH_SEPARATOR

public static final String PATH_SEPARATOR
The character that is used to separate folders and document in path strings. A valid path starts with this separator.

See Also:
Constant Field Values

ROOT_FOLDER_PATH

public static final String ROOT_FOLDER_PATH
The path of the root folder.

See Also:
Constant Field Values

VERSION_UNVERSIONED

public static final String VERSION_UNVERSIONED
The revision name and revision id of a non versioned Document working copy.

See Also:
Constant Field Values

VERSION_VERSIONED

public static final String VERSION_VERSIONED
The revision name and revision id of a versioned Document working copy.

See Also:
Constant Field Values
Constructor Detail

RepositoryConstants

public RepositoryConstants()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.