Package org.activiti.engine.impl.cmd
Class GetHistoricIdentityLinksForTaskCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.GetHistoricIdentityLinksForTaskCmd
-
- All Implemented Interfaces:
Serializable,Command<List<HistoricIdentityLink>>
public class GetHistoricIdentityLinksForTaskCmd extends Object implements Command<List<HistoricIdentityLink>>, Serializable
- 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<HistoricIdentityLink>execute(CommandContext commandContext)protected List<HistoricIdentityLink>getLinksForProcessInstance(CommandContext commandContext)protected List<HistoricIdentityLink>getLinksForTask(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public List<HistoricIdentityLink> execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<List<HistoricIdentityLink>>
-
getLinksForTask
protected List<HistoricIdentityLink> getLinksForTask(CommandContext commandContext)
-
getLinksForProcessInstance
protected List<HistoricIdentityLink> getLinksForProcessInstance(CommandContext commandContext)
-
-