Class GetProcessInstancesWithinSameRootCommand

java.lang.Object
ru.cg.webbpm.modules.bpmn.workflow.jbpm.extension.root_process.GetProcessInstancesWithinSameRootCommand
All Implemented Interfaces:
Serializable, org.kie.api.command.Command<List<Long>>, org.kie.api.command.ExecutableCommand<List<Long>>

public class GetProcessInstancesWithinSameRootCommand extends Object implements org.kie.api.command.ExecutableCommand<List<Long>>
Author:
Tim Urmancheev
See Also:
  • Constructor Details

    • GetProcessInstancesWithinSameRootCommand

      public GetProcessInstancesWithinSameRootCommand(Long processInstanceId)
  • Method Details

    • execute

      public List<Long> execute(org.kie.api.runtime.Context context)
      Specified by:
      execute in interface org.kie.api.command.ExecutableCommand<List<Long>>