Package org.activiti.engine.impl.cmd
Class DeleteAttachmentCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.DeleteAttachmentCmd
-
- All Implemented Interfaces:
Serializable,Command<Object>
public class DeleteAttachmentCmd extends Object implements Command<Object>, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringattachmentId
-
Constructor Summary
Constructors Constructor Description DeleteAttachmentCmd(String attachmentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectexecute(CommandContext commandContext)protected voidexecuteInternal(CommandContext commandContext, AttachmentEntity attachment, String processInstanceId, String processDefinitionId)
-
-
-
Field Detail
-
attachmentId
protected String attachmentId
-
-
Constructor Detail
-
DeleteAttachmentCmd
public DeleteAttachmentCmd(String attachmentId)
-
-
Method Detail
-
execute
public Object execute(CommandContext commandContext)
-
executeInternal
protected void executeInternal(CommandContext commandContext, AttachmentEntity attachment, String processInstanceId, String processDefinitionId)
-
-