wt.pdmlink
Class PDMProductConstants.FolderAclInfo

java.lang.Object
  extended bywt.pdmlink.PDMProductConstants.FolderAclInfo
Enclosing class:
PDMProductConstants

public static final class PDMProductConstants.FolderAclInfo
extends Object


Field Summary
static String ADMINISTRATIVE
           
static String ALL
           
static String ATTACH
           
static String CREATE
           
static String DELETE
           
static String FOLDER_ACL
           
static String MODIFY
           
static String PERMS
           
static String READ
           
static String ROLE
           
static String ROLE_KEY
           
static String SUB_FOLDER
           
static String USE
           
 
Constructor Summary
PDMProductConstants.FolderAclInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FOLDER_ACL

public static final String FOLDER_ACL
See Also:
Constant Field Values

PERMS

public static final String PERMS
See Also:
Constant Field Values

ROLE

public static final String ROLE
See Also:
Constant Field Values

ROLE_KEY

public static final String ROLE_KEY
See Also:
Constant Field Values

DELETE

public static final String DELETE
See Also:
Constant Field Values

CREATE

public static final String CREATE
See Also:
Constant Field Values

MODIFY

public static final String MODIFY
See Also:
Constant Field Values

READ

public static final String READ
See Also:
Constant Field Values

ATTACH

public static final String ATTACH
See Also:
Constant Field Values

ADMINISTRATIVE

public static final String ADMINISTRATIVE
See Also:
Constant Field Values

USE

public static final String USE
See Also:
Constant Field Values

ALL

public static final String ALL
See Also:
Constant Field Values

SUB_FOLDER

public static final String SUB_FOLDER
See Also:
Constant Field Values
Constructor Detail

PDMProductConstants.FolderAclInfo

public PDMProductConstants.FolderAclInfo()