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
FieldsModifier and TypeFieldDescriptionprotected final DataObjectDeletionBuilderImplprotected final String -
Constructor Summary
ConstructorsConstructorDescriptionDeleteDataObjectInstanceVariableContainerWithQueryCmd(DataObjectDeletionBuilderImpl builder, String operationKey) -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext commandContext) protected voidexecuteDefaultDelete(CommandContext commandContext, DataObjectDefinition dataObjectDefinition) protected voidexecuteDelete(CommandContext commandContext, DataObjectDefinition dataObjectDefinition) protected ServiceRegistryDataObjectModelgetObjectModelByDefinitionId(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:
getObjectModelByDefinitionIdin classAbstractNeedsDataObjectDefinitionCmd
-