Package org.activiti.engine.impl.cmd
Class GetTaskAttachmentsCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.GetTaskAttachmentsCmd
-
- All Implemented Interfaces:
Serializable,Command<List<? extends Attachment>>
public class GetTaskAttachmentsCmd extends Object implements Command<List<? extends Attachment>>, Serializable
- 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<? extends Attachment>execute(CommandContext commandContext)
-
-
-
Field Detail
-
taskId
protected String taskId
-
-
Constructor Detail
-
GetTaskAttachmentsCmd
public GetTaskAttachmentsCmd(String taskId)
-
-
Method Detail
-
execute
public List<? extends Attachment> execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<List<? extends Attachment>>
-
-