Package org.camunda.bpm.engine.impl.cmd
Class GetTaskAttachmentsCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.GetTaskAttachmentsCmd
- All Implemented Interfaces:
Serializable
,Command<List<Attachment>>
public class GetTaskAttachmentsCmd
extends Object
implements Command<List<Attachment>>, Serializable
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
taskId
-
-
Constructor Details
-
GetTaskAttachmentsCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<List<Attachment>>
-