org.camunda.bpm.engine.impl.cmd
Class GetIdentityLinksForTaskCmd
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
taskId
protected String taskId
GetIdentityLinksForTaskCmd
public GetIdentityLinksForTaskCmd(String taskId)
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.