Class GetEntityLinkParentsForProcessInstanceCmd

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

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

    • processInstanceId

      protected String processInstanceId
  • Constructor Details

    • GetEntityLinkParentsForProcessInstanceCmd

      public GetEntityLinkParentsForProcessInstanceCmd(String processInstanceId)
  • Method Details

    • execute

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