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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
processInstanceId
protected String processInstanceId
GetProcessInstanceAttachmentsCmd
public GetProcessInstanceAttachmentsCmd(String taskId)
execute
public List<Attachment> execute(CommandContext commandContext)
- Specified by:
execute in interface Command<List<Attachment>>
Copyright © 2017 camunda services GmbH. All rights reserved.