Class GenericDataObjectDeletionBuilder.ExecuteDeletion
- java.lang.Object
-
- com.flowable.dataobject.engine.impl.cmd.AbstractNeedsDataObjectDefinitionCmd
-
- com.flowable.dataobject.engine.impl.runtime.GenericDataObjectDeletionBuilder.ExecuteDeletion
-
- Enclosing class:
- GenericDataObjectDeletionBuilder
protected class GenericDataObjectDeletionBuilder.ExecuteDeletion extends AbstractNeedsDataObjectDefinitionCmd implements Command<Void>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
operationKey
-
Constructor Summary
Constructors Modifier Constructor Description protected
ExecuteDeletion(String operationKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute(CommandContext commandContext)
-
Methods inherited from class com.flowable.dataobject.engine.impl.cmd.AbstractNeedsDataObjectDefinitionCmd
getObjectModelByDefinitionId, resolveDataObjectDefinition, validateAccessToOperation
-
-