public abstract class OperationContext extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SYNCHROCONTEXT
The identifier used to attach the context to operations.
|
Modifier | Constructor and Description |
---|---|
protected |
OperationContext(CSN csn,
String entryUUID)
Create a new OperationContext.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
CSN |
getCSN()
Gets the CSN of the Operation.
|
static CSN |
getCSN(Operation op)
Get the CSN of an operation.
|
static CSN |
getCSN(PluginOperation op)
Get the CSN of an operation from the synchronization context attached to the provided operation.
|
String |
getEntryUUID()
Get the unique Identifier of the modified entry.
|
int |
hashCode() |
public static final String SYNCHROCONTEXT
public CSN getCSN()
public String getEntryUUID()
public static CSN getCSN(Operation op)
op
- The operation.public static CSN getCSN(PluginOperation op)
op
- The operation.Copyright © 2010–2017 ForgeRock AS. All rights reserved.