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