Class DeleteDataObjectInstanceVariableContainerWithQueryCmd
- java.lang.Object
-
- com.flowable.dataobject.engine.impl.cmd.AbstractNeedsDataObjectDefinitionCmd
-
- com.flowable.dataobject.engine.impl.cmd.DeleteDataObjectInstanceVariableContainerWithQueryCmd
-
public class DeleteDataObjectInstanceVariableContainerWithQueryCmd extends AbstractNeedsDataObjectDefinitionCmd implements Command<Void>
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected DataObjectDeletionBuilderImpl
builder
protected String
operationKey
-
Constructor Summary
Constructors Constructor Description DeleteDataObjectInstanceVariableContainerWithQueryCmd(DataObjectDeletionBuilderImpl builder, String operationKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute(CommandContext commandContext)
protected void
executeDefaultDelete(CommandContext commandContext, DataObjectDefinition dataObjectDefinition)
protected void
executeDelete(CommandContext commandContext, DataObjectDefinition dataObjectDefinition)
-
Methods inherited from class com.flowable.dataobject.engine.impl.cmd.AbstractNeedsDataObjectDefinitionCmd
getObjectModelByDefinitionId, resolveDataObjectDefinition, validateAccessToOperation
-
-
-
-
Field Detail
-
builder
protected final DataObjectDeletionBuilderImpl builder
-
operationKey
protected final String operationKey
-
-
Constructor Detail
-
DeleteDataObjectInstanceVariableContainerWithQueryCmd
public DeleteDataObjectInstanceVariableContainerWithQueryCmd(DataObjectDeletionBuilderImpl builder, String operationKey)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
executeDefaultDelete
protected void executeDefaultDelete(CommandContext commandContext, DataObjectDefinition dataObjectDefinition)
-
executeDelete
protected void executeDelete(CommandContext commandContext, DataObjectDefinition dataObjectDefinition)
-
-