Skip navigation links
jBPM :: Executor Service 7.0.0.Final
A B C D E F G H I J K L M N O P Q R S T U 

A

abortWorkItem(WorkItem, WorkItemManager) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandler
 
AbstractAvailableJobsExecutor - Class in org.jbpm.executor.impl
Heart of the executor component - executes the actual tasks.
AbstractAvailableJobsExecutor() - Constructor for class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
 
addAsyncJobListener(AsynchronousJobListener) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
addContextData(String, Object) - Method in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
 
adjust(List<STATUS>) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
afterJobCancelled(AsynchronousJobEvent) - Method in interface org.jbpm.executor.AsynchronousJobListener
 
afterJobExecuted(AsynchronousJobEvent) - Method in interface org.jbpm.executor.AsynchronousJobListener
 
afterJobScheduled(AsynchronousJobEvent) - Method in interface org.jbpm.executor.AsynchronousJobListener
 
applyPaginition(List<T>, QueryContext) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
applyQueryContext(Map<String, Object>, QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
ascending(ErrorInfoQueryBuilder.OrderBy) - Method in class org.jbpm.executor.impl.jpa.ErrorInfoQueryBuilderImpl
 
ascending(RequestInfoQueryBuilder.OrderBy) - Method in class org.jbpm.executor.impl.jpa.RequestInfoQueryBuilderImpl
 
AsynchronousJobEvent - Interface in org.jbpm.executor
 
AsynchronousJobEventImpl - Class in org.jbpm.executor.impl.event
 
AsynchronousJobEventImpl(RequestInfo, Throwable) - Constructor for class org.jbpm.executor.impl.event.AsynchronousJobEventImpl
 
AsynchronousJobListener - Interface in org.jbpm.executor
 
AsyncWorkItemHandler - Class in org.jbpm.executor.impl.wih
Asynchronous work item handler that utilizes power of ExecutorService.
AsyncWorkItemHandler(ExecutorService) - Constructor for class org.jbpm.executor.impl.wih.AsyncWorkItemHandler
 
AsyncWorkItemHandler(ExecutorService, String) - Constructor for class org.jbpm.executor.impl.wih.AsyncWorkItemHandler
 
AsyncWorkItemHandler(Object, String) - Constructor for class org.jbpm.executor.impl.wih.AsyncWorkItemHandler
 
AsyncWorkItemHandlerCmdCallback - Class in org.jbpm.executor.impl.wih
Dedicated callback for AsyncWorkItemHandler that is responsible for: completing work item in case of successful execution attempting to handle exception (by utilizing ExceptionScope mechanism) in case of unsuccessful execution
AsyncWorkItemHandlerCmdCallback() - Constructor for class org.jbpm.executor.impl.wih.AsyncWorkItemHandlerCmdCallback
 
AvailableJobsExecutor - Class in org.jbpm.executor.impl
Heart of the executor component - executes the actual tasks.
AvailableJobsExecutor() - Constructor for class org.jbpm.executor.impl.AvailableJobsExecutor
 

B

beforeJobCancelled(AsynchronousJobEvent) - Method in interface org.jbpm.executor.AsynchronousJobListener
 
beforeJobExecuted(AsynchronousJobEvent) - Method in interface org.jbpm.executor.AsynchronousJobListener
 
beforeJobScheduled(AsynchronousJobEvent) - Method in interface org.jbpm.executor.AsynchronousJobListener
 
build() - Method in class org.jbpm.executor.impl.jpa.ErrorInfoQueryBuilderImpl
 
build() - Method in class org.jbpm.executor.impl.jpa.RequestInfoQueryBuilderImpl
 
buildBusinessKey(WorkItem) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandler
 
buildCommandCallback(CommandContext, ClassLoader) - Method in class org.jbpm.executor.impl.ClassCacheManager
Builds completely initialized list of callbacks for given context.
buildExecutorRunnable() - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
buildExecutorRunnable() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
buildRunable(EntityManagerFactory, ExecutorEventSupport) - Static method in class org.jbpm.executor.ExecutorServiceFactory
 
buildRunable(ExecutorEventSupport) - Static method in class org.jbpm.executor.ExecutorServiceFactory
 

C

cancelRequest(Long) - Method in class org.jbpm.executor.impl.ExecutorImpl
cancelRequest(Long) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
classCacheManager - Variable in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
 
ClassCacheManager - Class in org.jbpm.executor.impl
Simple cache to keep classes of commands and callback to not attempt to load them every time.
ClassCacheManager() - Constructor for class org.jbpm.executor.impl.ClassCacheManager
 
clearAllErrors() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
clearAllErrors() - Method in class org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl
clearAllErrors() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorAdminServiceImpl
 
clearAllRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
clearAllRequests() - Method in class org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl
clearAllRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorAdminServiceImpl
 
closeEntityManager(EntityManager, Object) - Method in class org.jbpm.executor.impl.jpa.ExecutorJPAAuditService
 
closeInstance(Object) - Method in class org.jbpm.executor.impl.ClassCacheManager
 
commandName - Static variable in class org.jbpm.executor.entities.RequestInfo_
 
commandName(String...) - Method in class org.jbpm.executor.impl.jpa.RequestInfoQueryBuilderImpl
 
contextData - Variable in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
 
createQueryAndCallApplyMetaCriteriaAndGetResult(QueryWhere, CriteriaQuery<T>, CriteriaBuilder) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryCriteriaUtil
 
criteriaAttributes - Static variable in class org.jbpm.executor.impl.jpa.ExecutorQueryCriteriaUtil
 

D

date(Date...) - Method in class org.jbpm.executor.impl.jpa.ErrorInfoDeleteBuilderImpl
 
date(Date...) - Method in class org.jbpm.executor.impl.jpa.RequestInfoDeleteBuilderImpl
 
dateRangeEnd(Date) - Method in class org.jbpm.executor.impl.jpa.ErrorInfoDeleteBuilderImpl
 
dateRangeEnd(Date) - Method in class org.jbpm.executor.impl.jpa.RequestInfoDeleteBuilderImpl
 
dateRangeStart(Date) - Method in class org.jbpm.executor.impl.jpa.ErrorInfoDeleteBuilderImpl
 
dateRangeStart(Date) - Method in class org.jbpm.executor.impl.jpa.RequestInfoDeleteBuilderImpl
 
DelayedPrintOutCommand - Class in org.jbpm.executor.commands
Simple command to log the contextual data after given (10 sec by default) delay and return empty results.
DelayedPrintOutCommand() - Constructor for class org.jbpm.executor.commands.DelayedPrintOutCommand
 
deploymentId - Static variable in class org.jbpm.executor.entities.RequestInfo_
 
deploymentId(String...) - Method in class org.jbpm.executor.impl.jpa.RequestInfoDeleteBuilderImpl
 
deploymentId(String...) - Method in class org.jbpm.executor.impl.jpa.RequestInfoQueryBuilderImpl
 
descending(ErrorInfoQueryBuilder.OrderBy) - Method in class org.jbpm.executor.impl.jpa.ErrorInfoQueryBuilderImpl
 
descending(RequestInfoQueryBuilder.OrderBy) - Method in class org.jbpm.executor.impl.jpa.RequestInfoQueryBuilderImpl
 
destroy() - Method in class org.jbpm.executor.impl.ExecutorImpl
destroy() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
dispose() - Method in class org.jbpm.executor.impl.ClassCacheManager
 

E

equals(Object) - Method in class org.jbpm.executor.entities.ErrorInfo
 
equals(Object) - Method in class org.jbpm.executor.entities.RequestInfo
 
ErrorInfo - Class in org.jbpm.executor.entities
 
ErrorInfo() - Constructor for class org.jbpm.executor.entities.ErrorInfo
 
ErrorInfo(String, String) - Constructor for class org.jbpm.executor.entities.ErrorInfo
 
errorInfo - Static variable in class org.jbpm.executor.entities.RequestInfo_
 
ErrorInfo_ - Class in org.jbpm.executor.entities
 
ErrorInfo_() - Constructor for class org.jbpm.executor.entities.ErrorInfo_
 
ErrorInfoDeleteBuilderImpl - Class in org.jbpm.executor.impl.jpa
 
ErrorInfoDeleteBuilderImpl(CommandExecutor) - Constructor for class org.jbpm.executor.impl.jpa.ErrorInfoDeleteBuilderImpl
 
ErrorInfoDeleteBuilderImpl(JPAAuditLogService) - Constructor for class org.jbpm.executor.impl.jpa.ErrorInfoDeleteBuilderImpl
 
errorInfoLogDeleteBuilder() - Method in class org.jbpm.executor.impl.jpa.ExecutorJPAAuditService
 
errorInfoQueryBuilder() - Method in class org.jbpm.executor.impl.jpa.ExecutorJPAAuditService
 
ErrorInfoQueryBuilderImpl - Class in org.jbpm.executor.impl.jpa
 
ErrorInfoQueryBuilderImpl(ExecutorJPAAuditService) - Constructor for class org.jbpm.executor.impl.jpa.ErrorInfoQueryBuilderImpl
 
eventSupport - Variable in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
 
execute(CommandContext) - Method in class org.jbpm.executor.commands.DelayedPrintOutCommand
 
execute(CommandContext) - Method in class org.jbpm.executor.commands.LogCleanupCommand
 
execute(CommandContext) - Method in class org.jbpm.executor.commands.PrintOutCommand
 
execute(CommandContext) - Method in class org.jbpm.executor.commands.ReoccurringPrintOutCommand
 
execute(CommandContext) - Method in class org.jbpm.executor.commands.RequeueRunningJobsCommand
 
executeGivenJob(RequestInfo) - Method in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
 
executeJob() - Method in class org.jbpm.executor.impl.AvailableJobsExecutor
 
executeWorkItem(WorkItem, WorkItemManager) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandler
 
executions - Static variable in class org.jbpm.executor.entities.RequestInfo_
 
executions(int...) - Method in class org.jbpm.executor.impl.jpa.RequestInfoQueryBuilderImpl
 
ExecutorEventSupport - Class in org.jbpm.executor.impl.event
 
ExecutorEventSupport() - Constructor for class org.jbpm.executor.impl.event.ExecutorEventSupport
 
ExecutorImpl - Class in org.jbpm.executor.impl
Default implementation of the Executor that is baced by ScheduledExecutorService for background task execution.
ExecutorImpl() - Constructor for class org.jbpm.executor.impl.ExecutorImpl
 
ExecutorJPAAuditService - Class in org.jbpm.executor.impl.jpa
 
ExecutorJPAAuditService(EntityManagerFactory) - Constructor for class org.jbpm.executor.impl.jpa.ExecutorJPAAuditService
 
ExecutorNotStartedException - Exception in org.jbpm.executor
 
ExecutorNotStartedException() - Constructor for exception org.jbpm.executor.ExecutorNotStartedException
 
ExecutorQueryCriteriaUtil - Class in org.jbpm.executor.impl.jpa
 
ExecutorQueryCriteriaUtil(ExecutorJPAAuditService) - Constructor for class org.jbpm.executor.impl.jpa.ExecutorQueryCriteriaUtil
 
ExecutorQueryServiceImpl - Class in org.jbpm.executor.impl.jpa
Default implementation of ExecutorQueryService that is backed with JPA IMPORTANT: please keep all classes from package org.jbpm.shared.services.impl as FQCN inside method body to avoid exception logged by CDI when used with in memory mode
ExecutorQueryServiceImpl(boolean) - Constructor for class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
ExecutorRequestAdminServiceImpl - Class in org.jbpm.executor.impl.jpa
Default implementation of ExecutorAdminService backed with JPA IMPORTANT: please keep all classes from package org.jbpm.shared.services.impl as FQCN inside method body to avoid exception logged by CDI when used with in memory mode
ExecutorRequestAdminServiceImpl() - Constructor for class org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl
 
ExecutorRunnable - Class in org.jbpm.executor.impl
Heart of the executor component - executes the actual tasks.
ExecutorRunnable() - Constructor for class org.jbpm.executor.impl.ExecutorRunnable
 
ExecutorServiceFactory - Class in org.jbpm.executor
Creates singleton instance of ExecutorService that shall be used outside of CDI environment.
ExecutorServiceFactory() - Constructor for class org.jbpm.executor.ExecutorServiceFactory
 
ExecutorServiceImpl - Class in org.jbpm.executor.impl
Entry point of the executor component.
ExecutorServiceImpl() - Constructor for class org.jbpm.executor.impl.ExecutorServiceImpl
 
ExecutorServiceImpl(Executor) - Constructor for class org.jbpm.executor.impl.ExecutorServiceImpl
 
executorStoreService - Variable in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
 

F

failed() - Method in interface org.jbpm.executor.AsynchronousJobEvent
 
failed() - Method in class org.jbpm.executor.impl.event.AsynchronousJobEventImpl
 
findCommand(String, ClassLoader) - Method in class org.jbpm.executor.impl.ClassCacheManager
Finds command by FQCN and if not found loads the class and store the instance in the cache.
findCommandCallback(String, ClassLoader) - Method in class org.jbpm.executor.impl.ClassCacheManager
Finds command callback by FQCN and if not found loads the class and store the instance in the cache.
findError(Long) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
findError(Long) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
findRequest(Long) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
findRequest(Long) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
fireAfterJobCancelled(RequestInfo, Throwable) - Method in class org.jbpm.executor.impl.event.ExecutorEventSupport
 
fireAfterJobExecuted(RequestInfo, Throwable) - Method in class org.jbpm.executor.impl.event.ExecutorEventSupport
 
fireAfterJobScheduled(RequestInfo, Throwable) - Method in class org.jbpm.executor.impl.event.ExecutorEventSupport
 
fireBeforeJobCancelled(RequestInfo, Throwable) - Method in class org.jbpm.executor.impl.event.ExecutorEventSupport
 
fireBeforeJobExecuted(RequestInfo, Throwable) - Method in class org.jbpm.executor.impl.event.ExecutorEventSupport
 
fireBeforeJobScheduled(RequestInfo, Throwable) - Method in class org.jbpm.executor.impl.event.ExecutorEventSupport
 

G

getAdminService() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getAllErrors() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getAllErrors(QueryContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getAllErrors() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getAllErrors(QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
getAllErrors() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getAllErrors(QueryContext) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getAllRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getAllRequests(QueryContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getAllRequests() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getAllRequests(QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
getAllRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getAllRequests(QueryContext) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getAndLockFirst() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
getAsyncJobListeners() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getCancelledRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getCancelledRequests(QueryContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getCancelledRequests() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getCancelledRequests(QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
getCancelledRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getCancelledRequests(QueryContext) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getClassLoader(String) - Method in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
 
getClassLoader(String) - Method in class org.jbpm.executor.impl.ExecutorImpl
 
getCommandName() - Method in class org.jbpm.executor.entities.RequestInfo
 
getCompletedRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getCompletedRequests(QueryContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getCompletedRequests() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getCompletedRequests(QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
getCompletedRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getCompletedRequests(QueryContext) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getConnectionFactory() - Method in class org.jbpm.executor.impl.ExecutorImpl
 
getConnectionFactoryName() - Method in class org.jbpm.executor.impl.ExecutorImpl
 
getCriteriaBuilder() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryCriteriaUtil
 
getDeploymentId() - Method in class org.jbpm.executor.entities.RequestInfo
 
getDeploymentIds() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
getEntityManager() - Method in class org.jbpm.executor.impl.jpa.ExecutorJPAAuditService
 
getErrorInfo() - Method in class org.jbpm.executor.entities.RequestInfo
 
getErrors() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
getErrorsByRequestId(Long) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getErrorsByRequestId(Long) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getErrorsByRequestId(Long) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getEventSupport() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getException() - Method in interface org.jbpm.executor.AsynchronousJobEvent
 
getException() - Method in class org.jbpm.executor.impl.event.AsynchronousJobEventImpl
 
getExecutions() - Method in class org.jbpm.executor.entities.RequestInfo
 
getExecutor() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getExecutorStoreService() - Method in class org.jbpm.executor.impl.ExecutorImpl
 
getFutureQueuedRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getFutureQueuedRequests(QueryContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getFutureQueuedRequests() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getFutureQueuedRequests(QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
getFutureQueuedRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getFutureQueuedRequests(QueryContext) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getId() - Method in class org.jbpm.executor.entities.ErrorInfo
 
getId() - Method in class org.jbpm.executor.entities.RequestInfo
 
getInErrorRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getInErrorRequests(QueryContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getInErrorRequests() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getInErrorRequests(QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
getInErrorRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getInErrorRequests(QueryContext) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getInterval() - Method in class org.jbpm.executor.impl.ExecutorImpl
getInterval() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getJob() - Method in interface org.jbpm.executor.AsynchronousJobEvent
 
getJob() - Method in class org.jbpm.executor.impl.event.AsynchronousJobEventImpl
 
getKey() - Method in class org.jbpm.executor.entities.RequestInfo
 
getMessage() - Method in class org.jbpm.executor.entities.ErrorInfo
 
getMessage() - Method in class org.jbpm.executor.entities.RequestInfo
 
getNodeInstance(WorkItem, WorkflowProcessInstance) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandlerCmdCallback
 
getNodeInstance(WorkItem, Collection<NodeInstance>) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandlerCmdCallback
 
getOwner() - Method in class org.jbpm.executor.entities.RequestInfo
 
getPendingRequestById(Long) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getPendingRequestById(Long) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getPendingRequestById(Long) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getPendingRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getPendingRequests(QueryContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getPendingRequests() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getPendingRequests(QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
getPendingRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getPendingRequests(QueryContext) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getPriority() - Method in class org.jbpm.executor.entities.RequestInfo
 
getProcessedRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
getProcessInstanceId() - Method in class org.jbpm.executor.entities.RequestInfo
 
getProcessInstanceId(WorkItem) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandler
 
getQueryBase() - Method in class org.jbpm.executor.impl.jpa.ErrorInfoDeleteBuilderImpl
 
getQueryBase() - Method in class org.jbpm.executor.impl.jpa.RequestInfoDeleteBuilderImpl
 
getQueryCriteriaUtil(Class) - Method in class org.jbpm.executor.impl.jpa.ExecutorJPAAuditService
 
getQueryService() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getQueryType() - Method in class org.jbpm.executor.impl.jpa.ErrorInfoDeleteBuilderImpl
 
getQueryType() - Method in class org.jbpm.executor.impl.jpa.RequestInfoDeleteBuilderImpl
 
getQueue() - Method in class org.jbpm.executor.impl.ExecutorImpl
 
getQueuedRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getQueuedRequests(QueryContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getQueuedRequests() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getQueuedRequests(QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
getQueuedRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getQueuedRequests(QueryContext) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getQueueName() - Method in class org.jbpm.executor.impl.ExecutorImpl
 
getRequestByBusinessKey(String, QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getRequestByBusinessKey(String, QueryContext) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getRequestByCommand(String, QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getRequestByCommand(String, QueryContext) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getRequestById(Long) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getRequestById(Long) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getRequestById(Long) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getRequestData() - Method in class org.jbpm.executor.entities.RequestInfo
 
getRequestForProcessing() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getRequestForProcessing(Long) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
getRequestForProcessing() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getRequestForProcessing(Long) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getRequestInfo() - Method in class org.jbpm.executor.entities.ErrorInfo
 
getRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
getRequestsByBusinessKey(String, QueryContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getRequestsByBusinessKey(String, List<STATUS>, QueryContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getRequestsByBusinessKey(String, List<STATUS>, QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
getRequestsByBusinessKey(String, List<STATUS>, QueryContext) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getRequestsByCommand(String, QueryContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getRequestsByCommand(String, List<STATUS>, QueryContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getRequestsByCommand(String, List<STATUS>, QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
getRequestsByCommand(String, List<STATUS>, QueryContext) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getRequestsByDeployment(String, List<STATUS>, QueryContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getRequestsByDeployment(String, List<STATUS>, QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
getRequestsByDeployment(String, List<STATUS>, QueryContext) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getRequestsByProcessInstance(Long, List<STATUS>, QueryContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getRequestsByProcessInstance(Long, List<STATUS>, QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
getRequestsByProcessInstance(Long, List<STATUS>, QueryContext) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getRequestsByStatus(List<STATUS>) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getRequestsByStatus(List<STATUS>, QueryContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getRequestsByStatus(List<STATUS>) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getRequestsByStatus(List<STATUS>, QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
getRequestsByStatus(List<STATUS>) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getRequestsByStatus(List<STATUS>, QueryContext) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getResponseData() - Method in class org.jbpm.executor.entities.RequestInfo
 
getRetries() - Method in class org.jbpm.executor.entities.RequestInfo
 
getRetries() - Method in class org.jbpm.executor.impl.ExecutorImpl
getRetries() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getRunningRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getRunningRequests(QueryContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getRunningRequests() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getRunningRequests(QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
getRunningRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getRunningRequests(QueryContext) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getRuntimeManager(CommandContext) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandlerCmdCallback
 
getScheduleTime() - Method in class org.jbpm.executor.commands.LogCleanupCommand
 
getScheduleTime() - Method in class org.jbpm.executor.commands.ReoccurringPrintOutCommand
 
getStacktrace() - Method in class org.jbpm.executor.entities.ErrorInfo
 
getStatus() - Method in class org.jbpm.executor.entities.RequestInfo
 
getThreadPoolSize() - Method in class org.jbpm.executor.impl.ExecutorImpl
getThreadPoolSize() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getTime() - Method in class org.jbpm.executor.entities.ErrorInfo
 
getTime() - Method in class org.jbpm.executor.entities.RequestInfo
 
getTimeunit() - Method in class org.jbpm.executor.impl.ExecutorImpl
getTimeunit() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 

H

handleCompletion(boolean, Command, CommandContext) - Method in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
 
handleException(RequestInfo, Throwable, CommandContext, List<CommandCallback>) - Method in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
 
hashCode() - Method in class org.jbpm.executor.entities.ErrorInfo
 
hashCode() - Method in class org.jbpm.executor.entities.RequestInfo
 

I

id - Static variable in class org.jbpm.executor.entities.ErrorInfo_
 
id - Static variable in class org.jbpm.executor.entities.RequestInfo_
 
id(long...) - Method in class org.jbpm.executor.impl.jpa.ErrorInfoQueryBuilderImpl
 
id(long...) - Method in class org.jbpm.executor.impl.jpa.RequestInfoQueryBuilderImpl
 
implSpecificCreatePredicateFromSingleCriteria(CriteriaQuery<R>, CriteriaBuilder, Class, QueryCriteria, QueryWhere) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryCriteriaUtil
 
init() - Method in class org.jbpm.executor.impl.ExecutorImpl
init(ThreadFactory) - Method in class org.jbpm.executor.impl.ExecutorImpl
 
init() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
initializeCriteriaAttributes() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryCriteriaUtil
 
InMemoryExecutorAdminServiceImpl - Class in org.jbpm.executor.impl.mem
 
InMemoryExecutorAdminServiceImpl(boolean) - Constructor for class org.jbpm.executor.impl.mem.InMemoryExecutorAdminServiceImpl
 
InMemoryExecutorQueryServiceImpl - Class in org.jbpm.executor.impl.mem
 
InMemoryExecutorQueryServiceImpl(boolean) - Constructor for class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
InMemoryExecutorStoreService - Class in org.jbpm.executor.impl.mem
 
InMemoryExecutorStoreService(boolean) - Constructor for class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
isActive() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 

J

JmsAvailableJobsExecutor - Class in org.jbpm.executor.impl.jms
 
JmsAvailableJobsExecutor() - Constructor for class org.jbpm.executor.impl.jms.JmsAvailableJobsExecutor
 
joinTransaction(EntityManager) - Method in class org.jbpm.executor.impl.jpa.ExecutorJPAAuditService
 
JPAExecutorStoreService - Class in org.jbpm.executor.impl.jpa
IMPORTANT: please keep all classes from package org.jbpm.shared.services.impl as FQCN inside method body to avoid exception logged by CDI when used with in memory mode
JPAExecutorStoreService(boolean) - Constructor for class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 

K

key - Static variable in class org.jbpm.executor.entities.RequestInfo_
 
key(String...) - Method in class org.jbpm.executor.impl.jpa.RequestInfoQueryBuilderImpl
 

L

LogCleanupCommand - Class in org.jbpm.executor.commands
Log clean up command that aims at doing house keeping of audit/log tables used in jBPM: process related audit logs (process instance, node instance, variables) task related audit logs (audit task, task events) executor related data (requests and errors) Command by default is auto configured to run once a day from the time it was initially scheduled though it can be reconfigured in terms of frequency when it is executed and if it shall run multiple times at all.
LogCleanupCommand() - Constructor for class org.jbpm.executor.commands.LogCleanupCommand
 

M

message - Static variable in class org.jbpm.executor.entities.ErrorInfo_
 
message - Static variable in class org.jbpm.executor.entities.RequestInfo_
 
message(String...) - Method in class org.jbpm.executor.impl.jpa.ErrorInfoQueryBuilderImpl
 
message(String...) - Method in class org.jbpm.executor.impl.jpa.RequestInfoQueryBuilderImpl
 

N

newExecutorService(EntityManagerFactory) - Static method in class org.jbpm.executor.ExecutorServiceFactory
 
newExecutorService() - Static method in class org.jbpm.executor.ExecutorServiceFactory
 

O

onCommandDone(CommandContext, ExecutionResults) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandlerCmdCallback
 
onCommandError(CommandContext, Throwable) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandlerCmdCallback
 
onMessage(Message) - Method in class org.jbpm.executor.impl.jms.JmsAvailableJobsExecutor
 
org.jbpm.executor - package org.jbpm.executor
 
org.jbpm.executor.commands - package org.jbpm.executor.commands
 
org.jbpm.executor.entities - package org.jbpm.executor.entities
 
org.jbpm.executor.impl - package org.jbpm.executor.impl
 
org.jbpm.executor.impl.event - package org.jbpm.executor.impl.event
 
org.jbpm.executor.impl.jms - package org.jbpm.executor.impl.jms
 
org.jbpm.executor.impl.jpa - package org.jbpm.executor.impl.jpa
 
org.jbpm.executor.impl.mem - package org.jbpm.executor.impl.mem
 
org.jbpm.executor.impl.wih - package org.jbpm.executor.impl.wih
 
owner - Static variable in class org.jbpm.executor.entities.RequestInfo_
 
owner(String...) - Method in class org.jbpm.executor.impl.jpa.RequestInfoQueryBuilderImpl
 

P

persistError(ErrorInfo) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
persistError(ErrorInfo) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
persistRequest(RequestInfo) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
persistRequest(RequestInfo) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
PrintOutCommand - Class in org.jbpm.executor.commands
Simple command to log the contextual data and return empty results.
PrintOutCommand() - Constructor for class org.jbpm.executor.commands.PrintOutCommand
 
priority - Static variable in class org.jbpm.executor.entities.RequestInfo_
 
processInstanceId - Static variable in class org.jbpm.executor.entities.RequestInfo_
 

Q

queryService - Variable in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
 

R

removeAsyncJobListener(AsynchronousJobListener) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
removeError(Long) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
removeError(Long) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
removeRequest(Long) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
removeRequest(Long) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
ReoccurringPrintOutCommand - Class in org.jbpm.executor.commands
Simple command to log the contextual data and return empty results as reoccurring job.
ReoccurringPrintOutCommand() - Constructor for class org.jbpm.executor.commands.ReoccurringPrintOutCommand
 
requestData - Static variable in class org.jbpm.executor.entities.RequestInfo_
 
requestInfo - Static variable in class org.jbpm.executor.entities.ErrorInfo_
 
RequestInfo - Class in org.jbpm.executor.entities
 
RequestInfo() - Constructor for class org.jbpm.executor.entities.RequestInfo
 
RequestInfo_ - Class in org.jbpm.executor.entities
 
RequestInfo_() - Constructor for class org.jbpm.executor.entities.RequestInfo_
 
RequestInfoDeleteBuilderImpl - Class in org.jbpm.executor.impl.jpa
 
RequestInfoDeleteBuilderImpl(CommandExecutor) - Constructor for class org.jbpm.executor.impl.jpa.RequestInfoDeleteBuilderImpl
 
RequestInfoDeleteBuilderImpl(JPAAuditLogService) - Constructor for class org.jbpm.executor.impl.jpa.RequestInfoDeleteBuilderImpl
 
requestInfoLogDeleteBuilder() - Method in class org.jbpm.executor.impl.jpa.ExecutorJPAAuditService
 
requestInfoQueryBuilder() - Method in class org.jbpm.executor.impl.jpa.ExecutorJPAAuditService
 
RequestInfoQueryBuilderImpl - Class in org.jbpm.executor.impl.jpa
 
RequestInfoQueryBuilderImpl(ExecutorJPAAuditService) - Constructor for class org.jbpm.executor.impl.jpa.RequestInfoQueryBuilderImpl
 
requeue(Long) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
requeue(Long) - Method in class org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl
 
requeue(Long) - Method in interface org.jbpm.executor.RequeueAware
Moves RequestInfo instances that are in running state longer than given amount of time (in milliseconds)
RequeueAware - Interface in org.jbpm.executor
 
requeueById(Long) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
requeueById(Long) - Method in class org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl
 
requeueById(Long) - Method in interface org.jbpm.executor.RequeueAware
Moves RequestInfo instance with given request id that are in running state
RequeueRunningJobsCommand - Class in org.jbpm.executor.commands
Simple command to log the contextual data and return empty results.
RequeueRunningJobsCommand() - Constructor for class org.jbpm.executor.commands.RequeueRunningJobsCommand
 
resetExecutorService(ExecutorService) - Static method in class org.jbpm.executor.ExecutorServiceFactory
 
responseData - Static variable in class org.jbpm.executor.entities.RequestInfo_
 
retries - Static variable in class org.jbpm.executor.entities.RequestInfo_
 
retries - Variable in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
 
retries(int...) - Method in class org.jbpm.executor.impl.jpa.RequestInfoQueryBuilderImpl
 
run() - Method in class org.jbpm.executor.impl.ExecutorRunnable
 

S

scheduleRequest(String, CommandContext) - Method in class org.jbpm.executor.impl.ExecutorImpl
scheduleRequest(String, Date, CommandContext) - Method in class org.jbpm.executor.impl.ExecutorImpl
scheduleRequest(String, CommandContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
scheduleRequest(String, Date, CommandContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
sendMessage(String, int) - Method in class org.jbpm.executor.impl.ExecutorImpl
 
setAdminService(ExecutorAdminService) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
setAvailableJobsExecutor(AvailableJobsExecutor) - Method in class org.jbpm.executor.impl.ExecutorRunnable
 
setClassCacheManager(ClassCacheManager) - Method in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
 
setCommandName(String) - Method in class org.jbpm.executor.entities.RequestInfo
 
setCommandService(CommandExecutor) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
setCommandService(CommandExecutor) - Method in class org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl
 
setCommandService(CommandExecutor) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
setConnectionFactory(ConnectionFactory) - Method in class org.jbpm.executor.impl.ExecutorImpl
 
setConnectionFactoryName(String) - Method in class org.jbpm.executor.impl.ExecutorImpl
 
setDeploymentId(String) - Method in class org.jbpm.executor.entities.RequestInfo
 
setEmf(EntityManagerFactory) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
setErrorInfo(List<ErrorInfo>) - Method in class org.jbpm.executor.entities.RequestInfo
 
setEventSupport(ExecutorEventSupport) - Method in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
 
setEventSupport(ExecutorEventSupport) - Method in class org.jbpm.executor.impl.ExecutorImpl
 
setEventSupport(ExecutorEventSupport) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
setEventSupport(ExecutorEventSupport) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
setEventSupport(ExecutorEventSupport) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
setExecutions(int) - Method in class org.jbpm.executor.entities.RequestInfo
 
setExecutor(Executor) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
setExecutorStoreService(ExecutorStoreService) - Method in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
 
setExecutorStoreService(ExecutorStoreService) - Method in class org.jbpm.executor.impl.ExecutorImpl
 
setId(Long) - Method in class org.jbpm.executor.entities.ErrorInfo
 
setId(Long) - Method in class org.jbpm.executor.entities.RequestInfo
 
setId(Object, Long) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
setInterval(int) - Method in class org.jbpm.executor.impl.ExecutorImpl
setInterval(int) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
setKey(String) - Method in class org.jbpm.executor.entities.RequestInfo
 
setMessage(String) - Method in class org.jbpm.executor.entities.ErrorInfo
 
setMessage(String) - Method in class org.jbpm.executor.entities.RequestInfo
 
setOwner(String) - Method in class org.jbpm.executor.entities.RequestInfo
 
setPriority(int) - Method in class org.jbpm.executor.entities.RequestInfo
 
setProcessInstanceId(Long) - Method in class org.jbpm.executor.entities.RequestInfo
 
setQueryService(ExecutorQueryService) - Method in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
 
setQueryService(ExecutorQueryService) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
setQueue(Queue) - Method in class org.jbpm.executor.impl.ExecutorImpl
 
setQueueName(String) - Method in class org.jbpm.executor.impl.ExecutorImpl
 
setRequestData(byte[]) - Method in class org.jbpm.executor.entities.RequestInfo
 
setRequestInfo(RequestInfo) - Method in class org.jbpm.executor.entities.ErrorInfo
 
setResponseData(byte[]) - Method in class org.jbpm.executor.entities.RequestInfo
 
setRetries(int) - Method in class org.jbpm.executor.entities.RequestInfo
 
setRetries(int) - Method in class org.jbpm.executor.impl.ExecutorImpl
setRetries(int) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
setStacktrace(String) - Method in class org.jbpm.executor.entities.ErrorInfo
 
setStatus(STATUS) - Method in class org.jbpm.executor.entities.RequestInfo
 
setStoreService(InMemoryExecutorStoreService) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorAdminServiceImpl
 
setStoreService(InMemoryExecutorStoreService) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
setThreadPoolSize(int) - Method in class org.jbpm.executor.impl.ExecutorImpl
setThreadPoolSize(int) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
setTime(Date) - Method in class org.jbpm.executor.entities.ErrorInfo
 
setTime(Date) - Method in class org.jbpm.executor.entities.RequestInfo
 
setTimeunit(TimeUnit) - Method in class org.jbpm.executor.impl.ExecutorImpl
setTimeunit(TimeUnit) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
stacktrace - Static variable in class org.jbpm.executor.entities.ErrorInfo_
 
stackTraceRegex(String...) - Method in class org.jbpm.executor.impl.jpa.ErrorInfoQueryBuilderImpl
 
status - Static variable in class org.jbpm.executor.entities.RequestInfo_
 
status(STATUS...) - Method in class org.jbpm.executor.impl.jpa.RequestInfoDeleteBuilderImpl
 
status(STATUS...) - Method in class org.jbpm.executor.impl.jpa.RequestInfoQueryBuilderImpl
 

T

time - Static variable in class org.jbpm.executor.entities.ErrorInfo_
 
time - Static variable in class org.jbpm.executor.entities.RequestInfo_
 
time(Date...) - Method in class org.jbpm.executor.impl.jpa.ErrorInfoQueryBuilderImpl
 
time(Date...) - Method in class org.jbpm.executor.impl.jpa.RequestInfoQueryBuilderImpl
 
timeRange(Date, Date) - Method in class org.jbpm.executor.impl.jpa.ErrorInfoQueryBuilderImpl
 
timeRange(Date, Date) - Method in class org.jbpm.executor.impl.jpa.RequestInfoQueryBuilderImpl
 
toString() - Method in class org.jbpm.executor.entities.ErrorInfo
 
toString() - Method in class org.jbpm.executor.entities.RequestInfo
 
toString() - Method in class org.jbpm.executor.impl.event.AsynchronousJobEventImpl
 
trimToSize() - Method in class org.jbpm.executor.entities.ErrorInfo
 

U

updateError(ErrorInfo) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
updateError(ErrorInfo) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
updateRequest(RequestInfo) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
updateRequest(RequestInfo) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
updateRequestData(Long, Map<String, Object>) - Method in class org.jbpm.executor.impl.ExecutorImpl
 
updateRequestData(Long, Map<String, Object>) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
A B C D E F G H I J K L M N O P Q R S T U 
Skip navigation links
jBPM :: Executor Service 7.0.0.Final

Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.