Package org.flowable.engine.impl.cmd
Class GetHistoricEntityLinkChildrenForProcessInstanceCmd
java.lang.Object
org.flowable.engine.impl.cmd.GetHistoricEntityLinkChildrenForProcessInstanceCmd
- All Implemented Interfaces:
Serializable,Command<List<org.flowable.entitylink.api.history.HistoricEntityLink>>
public class GetHistoricEntityLinkChildrenForProcessInstanceCmd
extends Object
implements Command<List<org.flowable.entitylink.api.history.HistoricEntityLink>>, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetHistoricEntityLinkChildrenForProcessInstanceCmd(String processInstanceId) -
Method Summary
Modifier and TypeMethodDescriptionList<org.flowable.entitylink.api.history.HistoricEntityLink>execute(CommandContext commandContext)
-
Field Details
-
processInstanceId
-
-
Constructor Details
-
GetHistoricEntityLinkChildrenForProcessInstanceCmd
-
-
Method Details
-
execute
public List<org.flowable.entitylink.api.history.HistoricEntityLink> execute(CommandContext commandContext)
-