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
Modifier and TypeFieldDescriptionprotected final DataObjectDeletionBuilderImpl
protected final String
-
Constructor Summary
ConstructorDescriptionDeleteDataObjectInstanceVariableContainerWithQueryCmd
(DataObjectDeletionBuilderImpl builder, String operationKey) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(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 Details
-
builder
-
operationKey
-
-
Constructor Details
-
DeleteDataObjectInstanceVariableContainerWithQueryCmd
public DeleteDataObjectInstanceVariableContainerWithQueryCmd(DataObjectDeletionBuilderImpl builder, String operationKey)
-
-
Method Details
-
execute
-
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
-