Package org.flowable.engine.impl.cmd
Class CreateAttachmentCmd
java.lang.Object
org.flowable.engine.impl.cmd.CreateAttachmentCmd
- All Implemented Interfaces:
Command<Attachment>
- Author:
- Tom Baeyens, Joram Barrez
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreateAttachmentCmd
(String attachmentType, String taskId, String processInstanceId, String attachmentName, String attachmentDescription, InputStream content, String url) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected ExecutionEntity
verifyExecutionParameters
(CommandContext commandContext) protected TaskEntity
verifyTaskParameters
(CommandContext commandContext)
-
Field Details
-
attachmentType
-
taskId
-
processInstanceId
-
attachmentName
-
attachmentDescription
-
-
url
-
-
Constructor Details
-
CreateAttachmentCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<Attachment>
-
verifyTaskParameters
-
verifyExecutionParameters
-