Class GenericDataObjectModificationBuilder.ExecuteModification
java.lang.Object
com.flowable.dataobject.engine.impl.cmd.AbstractNeedsDataObjectDefinitionCmd
com.flowable.dataobject.engine.impl.runtime.GenericDataObjectModificationBuilder.ExecuteModification
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<DataObjectInstanceVariableContainer>
- Enclosing class:
GenericDataObjectModificationBuilder
protected class GenericDataObjectModificationBuilder.ExecuteModification
extends AbstractNeedsDataObjectDefinitionCmd
implements org.flowable.common.engine.impl.interceptor.Command<DataObjectInstanceVariableContainer>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Methods inherited from class com.flowable.dataobject.engine.impl.cmd.AbstractNeedsDataObjectDefinitionCmd
getObjectModelByDefinitionId, resolveDataObjectDefinition, validateAccessToOperation
-
Constructor Details
-
ExecuteModification
protected ExecuteModification()
-
-
Method Details
-
execute
public DataObjectInstanceVariableContainer execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<DataObjectInstanceVariableContainer>
-