com.filenet.wcm.apps.server.util
Class WcmPageMode
java.lang.Object
com.filenet.wcm.apps.server.util.WcmPageMode
- public class WcmPageMode
- extends java.lang.Object
WcmPageMode defines the available modes for info or wizard pages.
Field Summary |
static int |
ADD_CHILD_RELATIONSHIP
Specifies that this page is to be used when creating a Component Relationship object. |
static int |
ADD_CUSTOM_OBJECT
Specifies that this page is to be used when adding a new custom object. |
static int |
ADD_DOCUMENT
Specifies that this page is to be used when adding a new document. |
static int |
ADD_FOLDER
Specifies that this page is to be used when adding a new folder. |
static int |
ADD_SECURITY_POLICY
Specifies that this page is to be used for adding a new security policy. |
static int |
ADD_SECURITY_TEMPLATE
Specifies that this page is to be used for adding a new security template. |
static int |
ADD_WORKFLOW_SUBSCRIPTION
Specifies that this page is to be used when adding a new workflow subscription. |
static int |
CHECKIN_DOCUMENT
Specifies that this page is to be used when checking in an existing document. |
static int |
CHECKOUT_DOCUMENT
Specifies that this page is to be used when checking out an existing document. |
static int |
CREATE_LINK
Specifies that this page is to be used when creating a link object. |
static int |
ENTRY_TEMPLATE_ADD_CUSTOM_OBJECT
Specifies that this page is to be used for add a custom object using an entry template. |
static int |
ENTRY_TEMPLATE_ADD_DOCUMENT
Specifies that this page is to be used for add a document using an entry template. |
static int |
ENTRY_TEMPLATE_ADD_FOLDER
Specifies that this page is to be used for add a folder using an entry template. |
static int |
MODIFY_CHILD_RELATIONSHIP
Specifies that this page is to be used when modifying a Component Relationship. |
static int |
MODIFY_CUSTOM_OBJECT
Specifies that this page is to be used when modify an entry tempalte that can create a custom object. |
static int |
MODIFY_FOLDER
Specifies that this page is to be used when modify an entry tempalte that can create a folder. |
static int |
MODIFY_SECURITY_POLICY
Specifies that this page is to be used for modifying a new security policy. |
static int |
MODIFY_SECURITY_TEMPLATE
Specifies that this page is to be used for modifying a new security template. |
static int |
MODIFY_WORKFLOW_SUBSCRIPTION
Specifies that this page is to be used when modifying an existing workflow subscription. |
static int |
PROMOTE_VERSION
Specifies that this page is to be used for promoting version. |
static int |
RECONVERT_CFW_LINK
Specifies that this page is to be used when doing a reconvert for web link object. |
static int |
SAVE_DOCUMENT
Specifies that this page is to be used for saving content only. |
static int |
VIEW_CHILD_RELATIONSHIP
Specifies that this page is to be used when viewing a Component Relationship. |
static int |
VIEW_CUSTOM_OBJECT
Specifies that this page is to be used when viewing an existing custom object. |
static int |
VIEW_DOCUMENT
Specifies that this page is to be used when viewing an existing document. |
static int |
VIEW_FOLDER
Specifies that this page is to be used when viewing an existing folder. |
static int |
VIEW_LINK
Specifies that this page is to be used when viewing a link object. |
static int |
VIEW_SECURITY_POLICY
Specifies that this page is to be used for viewing a security policy. |
static int |
VIEW_SECURITY_TEMPLATE
Specifies that this page is to be used for viewing a security template. |
static int |
VIEW_WORKFLOW_SUBSCRIPTION
Specifies that this page is to be used when viewing an existing workflow subscription. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADD_DOCUMENT
public static final int ADD_DOCUMENT
- Specifies that this page is to be used when adding a new document.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
CHECKIN_DOCUMENT
public static final int CHECKIN_DOCUMENT
- Specifies that this page is to be used when checking in an existing document.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
CHECKOUT_DOCUMENT
public static final int CHECKOUT_DOCUMENT
- Specifies that this page is to be used when checking out an existing document.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
ADD_FOLDER
public static final int ADD_FOLDER
- Specifies that this page is to be used when adding a new folder.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
VIEW_DOCUMENT
public static final int VIEW_DOCUMENT
- Specifies that this page is to be used when viewing an existing document.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
VIEW_FOLDER
public static final int VIEW_FOLDER
- Specifies that this page is to be used when viewing an existing folder.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
VIEW_CUSTOM_OBJECT
public static final int VIEW_CUSTOM_OBJECT
- Specifies that this page is to be used when viewing an existing custom object.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
ADD_CUSTOM_OBJECT
public static final int ADD_CUSTOM_OBJECT
- Specifies that this page is to be used when adding a new custom object.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
ADD_WORKFLOW_SUBSCRIPTION
public static final int ADD_WORKFLOW_SUBSCRIPTION
- Specifies that this page is to be used when adding a new workflow subscription.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
MODIFY_WORKFLOW_SUBSCRIPTION
public static final int MODIFY_WORKFLOW_SUBSCRIPTION
- Specifies that this page is to be used when modifying an existing workflow subscription.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
SAVE_DOCUMENT
public static final int SAVE_DOCUMENT
- Specifies that this page is to be used for saving content only.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
PROMOTE_VERSION
public static final int PROMOTE_VERSION
- Specifies that this page is to be used for promoting version.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
ADD_SECURITY_POLICY
public static final int ADD_SECURITY_POLICY
- Specifies that this page is to be used for adding a new security policy.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
MODIFY_SECURITY_POLICY
public static final int MODIFY_SECURITY_POLICY
- Specifies that this page is to be used for modifying a new security policy.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
VIEW_SECURITY_POLICY
public static final int VIEW_SECURITY_POLICY
- Specifies that this page is to be used for viewing a security policy.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
ADD_SECURITY_TEMPLATE
public static final int ADD_SECURITY_TEMPLATE
- Specifies that this page is to be used for adding a new security template.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
MODIFY_SECURITY_TEMPLATE
public static final int MODIFY_SECURITY_TEMPLATE
- Specifies that this page is to be used for modifying a new security template.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
VIEW_SECURITY_TEMPLATE
public static final int VIEW_SECURITY_TEMPLATE
- Specifies that this page is to be used for viewing a security template.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
ENTRY_TEMPLATE_ADD_DOCUMENT
public static final int ENTRY_TEMPLATE_ADD_DOCUMENT
- Specifies that this page is to be used for add a document using an entry template.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
ENTRY_TEMPLATE_ADD_FOLDER
public static final int ENTRY_TEMPLATE_ADD_FOLDER
- Specifies that this page is to be used for add a folder using an entry template.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
ENTRY_TEMPLATE_ADD_CUSTOM_OBJECT
public static final int ENTRY_TEMPLATE_ADD_CUSTOM_OBJECT
- Specifies that this page is to be used for add a custom object using an entry template.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
MODIFY_FOLDER
public static final int MODIFY_FOLDER
- Specifies that this page is to be used when modify an entry tempalte that can create a folder.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
MODIFY_CUSTOM_OBJECT
public static final int MODIFY_CUSTOM_OBJECT
- Specifies that this page is to be used when modify an entry tempalte that can create a custom object.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
VIEW_WORKFLOW_SUBSCRIPTION
public static final int VIEW_WORKFLOW_SUBSCRIPTION
- Specifies that this page is to be used when viewing an existing workflow subscription.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
CREATE_LINK
public static final int CREATE_LINK
- Specifies that this page is to be used when creating a link object.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
VIEW_LINK
public static final int VIEW_LINK
- Specifies that this page is to be used when viewing a link object.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
RECONVERT_CFW_LINK
public static final int RECONVERT_CFW_LINK
- Specifies that this page is to be used when doing a reconvert for web link object.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
ADD_CHILD_RELATIONSHIP
public static final int ADD_CHILD_RELATIONSHIP
- Specifies that this page is to be used when creating a Component Relationship object.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
MODIFY_CHILD_RELATIONSHIP
public static final int MODIFY_CHILD_RELATIONSHIP
- Specifies that this page is to be used when modifying a Component Relationship.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
VIEW_CHILD_RELATIONSHIP
public static final int VIEW_CHILD_RELATIONSHIP
- Specifies that this page is to be used when viewing a Component Relationship.
It is one of the types passed in to the constructor to specify what type of
properties this Wizard or Info Page should display.
- See Also:
- Constant Field Values
WcmPageMode
public WcmPageMode()
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.