com.filenet.wcm.toolkit.server.util
Class WcmAuthoringStateKeys

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.util.WcmAuthoringStateKeys

public class WcmAuthoringStateKeys
extends java.lang.Object

This file contains key definitions used by WcmAuthoringDataProvider to store data in the data store.


Field Summary
static java.lang.String ADD_TO_WEB_BEHAVIOR
          WCM Add to Web property, add to web behavior.
static java.lang.String ADD_TO_WEB_OPTIONS
          WCM Add to Web options, user defined or use defaults.
static java.lang.String CHECKEDOUT_LIST
          Identifies a document checkout list XML object in WcmAuthoringDataProvider's module property bag.
static java.lang.String CHECKIN_AS_MAJOR_VESRION
          Document will be added or checked in as major version.
static java.lang.String CLASS_PROPS
          Identifies a class properties XML object in WcmAuthoringDataProvider's module property bag.
static java.lang.String CONVERT_DOCUMENT
          WCM Add to Web property, document conversion.
static java.lang.String DOC_CLASSES
          Identifies a document classes XML object in WcmAuthoringDataProvider's module property bag.
static java.lang.String DOC_PUBLISHED
          Identifies a list publication document XML object in WcmAuthoringDataProvider's module property bag.
static java.lang.String DOC_VERS
          Identifies a document versions XML object in WcmAuthoringDataProvider's module property bag.
static java.lang.String DOCUMENT_VERSION
          Document version label
static java.lang.String ENTIRE_NETWORK_REALMS
          Identifies a Realms object in WcmAuthoringDataProvider's module property bag.
static java.lang.String FOLDERS_FILEIN
          Identifies a document folders filed in list XML object in WcmAuthoringDataProvider's module property bag.
static java.lang.String HEAD_LINKS_XML
          Identifies the head links XML on an object.
static java.lang.String OBJ_PERMS
          Identifies a object permissions XML object in WcmAuthoringDataProvider's module property bag.
static java.lang.String OBJ_PROPS
          Identifies a object properties XML object in WcmAuthoringDataProvider's module property bag.
static java.lang.String OBJECT_STORE_GROUPS
          Identifies a object store's user groups XML object in WcmAuthoringDataProvider's module property bag.
static java.lang.String OBJECT_STORE_USERS
          Identifies a object store's users XML object in WcmAuthoringDataProvider's module property bag.
static java.lang.String PRESERVED_DIRECT_PERMISSIONS
          Identifies the preserved direct permissions on state changes.
static java.lang.String PROP_CHOICE_LIST
          Identifies a property choice list XML object in WcmAuthoringDataProvider's module property bag.
static java.lang.String PROPERTIES_BUFFER_KEY
          Used by WcmPropertiesInfoPage to identify a XML object stored in local cache.
static java.lang.String PROPERTIES_KEY
          Used by WcmProperitesInfoPage and WcmAuthoringDataProvider classes to identify a XML object stored in local cache that has object modified properties.
static java.lang.String PROPERTY_DESCRIPTIONS_XML
          Identifies the property descriptions object in WcmAuthoringDataProvider's module property bag.
static java.lang.String PUBLISH_SELECTED_OBJECT_ID
          Selected object id during Publishing.
static java.lang.String PUBLISH_SELECTED_OBJECT_LABEL
          Selected object label during Publishing.
static java.lang.String PUBLISH_SELECTED_OBJECT_TYPE
          Selected object type during Publishing
static java.lang.String PUBLISH_TEMPLATE
          Identifies a list of document templates XML object in WcmAuthoringDataProvider's module property bag.
static java.lang.String PUBLISH_TYPE
          Publishing type.
static java.lang.String REALM_GROUPS
          Identifies a Realm user groups XML object in WcmAuthoringDataProvider's module property bag.
static java.lang.String REALM_USERS
          Identifies a Realm users XML object in WcmAuthoringDataProvider's module property bag.
static java.lang.String REALMS_LIST
          Identifies a Realms list XML object in WcmAuthoringDataProvider's module property bag.
static java.lang.String SEARCH_WORKFLOW_SUBSCRIPTIONS
          Identifies a search result's workflow subscriptions XML object in the WcmAuthoringDataProvider's module property bag.
static java.lang.String SEC_POLICIES
          Identifies a security policies XML object in WcmAuthoringDataProvider's module property bag.
static java.lang.String SEC_POLICY_ID
          Security Policy ID key
static java.lang.String SEC_TEMPLATE
          Identifies a security template XML object in WcmAuthoringDataProvider's module property bag.
static java.lang.String SECUIRTY_UTILITY_KEY
          Used by the WcmSecurityInfoPage class to pass security states over to the WcmSecurityAccessSelect class.
static java.lang.String SELECTED_GRANTEE_LIST
          Identifies the selected user or group list.
static java.lang.String SELECTED_GRANTEE_TYPE
          Identifies the grantee type of the selected user or group list.
static java.lang.String TAIL_LINKS_XML
          Identifies the tail links XML on an object.
static java.lang.String USER_MASK
          Identifies a user access masks.
static java.lang.String WORKFLOW_SUBSCRIPTIONS
          Identifies a document object's workflow subscribtions XML object in WcmAuthoringDataProvider's module property bag.
 
Constructor Summary
WcmAuthoringStateKeys()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTIES_KEY

public static final java.lang.String PROPERTIES_KEY
Used by WcmProperitesInfoPage and WcmAuthoringDataProvider classes to identify a XML object stored in local cache that has object modified properties.

See Also:
Constant Field Values

PROPERTIES_BUFFER_KEY

public static final java.lang.String PROPERTIES_BUFFER_KEY
Used by WcmPropertiesInfoPage to identify a XML object stored in local cache.

See Also:
Constant Field Values

SECUIRTY_UTILITY_KEY

public static final java.lang.String SECUIRTY_UTILITY_KEY
Used by the WcmSecurityInfoPage class to pass security states over to the WcmSecurityAccessSelect class.

See Also:
Constant Field Values

DOC_VERS

public static final java.lang.String DOC_VERS
Identifies a document versions XML object in WcmAuthoringDataProvider's module property bag.

See Also:
com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider.getDocumentVersions, Constant Field Values

DOC_CLASSES

public static final java.lang.String DOC_CLASSES
Identifies a document classes XML object in WcmAuthoringDataProvider's module property bag.

See Also:
com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider.getObjectStoreClasses, Constant Field Values

CLASS_PROPS

public static final java.lang.String CLASS_PROPS
Identifies a class properties XML object in WcmAuthoringDataProvider's module property bag.

See Also:
com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider.getClassProperties, Constant Field Values

OBJ_PROPS

public static final java.lang.String OBJ_PROPS
Identifies a object properties XML object in WcmAuthoringDataProvider's module property bag.

See Also:
com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider.getProperties, Constant Field Values

OBJ_PERMS

public static final java.lang.String OBJ_PERMS
Identifies a object permissions XML object in WcmAuthoringDataProvider's module property bag.

See Also:
com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider.getClassPermissions, Constant Field Values

USER_MASK

public static final java.lang.String USER_MASK
Identifies a user access masks.

See Also:
com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider.getUserAccess, Constant Field Values

OBJECT_STORE_USERS

public static final java.lang.String OBJECT_STORE_USERS
Identifies a object store's users XML object in WcmAuthoringDataProvider's module property bag.

See Also:
com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider.getObjectStoreUsers, Constant Field Values

OBJECT_STORE_GROUPS

public static final java.lang.String OBJECT_STORE_GROUPS
Identifies a object store's user groups XML object in WcmAuthoringDataProvider's module property bag.

See Also:
com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider.getObjectStoreGroups, Constant Field Values

CHECKEDOUT_LIST

public static final java.lang.String CHECKEDOUT_LIST
Identifies a document checkout list XML object in WcmAuthoringDataProvider's module property bag.

See Also:
com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider.getActiveUserCheckedOutList, Constant Field Values

FOLDERS_FILEIN

public static final java.lang.String FOLDERS_FILEIN
Identifies a document folders filed in list XML object in WcmAuthoringDataProvider's module property bag.

See Also:
com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider.getFolderFiledIn, Constant Field Values

PUBLISH_TEMPLATE

public static final java.lang.String PUBLISH_TEMPLATE
Identifies a list of document templates XML object in WcmAuthoringDataProvider's module property bag.

See Also:
com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider.getPublishingTemplate, Constant Field Values

DOC_PUBLISHED

public static final java.lang.String DOC_PUBLISHED
Identifies a list publication document XML object in WcmAuthoringDataProvider's module property bag.

See Also:
com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider.getCurrentPublishingDocument, Constant Field Values

PROP_CHOICE_LIST

public static final java.lang.String PROP_CHOICE_LIST
Identifies a property choice list XML object in WcmAuthoringDataProvider's module property bag.

See Also:
com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider.getPropertyChoiceList, Constant Field Values

WORKFLOW_SUBSCRIPTIONS

public static final java.lang.String WORKFLOW_SUBSCRIPTIONS
Identifies a document object's workflow subscribtions XML object in WcmAuthoringDataProvider's module property bag.

See Also:
com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider.getWorkflowSubscriptionsXML, Constant Field Values

SEARCH_WORKFLOW_SUBSCRIPTIONS

public static final java.lang.String SEARCH_WORKFLOW_SUBSCRIPTIONS
Identifies a search result's workflow subscriptions XML object in the WcmAuthoringDataProvider's module property bag.

See Also:
Constant Field Values

REALM_USERS

public static final java.lang.String REALM_USERS
Identifies a Realm users XML object in WcmAuthoringDataProvider's module property bag.

See Also:
com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider.getRealmUsers, Constant Field Values

REALM_GROUPS

public static final java.lang.String REALM_GROUPS
Identifies a Realm user groups XML object in WcmAuthoringDataProvider's module property bag.

See Also:
com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider.getRealmGroups, Constant Field Values

REALMS_LIST

public static final java.lang.String REALMS_LIST
Identifies a Realms list XML object in WcmAuthoringDataProvider's module property bag.

See Also:
com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider.getRealmsList, Constant Field Values

ENTIRE_NETWORK_REALMS

public static final java.lang.String ENTIRE_NETWORK_REALMS
Identifies a Realms object in WcmAuthoringDataProvider's module property bag.

See Also:
com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider.getRealmsList, Constant Field Values

PROPERTY_DESCRIPTIONS_XML

public static final java.lang.String PROPERTY_DESCRIPTIONS_XML
Identifies the property descriptions object in WcmAuthoringDataProvider's module property bag.

See Also:
com.filenet.wcm.apps.server.ui.wizard.WcmPropertyMapWizardPage, Constant Field Values

SEC_TEMPLATE

public static final java.lang.String SEC_TEMPLATE
Identifies a security template XML object in WcmAuthoringDataProvider's module property bag.

See Also:
com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider.getSecurityTemplateXML, Constant Field Values

SEC_POLICIES

public static final java.lang.String SEC_POLICIES
Identifies a security policies XML object in WcmAuthoringDataProvider's module property bag.

See Also:
Constant Field Values

CONVERT_DOCUMENT

public static final java.lang.String CONVERT_DOCUMENT
WCM Add to Web property, document conversion.

See Also:
Constant Field Values

ADD_TO_WEB_BEHAVIOR

public static final java.lang.String ADD_TO_WEB_BEHAVIOR
WCM Add to Web property, add to web behavior.

See Also:
Constant Field Values

ADD_TO_WEB_OPTIONS

public static final java.lang.String ADD_TO_WEB_OPTIONS
WCM Add to Web options, user defined or use defaults.

See Also:
Constant Field Values

SEC_POLICY_ID

public static final java.lang.String SEC_POLICY_ID
Security Policy ID key

See Also:
Constant Field Values

DOCUMENT_VERSION

public static final java.lang.String DOCUMENT_VERSION
Document version label

See Also:
Constant Field Values

PUBLISH_SELECTED_OBJECT_ID

public static final java.lang.String PUBLISH_SELECTED_OBJECT_ID
Selected object id during Publishing.

See Also:
Constant Field Values

PUBLISH_SELECTED_OBJECT_TYPE

public static final java.lang.String PUBLISH_SELECTED_OBJECT_TYPE
Selected object type during Publishing

See Also:
Constant Field Values

PUBLISH_SELECTED_OBJECT_LABEL

public static final java.lang.String PUBLISH_SELECTED_OBJECT_LABEL
Selected object label during Publishing.

See Also:
Constant Field Values

PUBLISH_TYPE

public static final java.lang.String PUBLISH_TYPE
Publishing type.

See Also:
Constant Field Values

CHECKIN_AS_MAJOR_VESRION

public static final java.lang.String CHECKIN_AS_MAJOR_VESRION
Document will be added or checked in as major version.

See Also:
Constant Field Values

SELECTED_GRANTEE_LIST

public static final java.lang.String SELECTED_GRANTEE_LIST
Identifies the selected user or group list.

See Also:
Constant Field Values

SELECTED_GRANTEE_TYPE

public static final java.lang.String SELECTED_GRANTEE_TYPE
Identifies the grantee type of the selected user or group list.

See Also:
Constant Field Values

PRESERVED_DIRECT_PERMISSIONS

public static final java.lang.String PRESERVED_DIRECT_PERMISSIONS
Identifies the preserved direct permissions on state changes.

See Also:
Constant Field Values

HEAD_LINKS_XML

public static final java.lang.String HEAD_LINKS_XML
Identifies the head links XML on an object.

See Also:
Constant Field Values

TAIL_LINKS_XML

public static final java.lang.String TAIL_LINKS_XML
Identifies the tail links XML on an object.

See Also:
Constant Field Values
Constructor Detail

WcmAuthoringStateKeys

public WcmAuthoringStateKeys()


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.