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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<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)
-
Field Details
-
taskId
-
processInstanceId
-
-
Constructor Details
-
GetHistoricIdentityLinksForTaskCmd
-
-
Method Details
-
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)
-