Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationExecutionType
-
Packages that use OperationExecutionType Package Description com.evolveum.midpoint.repo.common.util com.evolveum.midpoint.repo.sqale.qmodel.object com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of OperationExecutionType in com.evolveum.midpoint.repo.common.util
Constructors in com.evolveum.midpoint.repo.common.util with parameters of type OperationExecutionType Constructor Description Request(@NotNull Class<O> objectType, @NotNull String oid, @NotNull OperationExecutionType recordToAdd, @Nullable Collection<OperationExecutionType> existingRecords, boolean deletedOk)
Constructor parameters in com.evolveum.midpoint.repo.common.util with type arguments of type OperationExecutionType Constructor Description Request(@NotNull Class<O> objectType, @NotNull String oid, @NotNull OperationExecutionType recordToAdd, @Nullable Collection<OperationExecutionType> existingRecords, boolean deletedOk)
-
Uses of OperationExecutionType in com.evolveum.midpoint.repo.sqale.qmodel.object
Methods in com.evolveum.midpoint.repo.sqale.qmodel.object that return OperationExecutionType Modifier and Type Method Description OperationExecutionType
QOperationExecutionMapping. toSchemaObject(MOperationExecution row)
Methods in com.evolveum.midpoint.repo.sqale.qmodel.object that return types with arguments of type OperationExecutionType Modifier and Type Method Description ResultListRowTransformer<OperationExecutionType,QOperationExecution<OR>,MOperationExecution>
QOperationExecutionMapping. createRowTransformer(SqlQueryContext<OperationExecutionType,QOperationExecution<OR>,MOperationExecution> sqlQueryContext, JdbcSession jdbcSession)
Methods in com.evolveum.midpoint.repo.sqale.qmodel.object with parameters of type OperationExecutionType Modifier and Type Method Description MOperationExecution
QOperationExecutionMapping. insert(OperationExecutionType schemaObject, OR ownerRow, JdbcSession jdbcSession)
Method parameters in com.evolveum.midpoint.repo.sqale.qmodel.object with type arguments of type OperationExecutionType Modifier and Type Method Description ResultListRowTransformer<OperationExecutionType,QOperationExecution<OR>,MOperationExecution>
QOperationExecutionMapping. createRowTransformer(SqlQueryContext<OperationExecutionType,QOperationExecution<OR>,MOperationExecution> sqlQueryContext, JdbcSession jdbcSession)
-
Uses of OperationExecutionType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type OperationExecutionType Modifier and Type Method Description List<OperationExecutionType>
ObjectType. createOperationExecutionList()
List<OperationExecutionType>
ObjectType. getOperationExecution()
-