com.plumtree.server
Class PT_ACL_IMPORT_COLS

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

public final class PT_ACL_IMPORT_COLS
extends java.lang.Object

Defines the columns of an array of Access Control Lists.

Author:
JosephS
See Also:
IPTDataSourceACLSyncProvider.GetACL(int)

Field Summary
static int PT_ACL_IMPORT_COLS_DOMAIN
           
static int PT_ACL_IMPORT_COLS_INVALID
           
static int PT_ACL_IMPORT_COLS_NAME
           
static int PT_ACL_IMPORT_COLS_TYPE
           
 
Constructor Summary
PT_ACL_IMPORT_COLS()
           
 
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_COLS_DOMAIN

public static final int PT_ACL_IMPORT_COLS_DOMAIN
See Also:
Constant Field Values

PT_ACL_IMPORT_COLS_NAME

public static final int PT_ACL_IMPORT_COLS_NAME
See Also:
Constant Field Values

PT_ACL_IMPORT_COLS_TYPE

public static final int PT_ACL_IMPORT_COLS_TYPE
See Also:
Constant Field Values

PT_ACL_IMPORT_COLS_INVALID

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

PT_ACL_IMPORT_COLS

public PT_ACL_IMPORT_COLS()