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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.GetTaskAttachmentsCmd
All Implemented Interfaces:
Serializable, Command<List<Attachment>>

public class GetTaskAttachmentsCmd
extends Object
implements Command<List<Attachment>>, Serializable

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  String taskId
           
 
Constructor Summary
GetTaskAttachmentsCmd(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

taskId

protected String taskId
Constructor Detail

GetTaskAttachmentsCmd

public GetTaskAttachmentsCmd(String taskId)
Method Detail

execute

public List<Attachment> execute(CommandContext commandContext)
Specified by:
execute in interface Command<List<Attachment>>


Copyright © 2015 camunda services GmbH. All rights reserved.