atg.epub.project
Class ProjectConstants
java.lang.Object
  
atg.epub.project.ProjectConstants
public class ProjectConstants
- extends java.lang.Object
 
This class contains constant variables that are used throughout EPublishing.
 
 
| 
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 | 
 
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
 
ACCESS_RIGHTS
public static final AccessRight[] ACCESS_RIGHTS
ProjectConstants
public ProjectConstants()
- Constructor. You should never need to actually ever construct this object.
 
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.