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)
protected ServiceRegistryDataObjectModel
getObjectModelByDefinitionId(String definitionId, CommandContext commandContext)
-
Methods inherited from class com.flowable.dataobject.engine.impl.cmd.AbstractNeedsDataObjectDefinitionCmd
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)
-
getObjectModelByDefinitionId
protected ServiceRegistryDataObjectModel getObjectModelByDefinitionId(String definitionId, CommandContext commandContext)
- Overrides:
getObjectModelByDefinitionId
in classAbstractNeedsDataObjectDefinitionCmd
-
-