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