Package org.activiti.engine.impl.cmd
Class DeleteAttachmentCmd
java.lang.Object
org.activiti.engine.impl.cmd.DeleteAttachmentCmd
- All Implemented Interfaces:
Serializable,Command<Object>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext commandContext) protected voidexecuteInternal(CommandContext commandContext, AttachmentEntity attachment, String processInstanceId, String processDefinitionId)
-
Field Details
-
attachmentId
-
-
Constructor Details
-
DeleteAttachmentCmd
-
-
Method Details
-
execute
-
executeInternal
protected void executeInternal(CommandContext commandContext, AttachmentEntity attachment, String processInstanceId, String processDefinitionId)
-