Package org.activiti.engine.impl.cmd
Class GetIdentityLinksForTaskCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.GetIdentityLinksForTaskCmd
-
- All Implemented Interfaces:
Serializable,Command<List<IdentityLink>>
public class GetIdentityLinksForTaskCmd extends Object implements Command<List<IdentityLink>>, Serializable
- 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 List<IdentityLink>execute(CommandContext commandContext)
-
-
-
Field Detail
-
taskId
protected String taskId
-
-
Constructor Detail
-
GetIdentityLinksForTaskCmd
public GetIdentityLinksForTaskCmd(String taskId)
-
-
Method Detail
-
execute
public List<IdentityLink> execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<List<IdentityLink>>
-
-