Package 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
-
-
Constructor Summary
Constructors Constructor Description GetIdentityLinksForTaskCmd(String taskId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
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 interfaceCommand<List<IdentityLink>>
-
checkGetIdentityLink
protected void checkGetIdentityLink(TaskEntity task, CommandContext commandContext)
-
-