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