org.camunda.bpm.engine.impl.cmd
Class GetProcessInstanceAttachmentsCmd

java.lang.Object
  extended by 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
protected  String processInstanceId
           
 
Constructor Summary
GetProcessInstanceAttachmentsCmd(String taskId)
           
 
Method Summary
 List<Attachment> execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 interface Command<List<Attachment>>


Copyright © 2016 camunda services GmbH. All rights reserved.