Package org.activiti.engine.impl.cmd
Class GetProcessInstanceAttachmentsCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.GetProcessInstanceAttachmentsCmd
-
- All Implemented Interfaces:
Serializable,Command<List<? extends Attachment>>
public class GetProcessInstanceAttachmentsCmd extends Object implements Command<List<? extends Attachment>>, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringprocessInstanceId
-
Constructor Summary
Constructors Constructor Description GetProcessInstanceAttachmentsCmd(String taskId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends Attachment>execute(CommandContext commandContext)
-
-
-
Field Detail
-
processInstanceId
protected String processInstanceId
-
-
Constructor Detail
-
GetProcessInstanceAttachmentsCmd
public GetProcessInstanceAttachmentsCmd(String taskId)
-
-
Method Detail
-
execute
public List<? extends Attachment> execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<List<? extends Attachment>>
-
-