Class RemoteExecutorServiceImpl

  • All Implemented Interfaces:
    org.jbpm.workbench.es.service.ExecutorService

    @ApplicationScoped
    public class RemoteExecutorServiceImpl
    extends org.jbpm.workbench.ks.integration.AbstractKieServerService
    implements org.jbpm.workbench.es.service.ExecutorService
    • Constructor Detail

      • RemoteExecutorServiceImpl

        public RemoteExecutorServiceImpl()
    • Method Detail

      • getRequestDetails

        public org.jbpm.workbench.es.model.RequestDetails getRequestDetails​(String serverTemplateId,
                                                                            String deploymentId,
                                                                            Long requestId)
        Specified by:
        getRequestDetails in interface org.jbpm.workbench.es.service.ExecutorService
      • scheduleRequest

        public Long scheduleRequest​(String serverTemplateId,
                                    String commandName,
                                    Date date,
                                    Map<String,​String> ctx)
        Specified by:
        scheduleRequest in interface org.jbpm.workbench.es.service.ExecutorService
      • cancelRequest

        public void cancelRequest​(String serverTemplateId,
                                  String deploymentId,
                                  Long requestId)
        Specified by:
        cancelRequest in interface org.jbpm.workbench.es.service.ExecutorService
      • requeueRequest

        public void requeueRequest​(String serverTemplateId,
                                   String deploymentId,
                                   Long requestId)
        Specified by:
        requeueRequest in interface org.jbpm.workbench.es.service.ExecutorService
      • acknowledgeError

        public void acknowledgeError​(String serverTemplateId,
                                     String deploymentId,
                                     String... errorId)
        Specified by:
        acknowledgeError in interface org.jbpm.workbench.es.service.ExecutorService
      • getError

        public org.jbpm.workbench.es.model.ExecutionErrorSummary getError​(String serverTemplateId,
                                                                          String deploymentId,
                                                                          String errorId)
        Specified by:
        getError in interface org.jbpm.workbench.es.service.ExecutorService