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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetTaskAttachmentsCmd(String taskId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Attachment>
execute(CommandContext commandContext)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
Field Detail
-
taskId
protected String taskId
-
-
Constructor Detail
-
GetTaskAttachmentsCmd
public GetTaskAttachmentsCmd(String taskId)
-
-
Method Detail
-
execute
public List<Attachment> execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<List<Attachment>>
-
-