+

Search Tips   |   Advanced Search


com.ibm.workplace.wcm.api
Class LibraryMemberRoleConstants

 java.lang.Object
  extended by com.ibm.workplace.wcm.api.LibraryMemberRoleConstants

public class LibraryMemberRoleConstants
extends java.lang.Object

Constants for library member roles


Field Summary
static java.lang.String ADMINISTRATOR_STRING
           
static java.lang.String CONTRIBUTOR_STRING
           
static java.lang.String DELEGATOR_STRING
           
static java.lang.String EDITOR_STRING
           
static java.lang.String MANAGER_STRING
           
static java.lang.String PRIVILEGED_USER_STRING
           
static java.lang.String SECURITY_ADMIN_STRING
           
static java.lang.String USER_STRING
           
 
Constructor Summary
LibraryMemberRoleConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADMINISTRATOR_STRING

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

MANAGER_STRING

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

EDITOR_STRING

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

CONTRIBUTOR_STRING

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

USER_STRING

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

SECURITY_ADMIN_STRING

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

DELEGATOR_STRING

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

PRIVILEGED_USER_STRING

 public static final java.lang.String PRIVILEGED_USER_STRING
See Also:
Constant Field Values
Constructor Detail

LibraryMemberRoleConstants

 public LibraryMemberRoleConstants()