Class GetIdentityLinksForTaskCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.GetIdentityLinksForTaskCmd
-
- All Implemented Interfaces:
Serializable,Command<List<org.flowable.identitylink.api.IdentityLink>>
public class GetIdentityLinksForTaskCmd extends Object implements Command<List<org.flowable.identitylink.api.IdentityLink>>, Serializable
- Author:
- Tijs Rademakers
- 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<org.flowable.identitylink.api.IdentityLink>execute(CommandContext commandContext)
-
-
-
Field Detail
-
taskId
protected String taskId
-
-
Constructor Detail
-
GetIdentityLinksForTaskCmd
public GetIdentityLinksForTaskCmd(String taskId)
-
-
Method Detail
-
execute
public List<org.flowable.identitylink.api.IdentityLink> execute(CommandContext commandContext)
-
-