Class GetHistoricEntityLinkParentsForProcessInstanceCmd

java.lang.Object
org.flowable.engine.impl.cmd.GetHistoricEntityLinkParentsForProcessInstanceCmd
All Implemented Interfaces:
Serializable, Command<List<org.flowable.entitylink.api.history.HistoricEntityLink>>

public class GetHistoricEntityLinkParentsForProcessInstanceCmd extends Object implements Command<List<org.flowable.entitylink.api.history.HistoricEntityLink>>, Serializable
Author:
Javier Casal
See Also:
  • Field Details

    • processInstanceId

      protected String processInstanceId
  • Constructor Details

    • GetHistoricEntityLinkParentsForProcessInstanceCmd

      public GetHistoricEntityLinkParentsForProcessInstanceCmd(String processInstanceId)
  • Method Details

    • 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>>