Package org.activiti.engine.impl.cmd
Class SaveAttachmentCmd
java.lang.Object
org.activiti.engine.impl.cmd.SaveAttachmentCmd
- 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 updateAttachment, String processInstanceId, String processDefinitionId)
-
Field Details
-
attachment
-
-
Constructor Details
-
SaveAttachmentCmd
-
-
Method Details
-
execute
-
executeInternal
protected void executeInternal(CommandContext commandContext, AttachmentEntity updateAttachment, String processInstanceId, String processDefinitionId)
-