Package org.flowable.engine.impl.cmd
Class GetHistoricIdentityLinksForTaskCmd
- java.lang.Object
-
- org.flowable.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:
- Frederik Heremans
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringprocessInstanceIdprotected StringtaskId
-
Constructor Summary
Constructors Constructor Description GetHistoricIdentityLinksForTaskCmd(String taskId, String processInstanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.flowable.identitylink.api.history.HistoricIdentityLink>execute(CommandContext commandContext)protected List<org.flowable.identitylink.api.history.HistoricIdentityLink>getLinksForProcessInstance(CommandContext commandContext)protected List<org.flowable.identitylink.api.history.HistoricIdentityLink>getLinksForTask(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public List<org.flowable.identitylink.api.history.HistoricIdentityLink> execute(CommandContext commandContext)
-
getLinksForTask
protected List<org.flowable.identitylink.api.history.HistoricIdentityLink> getLinksForTask(CommandContext commandContext)
-
getLinksForProcessInstance
protected List<org.flowable.identitylink.api.history.HistoricIdentityLink> getLinksForProcessInstance(CommandContext commandContext)
-
-