Class GetHistoricIdentityLinksForTaskCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.GetHistoricIdentityLinksForTaskCmd
-
- All Implemented Interfaces:
Serializable,Command<List<org.flowable.identitylink.api.history.HistoricIdentityLink>>
public class GetHistoricIdentityLinksForTaskCmd extends Object implements Command<List<org.flowable.identitylink.api.history.HistoricIdentityLink>>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetHistoricIdentityLinksForTaskCmd(String taskId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.flowable.identitylink.api.history.HistoricIdentityLink>execute(CommandContext commandContext)
-
-
-
Field Detail
-
taskId
protected String taskId
-
-
Constructor Detail
-
GetHistoricIdentityLinksForTaskCmd
public GetHistoricIdentityLinksForTaskCmd(String taskId)
-
-
Method Detail
-
execute
public List<org.flowable.identitylink.api.history.HistoricIdentityLink> execute(CommandContext commandContext)
-
-