Uses of Interface
org.jbpm.executor.RequeueAware
-
Packages that use RequeueAware Package Description org.jbpm.executor.impl org.jbpm.executor.impl.jpa -
-
Uses of RequeueAware in org.jbpm.executor.impl
Classes in org.jbpm.executor.impl that implement RequeueAware Modifier and Type Class Description class
ExecutorServiceImpl
Entry point of the executor component. -
Uses of RequeueAware in org.jbpm.executor.impl.jpa
Classes in org.jbpm.executor.impl.jpa that implement RequeueAware Modifier and Type Class Description class
ExecutorRequestAdminServiceImpl
Default implementation ofExecutorAdminService
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
-