Uses of Class
org.jbpm.process.audit.JPAService
-
Packages that use JPAService Package Description org.jbpm.executor.impl.jpa org.jbpm.process.audit Business Activity Monitoring (BAM) resources supporting activity events and activity logs.org.jbpm.services.task.audit.service -
-
Uses of JPAService in org.jbpm.executor.impl.jpa
Subclasses of JPAService in org.jbpm.executor.impl.jpa Modifier and Type Class Description class
ExecutorJPAAuditService
-
Uses of JPAService in org.jbpm.process.audit
Subclasses of JPAService in org.jbpm.process.audit Modifier and Type Class Description class
JPAAuditLogService
Fields in org.jbpm.process.audit declared as JPAService Modifier and Type Field Description protected JPAService
AuditQueryCriteriaUtil. jpaService
Constructors in org.jbpm.process.audit with parameters of type JPAService Constructor Description AuditQueryCriteriaUtil(Map<Class,Map<String,javax.persistence.metamodel.Attribute>> criteriaAttributes, JPAService service)
This protected constructor is used in the kie-remote-services moduleAuditQueryCriteriaUtil(JPAService service)
-
Uses of JPAService in org.jbpm.services.task.audit.service
Subclasses of JPAService in org.jbpm.services.task.audit.service Modifier and Type Class Description class
TaskJPAAuditService
-