Class IdentityOperationResult

java.lang.Object
org.camunda.bpm.engine.impl.identity.IdentityOperationResult

public class IdentityOperationResult extends Object

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