Class ExecutorQueryServiceEJBImpl

  • All Implemented Interfaces:
    org.kie.api.executor.ExecutorQueryService, org.kie.internal.executor.api.ExecutorQueryService

    public class ExecutorQueryServiceEJBImpl
    extends org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
    implements org.kie.api.executor.ExecutorQueryService
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setCommandService​(org.kie.api.runtime.CommandExecutor commandService)  
      • Methods inherited from class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl

        adjust, applyQueryContext, getAllErrors, getAllErrors, getAllRequests, getAllRequests, getCancelledRequests, getCancelledRequests, getCompletedRequests, getCompletedRequests, getDeploymentIds, getErrorsByRequestId, getFutureQueuedRequests, getFutureQueuedRequests, getInErrorRequests, getInErrorRequests, getPendingRequestById, getPendingRequests, getPendingRequests, getQueuedRequests, getQueuedRequests, getRequestByBusinessKey, getRequestByCommand, getRequestById, getRequestForProcessing, getRequestForProcessing, getRequestsByBusinessKey, getRequestsByCommand, getRequestsByDeployment, getRequestsByProcessInstance, getRequestsByStatus, getRequestsByStatus, getRunningRequests, getRunningRequests
      • Methods inherited from interface org.kie.api.executor.ExecutorQueryService

        getAllErrors, getAllRequests, getCancelledRequests, getCompletedRequests, getErrorsByRequestId, getFutureQueuedRequests, getInErrorRequests, getPendingRequestById, getPendingRequests, getQueuedRequests, getRequestByBusinessKey, getRequestByCommand, getRequestById, getRequestForProcessing, getRequestForProcessing, getRequestsByBusinessKey, getRequestsByCommand, getRequestsByDeployment, getRequestsByProcessInstance, getRequestsByStatus, getRunningRequests
    • Constructor Detail

      • ExecutorQueryServiceEJBImpl

        public ExecutorQueryServiceEJBImpl()
    • Method Detail

      • setCommandService

        public void setCommandService​(org.kie.api.runtime.CommandExecutor commandService)
        Overrides:
        setCommandService in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl