com.plumtree.server
Class PT_ACL_IMPORT_TYPE

java.lang.Object
  extended by com.plumtree.server.PT_ACL_IMPORT_TYPE

public final class PT_ACL_IMPORT_TYPE
extends java.lang.Object

Type of Access Control List.

Author:
JosephS
See Also:
PT_ACL_IMPORT_COLS

Field Summary
static int PT_ACL_IMPORT_TYPE_GROUPS
           
static int PT_ACL_IMPORT_TYPE_INVALID
           
static int PT_ACL_IMPORT_TYPE_USERS
           
 
Constructor Summary
PT_ACL_IMPORT_TYPE()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_ACL_IMPORT_TYPE_USERS

public static final int PT_ACL_IMPORT_TYPE_USERS
See Also:
Constant Field Values

PT_ACL_IMPORT_TYPE_GROUPS

public static final int PT_ACL_IMPORT_TYPE_GROUPS
See Also:
Constant Field Values

PT_ACL_IMPORT_TYPE_INVALID

public static final int PT_ACL_IMPORT_TYPE_INVALID
See Also:
Constant Field Values
Constructor Detail

PT_ACL_IMPORT_TYPE

public PT_ACL_IMPORT_TYPE()