Class 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:
    Serialized Form
    • Field Detail

      • processInstanceId

        protected String processInstanceId
    • Constructor Detail

      • GetHistoricEntityLinkChildrenForProcessInstanceCmd

        public GetHistoricEntityLinkChildrenForProcessInstanceCmd​(String processInstanceId)
    • Method Detail

      • execute

        public List<org.flowable.entitylink.api.history.HistoricEntityLink> execute​(CommandContext commandContext)
        Specified by:
        execute in interface Command<List<org.flowable.entitylink.api.history.HistoricEntityLink>>