public final class AccessControlListDeferredUpdate extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Long |
m_Id
The id of the deferred update entry
|
protected Long |
m_LeftId
The left id
|
protected int |
m_OperationType
The operation type.
|
protected Long |
m_RightId
The right id
|
static int |
OPERATION_TYPE_ADD_MEMBER_TO_GROUP
The operation type for adding a DirectoryObject to a group
Current value is 4.
|
static int |
OPERATION_TYPE_FREE_DO
The operation type for freeing a DirectoryObject.
|
static int |
OPERATION_TYPE_NEW_DO
The operation type for a new DirectoryObject.
|
static int |
OPERATION_TYPE_REMOVE_MEMBER_FROM_GROUP
The operation type for removing a DirectoryObject from a group
Current value is 5.
|
static int |
OPERATION_TYPE_UPDATE_ACL_DISCOVERERS
The operation type for an update to an ACL.
|
Constructor and Description |
---|
AccessControlListDeferredUpdate(long id,
int operationType,
long leftId,
long rightId)
Constructs a AccessControlListDeferredUpdate.
|
Modifier and Type | Method and Description |
---|---|
Long |
getId()
Gets the id of the entry
|
Long |
getLeftId()
Gets the left object ID for the entry
|
int |
getOperationType()
Gets the operation type for the entry
|
Long |
getRightId()
Gets the right object ID for the entry
|
public static final int OPERATION_TYPE_UPDATE_ACL_DISCOVERERS
public static final int OPERATION_TYPE_NEW_DO
public static final int OPERATION_TYPE_FREE_DO
public static final int OPERATION_TYPE_ADD_MEMBER_TO_GROUP
public static final int OPERATION_TYPE_REMOVE_MEMBER_FROM_GROUP
protected Long m_Id
protected int m_OperationType
protected Long m_LeftId
protected Long m_RightId
public AccessControlListDeferredUpdate(long id, int operationType, long leftId, long rightId)
id
- the id of the entry inthe folder index update tableoperationType
- the operation typeleftId
- the ID of the left object inferred by the operation typerightId
- the ID of the right object inferred by the operation typepublic final Long getId()
public final int getOperationType()
public final Long getLeftId()
public final Long getRightId()
Copyright © 2023. All rights reserved.