Package org.camunda.bpm.engine.impl.cmd
Class GetProcessInstanceAttachmentsCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.GetProcessInstanceAttachmentsCmd
-
- All Implemented Interfaces:
Serializable
,Command<List<Attachment>>
public class GetProcessInstanceAttachmentsCmd extends Object implements Command<List<Attachment>>, Serializable
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
processInstanceId
-
Constructor Summary
Constructors Constructor Description GetProcessInstanceAttachmentsCmd(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
-
processInstanceId
protected String processInstanceId
-
-
Constructor Detail
-
GetProcessInstanceAttachmentsCmd
public GetProcessInstanceAttachmentsCmd(String taskId)
-
-
Method Detail
-
execute
public List<Attachment> execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<List<Attachment>>
-
-