Class ExplicitChangeExecutionWorkDefinitionType

  • All Implemented Interfaces:
    Containerable, Freezable, ContainerablePrismBinding, DebugDumpable, Serializable, Cloneable

    public class ExplicitChangeExecutionWorkDefinitionType
    extends AbstractWorkDefinitionType
    Executes given changes. Each change explicitly specifies the object(s) on which it is to be executed. There are two options here: 1) There is a single request, defined by (multivalued) `delta` and `executionOptions`. 2) There are multiple independent requests, wrapped in ChangeExecutionRequestType objects. Each set of deltas in a single request must pertain to a single clockwork operation; e.g. referring to a user and his accounts.
    See Also:
    Serialized Form