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

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

public class GetIdentityLinksForTaskCmd
extends Object
implements Command<List<IdentityLink>>, Serializable

Author:
Joram Barrez, Falko Menge
See Also:
Serialized Form

Field Summary
protected  String taskId
           
 
Constructor Summary
GetIdentityLinksForTaskCmd(String taskId)
           
 
Method Summary
protected  void checkGetIdentityLink(TaskEntity task, CommandContext commandContext)
           
 List<IdentityLink> 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

GetIdentityLinksForTaskCmd

public GetIdentityLinksForTaskCmd(String taskId)
Method Detail

execute

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

checkGetIdentityLink

protected void checkGetIdentityLink(TaskEntity task,
                                    CommandContext commandContext)


Copyright © 2017 camunda services GmbH. All rights reserved.