Class GenericDataObjectInstanceVariableContainerQuery.ExecuteQuery<T>
- java.lang.Object
-
- com.flowable.dataobject.engine.impl.cmd.AbstractNeedsDataObjectDefinitionCmd
-
- com.flowable.dataobject.engine.impl.runtime.GenericDataObjectInstanceVariableContainerQuery.ExecuteQuery<T>
-
- All Implemented Interfaces:
Command<T>
- Enclosing class:
- GenericDataObjectInstanceVariableContainerQuery
protected class GenericDataObjectInstanceVariableContainerQuery.ExecuteQuery<T> extends AbstractNeedsDataObjectDefinitionCmd implements Command<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected Function<DataObjectInstanceVariableContainerQuery,T>
operationExecutor
-
Constructor Summary
Constructors Constructor Description ExecuteQuery(Function<DataObjectInstanceVariableContainerQuery,T> operationExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
execute(CommandContext commandContext)
-
Methods inherited from class com.flowable.dataobject.engine.impl.cmd.AbstractNeedsDataObjectDefinitionCmd
getObjectModelByDefinitionId, resolveDataObjectDefinition, validateAccessToOperation
-
-
-
-
Field Detail
-
operationExecutor
protected final Function<DataObjectInstanceVariableContainerQuery,T> operationExecutor
-
-
Constructor Detail
-
ExecuteQuery
public ExecuteQuery(Function<DataObjectInstanceVariableContainerQuery,T> operationExecutor)
-
-
Method Detail
-
execute
public T execute(CommandContext commandContext)
-
-