Package org.flowable.engine.impl.cmd
Class GetHistoricIdentityLinksForTaskCmd
java.lang.Object
org.flowable.engine.impl.cmd.GetHistoricIdentityLinksForTaskCmd
- All Implemented Interfaces:
Serializable
,Command<List<HistoricIdentityLink>>
public class GetHistoricIdentityLinksForTaskCmd
extends Object
implements Command<List<HistoricIdentityLink>>, Serializable
- Author:
- Frederik Heremans
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected List<HistoricIdentityLink>
getLinksForProcessInstance
(CommandContext commandContext) protected List<HistoricIdentityLink>
getLinksForTask
(CommandContext commandContext)
-
Field Details
-
taskId
-
processInstanceId
-
-
Constructor Details
-
GetHistoricIdentityLinksForTaskCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<List<HistoricIdentityLink>>
-
getLinksForTask
-
getLinksForProcessInstance
-