com.softwareag.centrasite.api.csom
Interface ACL


public interface ACL


Field Summary
static int ACL_PRIVILEGE_FULL
          Read, write and delete privileges over the object
static int ACL_PRIVILEGE_NONE
          No privilege over the object
static int ACL_PRIVILEGE_READ
          Only read privilege over the object
static int ACL_PRIVILEGE_WRITE
          Only read and write privileges over the object
 
Method Summary
 int getPrivilege()
           
 void setPrivilege(int privilege)
           
 

Field Detail

ACL_PRIVILEGE_NONE

static final int ACL_PRIVILEGE_NONE
No privilege over the object

See Also:
Constant Field Values

ACL_PRIVILEGE_READ

static final int ACL_PRIVILEGE_READ
Only read privilege over the object

See Also:
Constant Field Values

ACL_PRIVILEGE_WRITE

static final int ACL_PRIVILEGE_WRITE
Only read and write privileges over the object

See Also:
Constant Field Values

ACL_PRIVILEGE_FULL

static final int ACL_PRIVILEGE_FULL
Read, write and delete privileges over the object

See Also:
Constant Field Values
Method Detail

setPrivilege

void setPrivilege(int privilege)
                  throws java.lang.Exception
Throws:
java.lang.Exception

getPrivilege

int getPrivilege()