Package org.camunda.bpm.engine.impl.cmd
Class GetIdentityLinksForTaskCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.GetIdentityLinksForTaskCmd
-
- All Implemented Interfaces:
java.io.Serializable
,Command<java.util.List<IdentityLink>>
public class GetIdentityLinksForTaskCmd extends java.lang.Object implements Command<java.util.List<IdentityLink>>, java.io.Serializable
- Author:
- Joram Barrez, Falko Menge
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
taskId
-
Constructor Summary
Constructors Constructor Description GetIdentityLinksForTaskCmd(java.lang.String taskId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
checkGetIdentityLink(TaskEntity task, CommandContext commandContext)
java.util.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
-
-
-
-
Method Detail
-
execute
public java.util.List<IdentityLink> execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<java.util.List<IdentityLink>>
-
checkGetIdentityLink
protected void checkGetIdentityLink(TaskEntity task, CommandContext commandContext)
-
-