Class OperationExecutionWriter.Request<O extends ObjectType>
- java.lang.Object
-
- com.evolveum.midpoint.repo.common.util.OperationExecutionWriter.Request<O>
-
- Enclosing class:
- OperationExecutionWriter
public static class OperationExecutionWriter.Request<O extends ObjectType> extends Object
A request to write an operation execution record.
-
-
Constructor Summary
Constructors Constructor Description Request(@NotNull Class<O> objectType, @NotNull String oid, @NotNull OperationExecutionType recordToAdd, @Nullable Collection<OperationExecutionType> existingRecords, boolean deletedOk)
-
-
-
Constructor Detail
-
Request
public Request(@NotNull @NotNull Class<O> objectType, @NotNull @NotNull String oid, @NotNull @NotNull OperationExecutionType recordToAdd, @Nullable @Nullable Collection<OperationExecutionType> existingRecords, boolean deletedOk)
-
-