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

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

public class WcmConstantsDefinition
extends java.lang.Object


Field Summary
static java.lang.String CREATOR_OWNER_SID
          This constant is the CREATOR OWNER SID.
static java.lang.String SECURITY_MODIFIED
          This constant indicates the grantee's security has been modified.
static java.lang.String SECURITY_REMOVED
          This constant indicates the grantee's security has been marked for removal.
static java.lang.String SECURITY_UNCHANGED
          This constant indicates the grantee's security has not been modified.
static java.lang.String WEB_DOC_FOLDER
          This constant indicates the class id of WcmFolder and WCMDocFolder class.
static java.lang.String WEB_FOLDER
           
 
Constructor Summary
WcmConstantsDefinition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEB_DOC_FOLDER

public static final java.lang.String WEB_DOC_FOLDER
This constant indicates the class id of WcmFolder and WCMDocFolder class.

See Also:
Constant Field Values

WEB_FOLDER

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

CREATOR_OWNER_SID

public static final java.lang.String CREATOR_OWNER_SID
This constant is the CREATOR OWNER SID.

See Also:
Constant Field Values

SECURITY_UNCHANGED

public static final java.lang.String SECURITY_UNCHANGED
This constant indicates the grantee's security has not been modified.

See Also:
Constant Field Values

SECURITY_MODIFIED

public static final java.lang.String SECURITY_MODIFIED
This constant indicates the grantee's security has been modified.

See Also:
Constant Field Values

SECURITY_REMOVED

public static final java.lang.String SECURITY_REMOVED
This constant indicates the grantee's security has been marked for removal.

See Also:
Constant Field Values
Constructor Detail

WcmConstantsDefinition

public WcmConstantsDefinition()


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