A B C D E F G H I J K L M N O P Q R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
- accept(ExecutionErrorContext) - Method in class org.jbpm.executor.impl.error.JobExecutionErrorFilter
- addAsyncJobListener(AsynchronousJobListener) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
- addContextData(String, Object) - Method in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
- addEventListener(AsynchronousJobListener) - Method in interface org.jbpm.executor.impl.event.ExecutorEventSupport
- adjust(List<STATUS>) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
- afterCompletion(int) - Method in class org.jbpm.executor.impl.concurrent.ScheduleTaskTransactionSynchronization
- 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
- 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
- AsyncJobException - Exception in org.jbpm.executor
- AsyncJobException(Long, String, String) - Constructor for exception org.jbpm.executor.AsyncJobException
- AsyncJobException(Long, String, String, Throwable) - Constructor for exception org.jbpm.executor.AsyncJobException
- AsyncJobException(Long, String, Throwable) - Constructor for exception org.jbpm.executor.AsyncJobException
- AsyncWorkItemHandler - Class in org.jbpm.executor.impl.wih
-
Asynchronous work item handler that utilizes power of
ExecutorService
. - AsyncWorkItemHandler(Object, String) - Constructor for class org.jbpm.executor.impl.wih.AsyncWorkItemHandler
- AsyncWorkItemHandler(ExecutorService) - Constructor for class org.jbpm.executor.impl.wih.AsyncWorkItemHandler
- AsyncWorkItemHandler(ExecutorService, 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
- AutoAckErrorCommand - Class in org.jbpm.executor.commands.error
- AutoAckErrorCommand() - Constructor for class org.jbpm.executor.commands.error.AutoAckErrorCommand
- AvailableJobsExecutor - Class in org.jbpm.executor.impl
- AvailableJobsExecutor() - Constructor for class org.jbpm.executor.impl.AvailableJobsExecutor
B
- beforeCompletion() - Method in class org.jbpm.executor.impl.concurrent.ScheduleTaskTransactionSynchronization
- 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.
- buildRequestInfo(String, Date, CommandContext) - Method in class org.jbpm.executor.impl.ExecutorImpl
C
- cancel(boolean) - Method in class org.jbpm.executor.impl.concurrent.PrioritisedScheduledFutureTask
- cancel(Long) - Method in class org.jbpm.executor.impl.concurrent.PrioritisedScheduledThreadPoolExecutor
- 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
- clearAllRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
- clearAllRequests() - Method in class org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl
- clearExecution(Long) - Method in class org.jbpm.executor.impl.ExecutorImpl
- clearExecutorService() - Static method in class org.jbpm.executor.ExecutorServiceFactory
- close() - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandler
- closeEntityManager(EntityManager, Object) - Method in class org.jbpm.executor.impl.jpa.ExecutorJPAAuditService
- closeInstance(Object) - Method in class org.jbpm.executor.impl.ClassCacheManager
- COMMAND_NAME - Static variable in class org.jbpm.executor.entities.RequestInfo_
- commandName - Static variable in class org.jbpm.executor.entities.RequestInfo_
- commandName(String...) - Method in class org.jbpm.executor.impl.jpa.RequestInfoQueryBuilderImpl
- compareTo(Delayed) - Method in class org.jbpm.executor.impl.concurrent.PrioritisedScheduledFutureTask
- 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
- dateFormat - Variable in class org.jbpm.executor.commands.LogCleanupCommand
- dateRangeEnd(Date) - Method in class org.jbpm.executor.impl.jpa.ErrorInfoDeleteBuilderImpl
- dateRangeEnd(Date) - Method in class org.jbpm.executor.impl.jpa.ExecutionErrorInfoDeleteBuilderImpl
- 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
- decorateTask(Runnable, RunnableScheduledFuture<V>) - Method in class org.jbpm.executor.impl.concurrent.PrioritisedScheduledThreadPoolExecutor
- 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
- DEPLOYMENT_ID - Static variable in class org.jbpm.executor.entities.RequestInfo_
- 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
- done(Long) - Method in class org.jbpm.executor.impl.concurrent.PrioritisedScheduledThreadPoolExecutor
E
- equals(Object) - Method in class org.jbpm.executor.entities.ErrorInfo
- equals(Object) - Method in class org.jbpm.executor.entities.RequestInfo
- equals(Object) - Method in class org.jbpm.executor.impl.concurrent.PrioritisedRunnable
- ERROR_INFO - Static variable in class org.jbpm.executor.entities.RequestInfo_
- 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
- ErrorInfo(String, String) - Constructor for class org.jbpm.executor.entities.ErrorInfo
- 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(JPAAuditLogService) - Constructor for class org.jbpm.executor.impl.jpa.ErrorInfoDeleteBuilderImpl
- ErrorInfoDeleteBuilderImpl(CommandExecutor) - 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.error.AutoAckErrorCommand
- execute(CommandContext) - Method in class org.jbpm.executor.commands.ExecuteSQLQueryCommand
- execute(CommandContext) - Method in class org.jbpm.executor.commands.ExecutionErrorCleanupCommand
- execute(CommandContext) - Method in class org.jbpm.executor.commands.JobExecutionErrorCommand
- 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
- execute(CommandContext) - Method in class org.jbpm.executor.commands.SLATrackingCommand
- executeGivenJob(RequestInfo) - Method in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
- executeJob(long) - Method in class org.jbpm.executor.impl.AvailableJobsExecutor
- ExecuteSQLQueryCommand - Class in org.jbpm.executor.commands
- ExecuteSQLQueryCommand() - Constructor for class org.jbpm.executor.commands.ExecuteSQLQueryCommand
- executeWorkItem(WorkItem, WorkItemManager) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandler
- ExecutionErrorCleanupCommand - Class in org.jbpm.executor.commands
-
Execution error clean up command that aims at doing house keeping of execution error table used in jBPM: 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.
Following is a complete list of accepted parameters: DateFormat - date format for further date related params - if not given yyyy-MM-dd is used (pattern of SimpleDateFormat class) EmfName - name of entity manager factory to be used for queries (valid persistence unit name) SingleRun - indicates if execution should be single run only (true|false) NextRun - provides next execution time (valid time expression e.g. 1d, 5h, etc) OlderThan - indicates what errors should be deleted - older than given date OlderThanPeriod - indicated what errors should be deleted older than given time expression (valid time expression e.g. 1d, 5h, etc) ForProcess - indicates errors to be deleted only for given process definition ForProcessInstance - indicates errors to be deleted only for given process instance ForDeployment - indicates errors to be deleted that are from given deployment id - ExecutionErrorCleanupCommand() - Constructor for class org.jbpm.executor.commands.ExecutionErrorCleanupCommand
- executionErrorInfoDeleteBuilder() - Method in class org.jbpm.executor.impl.jpa.ExecutorJPAAuditService
- ExecutionErrorInfoDeleteBuilderImpl - Class in org.jbpm.executor.impl.jpa
- ExecutionErrorInfoDeleteBuilderImpl(JPAAuditLogService) - Constructor for class org.jbpm.executor.impl.jpa.ExecutionErrorInfoDeleteBuilderImpl
- executions - Static variable in class org.jbpm.executor.entities.RequestInfo_
- executions(int...) - Method in class org.jbpm.executor.impl.jpa.RequestInfoQueryBuilderImpl
- EXECUTIONS - Static variable in class org.jbpm.executor.entities.RequestInfo_
- executor - Variable in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
- ExecutorEventSupport - Interface in org.jbpm.executor.impl.event
-
Interface for ExecutorEventSupportImpl and ExecutorEventSupportEJBImpl so they both can be referenced by one type because the ExecutorEventSupportEJBImpl is no longer a subtype of ExecutorEventSupportImpl since it would violate EJB public methods specification like no final and synchronized public methods.
- ExecutorEventSupportImpl - Class in org.jbpm.executor.impl.event
- ExecutorEventSupportImpl() - Constructor for class org.jbpm.executor.impl.event.ExecutorEventSupportImpl
- ExecutorImpl - Class in org.jbpm.executor.impl
-
Default implementation of the
Executor
that is baced byScheduledExecutorService
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
- 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
- filter(ExecutionErrorContext) - Method in class org.jbpm.executor.impl.error.JobExecutionErrorFilter
- 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
- findErrorsToAck(EntityManager) - Method in class org.jbpm.executor.commands.error.AutoAckErrorCommand
-
Responsible to look up all errors that can be auto acknowledged.
- findErrorsToAck(EntityManager) - Method in class org.jbpm.executor.commands.error.JobAutoAckErrorCommand
- findErrorsToAck(EntityManager) - Method in class org.jbpm.executor.commands.error.ProcessAutoAckErrorCommand
- findErrorsToAck(EntityManager) - Method in class org.jbpm.executor.commands.error.TaskAutoAckErrorCommand
- findRequest(Long) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
- fireAfterJobCancelled(RequestInfo, Throwable) - Method in interface org.jbpm.executor.impl.event.ExecutorEventSupport
- fireAfterJobCancelled(RequestInfo, Throwable) - Method in class org.jbpm.executor.impl.event.ExecutorEventSupportImpl
- fireAfterJobExecuted(RequestInfo, Throwable) - Method in interface org.jbpm.executor.impl.event.ExecutorEventSupport
- fireAfterJobExecuted(RequestInfo, Throwable) - Method in class org.jbpm.executor.impl.event.ExecutorEventSupportImpl
- fireAfterJobScheduled(RequestInfo, Throwable) - Method in interface org.jbpm.executor.impl.event.ExecutorEventSupport
- fireAfterJobScheduled(RequestInfo, Throwable) - Method in class org.jbpm.executor.impl.event.ExecutorEventSupportImpl
- fireBeforeJobCancelled(RequestInfo, Throwable) - Method in interface org.jbpm.executor.impl.event.ExecutorEventSupport
- fireBeforeJobCancelled(RequestInfo, Throwable) - Method in class org.jbpm.executor.impl.event.ExecutorEventSupportImpl
- fireBeforeJobExecuted(RequestInfo, Throwable) - Method in interface org.jbpm.executor.impl.event.ExecutorEventSupport
- fireBeforeJobExecuted(RequestInfo, Throwable) - Method in class org.jbpm.executor.impl.event.ExecutorEventSupportImpl
- fireBeforeJobScheduled(RequestInfo, Throwable) - Method in interface org.jbpm.executor.impl.event.ExecutorEventSupport
- fireBeforeJobScheduled(RequestInfo, Throwable) - Method in class org.jbpm.executor.impl.event.ExecutorEventSupportImpl
G
- get() - Method in class org.jbpm.executor.impl.concurrent.PrioritisedScheduledFutureTask
- get(long, TimeUnit) - Method in class org.jbpm.executor.impl.concurrent.PrioritisedScheduledFutureTask
- getAckRule() - Method in class org.jbpm.executor.commands.error.AutoAckErrorCommand
-
Returns description of why given jobs can be auto ack'ed
- getAckRule() - Method in class org.jbpm.executor.commands.error.JobAutoAckErrorCommand
- getAckRule() - Method in class org.jbpm.executor.commands.error.ProcessAutoAckErrorCommand
- getAckRule() - Method in class org.jbpm.executor.commands.error.TaskAutoAckErrorCommand
- getAdminService() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
- getAllErrors() - 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.ExecutorServiceImpl
- getAllErrors(QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
- getAllRequests() - 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.ExecutorServiceImpl
- getAllRequests(QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
- getAsyncJobListeners() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
- getCancelledRequests() - 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.ExecutorServiceImpl
- getCancelledRequests(QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
- getClassLoader(String) - Method in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
- getClassLoader(String) - Method in class org.jbpm.executor.impl.ExecutorImpl
- getCommandName() - Method in exception org.jbpm.executor.AsyncJobException
- getCommandName() - Method in class org.jbpm.executor.entities.RequestInfo
- getCompletedRequests() - 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.ExecutorServiceImpl
- getCompletedRequests(QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
- 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
- getDelay(TimeUnit) - Method in class org.jbpm.executor.impl.concurrent.PrioritisedScheduledFutureTask
- getDeploymentId() - Method in class org.jbpm.executor.entities.RequestInfo
- getDeploymentId(CommandContext) - Method in class org.jbpm.executor.impl.ExecutorImpl
- 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
- getErrorsByRequestId(Long) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
- getErrorsByRequestId(Long) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
- getEventListeners() - Method in interface org.jbpm.executor.impl.event.ExecutorEventSupport
- 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
- getFireDate() - Method in class org.jbpm.executor.impl.concurrent.PrioritisedRunnable
- getFutureQueuedRequests() - 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.ExecutorServiceImpl
- getFutureQueuedRequests(QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
- getId() - Method in class org.jbpm.executor.entities.ErrorInfo
- getId() - Method in class org.jbpm.executor.entities.RequestInfo
- getId() - Method in class org.jbpm.executor.impl.concurrent.PrioritisedRunnable
- getInErrorRequests() - 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.ExecutorServiceImpl
- getInErrorRequests(QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
- 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
- getJobId() - Method in exception org.jbpm.executor.AsyncJobException
- getJobProcessor() - Method in class org.jbpm.executor.impl.ExecutorImpl
- 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, Collection<NodeInstance>) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandlerCmdCallback
- getNodeInstance(WorkItem, WorkflowProcessInstance) - 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
- getPendingRequests() - 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.ExecutorServiceImpl
- getPendingRequests(QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
- getPriority() - Method in class org.jbpm.executor.entities.RequestInfo
- getPriority() - Method in class org.jbpm.executor.impl.concurrent.PrioritisedRunnable
- getPriority() - Method in class org.jbpm.executor.impl.error.JobExecutionErrorFilter
- getProcessInstanceId() - Method in class org.jbpm.executor.entities.RequestInfo
- getProcessInstanceId(WorkItem) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandler
- getQueryCriteriaUtil(Class) - Method in class org.jbpm.executor.impl.jpa.ExecutorJPAAuditService
- getQueryService() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
- getQueryTable() - Method in class org.jbpm.executor.impl.jpa.ErrorInfoDeleteBuilderImpl
- getQueryTable() - Method in class org.jbpm.executor.impl.jpa.ExecutionErrorInfoDeleteBuilderImpl
- getQueryTable() - Method in class org.jbpm.executor.impl.jpa.RequestInfoDeleteBuilderImpl
- getQueryType() - Method in class org.jbpm.executor.impl.jpa.ErrorInfoDeleteBuilderImpl
- getQueryType() - Method in class org.jbpm.executor.impl.jpa.ExecutionErrorInfoDeleteBuilderImpl
- 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() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
- getQueuedRequests(QueryContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
- getQueuedRequests(QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
- getQueueName() - Method in class org.jbpm.executor.impl.ExecutorImpl
- getRequestByBusinessKey(String, QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
- getRequestByCommand(String, QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
- getRequestById(Long) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
- getRequestById(Long) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
- 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
- getRequestInfo() - Method in class org.jbpm.executor.entities.ErrorInfo
- 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, 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, QueryContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
- 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
- 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
- getRequestsByStatus(List<STATUS>) - 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.ExecutorServiceImpl
- getRequestsByStatus(List<STATUS>, QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
- 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() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
- getRunningRequests(QueryContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
- getRunningRequests(QueryContext) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
- getRuntimeManager(CommandContext) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandlerCmdCallback
- getScheduledExecutorService() - Method in class org.jbpm.executor.impl.ExecutorImpl
- getScheduleTime() - Method in class org.jbpm.executor.commands.error.AutoAckErrorCommand
- getScheduleTime() - Method in class org.jbpm.executor.commands.ExecuteSQLQueryCommand
- getScheduleTime() - Method in class org.jbpm.executor.commands.ExecutionErrorCleanupCommand
- getScheduleTime() - Method in class org.jbpm.executor.commands.LogCleanupCommand
- getScheduleTime() - Method in class org.jbpm.executor.commands.ReoccurringPrintOutCommand
- getScheduleTime() - Method in class org.jbpm.executor.commands.SLATrackingCommand
- 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
- getTransactionManager() - Method in class org.jbpm.executor.impl.ExecutorImpl
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
- hashCode() - Method in class org.jbpm.executor.impl.concurrent.PrioritisedRunnable
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
- ID - Static variable in class org.jbpm.executor.entities.ErrorInfo_
- ID - Static variable in class org.jbpm.executor.entities.RequestInfo_
- 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() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
- initializeCriteriaAttributes() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryCriteriaUtil
- isActive() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
- isCancelled() - Method in class org.jbpm.executor.impl.concurrent.PrioritisedScheduledFutureTask
- isDone() - Method in class org.jbpm.executor.impl.concurrent.PrioritisedScheduledFutureTask
- isPeriodic() - Method in class org.jbpm.executor.impl.concurrent.PrioritisedScheduledFutureTask
J
- JmsAvailableJobsExecutor - Class in org.jbpm.executor.impl.jms
- JmsAvailableJobsExecutor() - Constructor for class org.jbpm.executor.impl.jms.JmsAvailableJobsExecutor
- JobAutoAckErrorCommand - Class in org.jbpm.executor.commands.error
-
Command that will auto acknowledge async jobs errors based on their status: - if job that previously failed is completed it will be eligible for auto ack - if job that previously failed is cancelled it will be eligible for auto ack - if job that previously failed is rescheduled it will be eligible for auto ack Following parameters are supported by this command: EmfName - name of entity manager factory to be used for queries (valid persistence unit name) SingleRun - indicates if execution should be single run only (true|false) NextRun - provides next execution time (valid time expression e.g. 1d, 5h, etc)
- JobAutoAckErrorCommand() - Constructor for class org.jbpm.executor.commands.error.JobAutoAckErrorCommand
- JobExecutionErrorCommand - Class in org.jbpm.executor.commands
-
Simple command to throw runtime exception Just for testing purpose.
- JobExecutionErrorCommand() - Constructor for class org.jbpm.executor.commands.JobExecutionErrorCommand
- JobExecutionErrorFilter - Class in org.jbpm.executor.impl.error
- JobExecutionErrorFilter() - Constructor for class org.jbpm.executor.impl.error.JobExecutionErrorFilter
- 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
- KEY - Static variable in class org.jbpm.executor.entities.RequestInfo_
L
- LoadAndScheduleRequestsTask - Class in org.jbpm.executor.impl.concurrent
- LoadAndScheduleRequestsTask(ScheduledExecutorService, AvailableJobsExecutor, Supplier<List<RequestInfo>>) - Constructor for class org.jbpm.executor.impl.concurrent.LoadAndScheduleRequestsTask
- loadRequests() - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
- loadRequestsOlderThan(long) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
- 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.
Following is a complete list of accepted parameters: SkipProcessLog - indicates if clean up of process logs should be omitted (true|false) SkipTaskLog - indicates if clean up of task logs should be omitted (true|false) SkipExecutorLog - indicates if clean up of executor logs should be omitted (true|false) DateFormat - date format for further date related params - if not given yyyy-MM-dd is used (pattern of SimpleDateFormat class) EmfName - name of entity manager factory to be used for queries (valid persistence unit name) SingleRun - indicates if execution should be single run only (true|false) NextRun - provides next execution time (valid time expression e.g. 1d, 5h, etc) OlderThan - indicates what logs should be deleted - older than given date OlderThanPeriod - indicated what logs should be deleted older than given time expression (valid time expression e.g. 1d, 5h, etc) ForProcess - indicates logs to be deleted only for given process definition ForDeployment - indicates logs to be deleted that are from given deployment id RecordsPerTransaction - indicates number of records to be included in each DB transaction (default is 0 which means do the delete in one single transaction) - LogCleanupCommand() - Constructor for class org.jbpm.executor.commands.LogCleanupCommand
M
- markAsPendingRetry(Long) - Method in class org.jbpm.executor.impl.concurrent.PrioritisedScheduledThreadPoolExecutor
- markAsPendingRetryRequest(Long) - Method in class org.jbpm.executor.impl.ExecutorImpl
- 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
- MESSAGE - Static variable in class org.jbpm.executor.entities.ErrorInfo_
- MESSAGE - Static variable in class org.jbpm.executor.entities.RequestInfo_
N
- newExecutorService(EntityManagerFactory) - Static method in class org.jbpm.executor.ExecutorServiceFactory
- newExecutorService(EntityManagerFactory, ExecutorEventSupportImpl) - Static method in class org.jbpm.executor.ExecutorServiceFactory
- newExecutorService(EntityManagerFactory, TransactionalCommandService, ExecutorEventSupportImpl) - 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.commands.error - package org.jbpm.executor.commands.error
- org.jbpm.executor.entities - package org.jbpm.executor.entities
- org.jbpm.executor.impl - package org.jbpm.executor.impl
- org.jbpm.executor.impl.concurrent - package org.jbpm.executor.impl.concurrent
- org.jbpm.executor.impl.error - package org.jbpm.executor.impl.error
- 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.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
- OWNER - Static variable in class org.jbpm.executor.entities.RequestInfo_
P
- persistError(ErrorInfo) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
- persistRequest(RequestInfo, Consumer<Object>) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
- 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
- PrioritisedRunnable - Class in org.jbpm.executor.impl.concurrent
- PrioritisedRunnable(long, int, Date, AvailableJobsExecutor) - Constructor for class org.jbpm.executor.impl.concurrent.PrioritisedRunnable
- PrioritisedScheduledFutureTask<V> - Class in org.jbpm.executor.impl.concurrent
- PrioritisedScheduledFutureTask(RunnableScheduledFuture<V>, Integer, Date) - Constructor for class org.jbpm.executor.impl.concurrent.PrioritisedScheduledFutureTask
- PrioritisedScheduledThreadPoolExecutor - Class in org.jbpm.executor.impl.concurrent
- PrioritisedScheduledThreadPoolExecutor(int, ThreadFactory) - Constructor for class org.jbpm.executor.impl.concurrent.PrioritisedScheduledThreadPoolExecutor
- PrioritisedScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler) - Constructor for class org.jbpm.executor.impl.concurrent.PrioritisedScheduledThreadPoolExecutor
- priority - Static variable in class org.jbpm.executor.entities.RequestInfo_
- PRIORITY - Static variable in class org.jbpm.executor.entities.RequestInfo_
- PROCESS_INSTANCE_ID - Static variable in class org.jbpm.executor.entities.RequestInfo_
- ProcessAutoAckErrorCommand - Class in org.jbpm.executor.commands.error
-
Command that will auto acknowledge process instance errors based on the last initial node instance when the error happened.
- ProcessAutoAckErrorCommand() - Constructor for class org.jbpm.executor.commands.error.ProcessAutoAckErrorCommand
- processInstanceId - Static variable in class org.jbpm.executor.entities.RequestInfo_
Q
- queryService - Variable in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
R
- readInt(Map<String, Object>, String, int) - Method in class org.jbpm.executor.commands.LogCleanupCommand
- RECORDS_PER_TRANSACTION - Static variable in class org.jbpm.executor.commands.LogCleanupCommand
- removeAsyncJobListener(AsynchronousJobListener) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
- removeError(Long) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
- removeEventListener(Class) - Method in interface org.jbpm.executor.impl.event.ExecutorEventSupport
- removeEventListener(AsynchronousJobListener) - Method in interface org.jbpm.executor.impl.event.ExecutorEventSupport
- removeRequest(Long, Consumer<Object>) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
- 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
- REQUEST_DATA - Static variable in class org.jbpm.executor.entities.RequestInfo_
- REQUEST_INFO - Static variable in class org.jbpm.executor.entities.ErrorInfo_
- 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(Long, int, Date) - 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(JPAAuditLogService) - Constructor for class org.jbpm.executor.impl.jpa.RequestInfoDeleteBuilderImpl
- RequestInfoDeleteBuilderImpl(CommandExecutor) - 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 (time unit depends on theorg.kie.executor.timeunit
system property) - 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
- RequeueRunningJobsCommand() - Constructor for class org.jbpm.executor.commands.RequeueRunningJobsCommand
- resetExecutorService(ExecutorService) - Static method in class org.jbpm.executor.ExecutorServiceFactory
- RESPONSE_DATA - Static variable in class org.jbpm.executor.entities.RequestInfo_
- 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
- RETRIES - Static variable in class org.jbpm.executor.entities.RequestInfo_
- run() - Method in class org.jbpm.executor.impl.concurrent.LoadAndScheduleRequestsTask
- run() - Method in class org.jbpm.executor.impl.concurrent.PrioritisedRunnable
- run() - Method in class org.jbpm.executor.impl.concurrent.PrioritisedScheduledFutureTask
S
- scheduleExecution(RequestInfo, Date) - Method in class org.jbpm.executor.impl.ExecutorImpl
- scheduleExecutionViaSync(RequestInfo, Date) - Method in class org.jbpm.executor.impl.ExecutorImpl
- scheduleNoDuplicates(Runnable, long, TimeUnit) - Method in class org.jbpm.executor.impl.concurrent.PrioritisedScheduledThreadPoolExecutor
- scheduleRequest(String, Date, CommandContext) - Method in class org.jbpm.executor.impl.ExecutorImpl
- scheduleRequest(String, Date, CommandContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
- scheduleRequest(String, CommandContext) - Method in class org.jbpm.executor.impl.ExecutorImpl
- scheduleRequest(String, CommandContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
- ScheduleTaskTransactionSynchronization - Class in org.jbpm.executor.impl.concurrent
- ScheduleTaskTransactionSynchronization(ScheduledExecutorService, RequestInfo, Date, AvailableJobsExecutor) - Constructor for class org.jbpm.executor.impl.concurrent.ScheduleTaskTransactionSynchronization
- sendMessage(String, int) - Method in class org.jbpm.executor.impl.ExecutorImpl
- setAdminService(ExecutorAdminService) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
- setClassCacheManager(ClassCacheManager) - Method in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
- setCommandName(String) - Method in exception org.jbpm.executor.AsyncJobException
- 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(ExecutorEventSupportImpl) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
- setExecutions(int) - Method in class org.jbpm.executor.entities.RequestInfo
- setExecutor(Executor) - Method in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
- setExecutor(Executor) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
- setExecutor(Executor) - Method in class org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl
- 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
- setInterval(int) - Method in class org.jbpm.executor.impl.ExecutorImpl
- setInterval(int) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
- setJobId(Long) - Method in exception org.jbpm.executor.AsyncJobException
- setJobProcessor(AvailableJobsExecutor) - Method in class org.jbpm.executor.impl.ExecutorImpl
- 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
- 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
- setTransactionManager(TransactionManager) - Method in class org.jbpm.executor.impl.ExecutorImpl
- shutdown() - Method in class org.jbpm.executor.impl.concurrent.PrioritisedScheduledThreadPoolExecutor
- shutdownNow() - Method in class org.jbpm.executor.impl.concurrent.PrioritisedScheduledThreadPoolExecutor
- SLATrackingCommand - Class in org.jbpm.executor.commands
-
SLA Tracking command that aims at looking up for process or node instances with SLA violations: Command by default is auto configured to run once an hour 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.
Following is a complete list of accepted parameters: EmfName - name of entity manager factory to be used for queries (valid persistence unit name) SingleRun - indicates if execution should be single run only (true|false) NextRun - provides next execution time (valid time expression e.g. 1d, 5h, etc) ForDeployment - indicates errors to be deleted that are from given deployment id - SLATrackingCommand() - Constructor for class org.jbpm.executor.commands.SLATrackingCommand
- stacktrace - Static variable in class org.jbpm.executor.entities.ErrorInfo_
- 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
- STATUS - Static variable in class org.jbpm.executor.entities.RequestInfo_
T
- TaskAutoAckErrorCommand - Class in org.jbpm.executor.commands.error
-
Command that will auto acknowledge task errors based on their status - completed, failed, exited, obsolete, error - will be considered as eligible for ack Following parameters are supported by this command: EmfName - name of entity manager factory to be used for queries (valid persistence unit name) SingleRun - indicates if execution should be single run only (true|false) NextRun - provides next execution time (valid time expression e.g. 1d, 5h, etc)
- TaskAutoAckErrorCommand() - Constructor for class org.jbpm.executor.commands.error.TaskAutoAckErrorCommand
- 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
- TIME - Static variable in class org.jbpm.executor.entities.ErrorInfo_
- TIME - Static variable in class org.jbpm.executor.entities.RequestInfo_
- 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.error.JobExecutionErrorFilter
- toString() - Method in class org.jbpm.executor.impl.event.AsynchronousJobEventImpl
- trimToSize() - Method in class org.jbpm.executor.entities.ErrorInfo
- TYPE - Static variable in class org.jbpm.executor.impl.error.JobExecutionErrorFilter
U
- updateError(ErrorInfo) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
- updateProcessInfoInContext(RequestInfo, CommandContext) - Method in class org.jbpm.executor.impl.AbstractAvailableJobsExecutor
- updateRequest(RequestInfo, Consumer<Object>) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
- 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
All Classes All Packages