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