atg.epub.project
Class ProjectConstants

java.lang.Object
  extended by atg.epub.project.ProjectConstants

public class ProjectConstants
extends java.lang.Object

This class contains constant variables that are used throughout EPublishing.


Field Summary
static AccessRight[] ACCESS_RIGHTS
           
static int ASSETS_UP_TO_DATE_ERROR_CODE
           
static java.lang.String CANCEL_DEPLOYMENT_OUTCOME
           
static java.lang.String CHECKIN_AND_DEPLOY_OUTCOME
           
static java.lang.String CLASS_VERSION
           
static java.lang.String DEPLOYMENT_SUCCESS_OUTCOME
           
static java.lang.String HISTORY_CHECKIN_ACTION
           
static java.lang.String HISTORY_COMMENT_ACTION
           
static java.lang.String HISTORY_CREATE_ACTION
           
static java.lang.String HISTORY_REJECT_FOR_DEPLOYMENT_ACTION
           
static java.lang.String HISTORY_RENOUNCE_ACTION
           
static java.lang.String HISTORY_SYSTEM_TYPE
           
static java.lang.String HISTORY_WORKFLOW_TYPE
           
static java.lang.String IMPORT_ASSETS_TASK
           
static java.lang.String WAIT_FOR_DEPLOYMENT_COMPLETION_TASK
           
 
Constructor Summary
ProjectConstants()
          Constructor.
 
Method Summary
static EPubHomes getBeanHomes()
          Returns an EPubHomes object which will return the bean representations of the Home instances when get<ObjectType>Home() is called.
static EPubHomes getPersistentHomes()
          Returns an EPubHomes object which will return the persistent representations of the Home instances when get<ObjectType>Home() is called.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION

HISTORY_CREATE_ACTION

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

HISTORY_COMMENT_ACTION

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

HISTORY_CHECKIN_ACTION

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

HISTORY_REJECT_FOR_DEPLOYMENT_ACTION

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

HISTORY_RENOUNCE_ACTION

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

HISTORY_SYSTEM_TYPE

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

HISTORY_WORKFLOW_TYPE

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

WAIT_FOR_DEPLOYMENT_COMPLETION_TASK

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

DEPLOYMENT_SUCCESS_OUTCOME

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

CANCEL_DEPLOYMENT_OUTCOME

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

IMPORT_ASSETS_TASK

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

CHECKIN_AND_DEPLOY_OUTCOME

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

ASSETS_UP_TO_DATE_ERROR_CODE

public static final int ASSETS_UP_TO_DATE_ERROR_CODE
See Also:
Constant Field Values

ACCESS_RIGHTS

public static final AccessRight[] ACCESS_RIGHTS
Constructor Detail

ProjectConstants

public ProjectConstants()
Constructor. You should never need to actually ever construct this object.

Method Detail

getPersistentHomes

public static EPubHomes getPersistentHomes()
Returns an EPubHomes object which will return the persistent representations of the Home instances when get<ObjectType>Home() is called.


getBeanHomes

public static EPubHomes getBeanHomes()
Returns an EPubHomes object which will return the bean representations of the Home instances when get<ObjectType>Home() is called.