Class IdentityOperationResult
java.lang.Object
org.camunda.bpm.engine.impl.identity.IdentityOperationResult
Holds the result of an IdentityService
operation including the
operation that was executed and optionally a resulting value.
This metadata can be used to distinguish between the different resulting actions of a logical operation, e.g. if the 'save' operation lead to an 'update' or an 'insert'.
- Author:
- Tobias Metzke
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
void
setOperation
(String operation) void
setValue
(Serializable value)
-
Field Details
-
OPERATION_CREATE
- See Also:
-
OPERATION_UPDATE
- See Also:
-
OPERATION_DELETE
- See Also:
-
OPERATION_UNLOCK
- See Also:
-
OPERATION_NONE
- See Also:
-
value
-
operation
-
-
Constructor Details
-
IdentityOperationResult
-
-
Method Details
-
getValue
-
setValue
-
getOperation
-
setOperation
-