Uses of Class
org.jbpm.process.audit.JPAAuditLogService
-
Packages that use JPAAuditLogService Package Description org.jbpm.casemgmt.impl.audit org.jbpm.executor.impl.jpa org.jbpm.process.audit.query org.jbpm.services.task.audit.service -
-
Uses of JPAAuditLogService in org.jbpm.casemgmt.impl.audit
Constructors in org.jbpm.casemgmt.impl.audit with parameters of type JPAAuditLogService Constructor Description CaseFileDataLogDeleteBuilderImpl(JPAAuditLogService jpaService)
CaseRoleAssignmentLogDeleteBuilderImpl(JPAAuditLogService jpaService)
-
Uses of JPAAuditLogService in org.jbpm.executor.impl.jpa
Subclasses of JPAAuditLogService in org.jbpm.executor.impl.jpa Modifier and Type Class Description class
ExecutorJPAAuditService
Constructors in org.jbpm.executor.impl.jpa with parameters of type JPAAuditLogService Constructor Description ErrorInfoDeleteBuilderImpl(JPAAuditLogService jpaAuditService)
RequestInfoDeleteBuilderImpl(JPAAuditLogService jpaAuditService)
-
Uses of JPAAuditLogService in org.jbpm.process.audit.query
Fields in org.jbpm.process.audit.query declared as JPAAuditLogService Modifier and Type Field Description protected JPAAuditLogService
AbstractAuditDeleteBuilderImpl. jpaAuditService
protected JPAAuditLogService
AbstractAuditQueryBuilderImpl. jpaAuditService
Methods in org.jbpm.process.audit.query that return JPAAuditLogService Modifier and Type Method Description protected JPAAuditLogService
AbstractAuditDeleteBuilderImpl. getJpaAuditLogService()
protected JPAAuditLogService
AbstractAuditQueryBuilderImpl. getJpaAuditLogService()
Constructors in org.jbpm.process.audit.query with parameters of type JPAAuditLogService Constructor Description AbstractAuditDeleteBuilderImpl(JPAAuditLogService jpaService)
AbstractAuditQueryBuilderImpl(JPAAuditLogService jpaService)
NodeInstanceLogDeleteBuilderImpl(JPAAuditLogService jpaService)
NodeInstLogQueryBuilderImpl(JPAAuditLogService jpaAuditService)
ProcessInstanceLogDeleteBuilderImpl(JPAAuditLogService jpaService)
ProcInstLogQueryBuilderImpl(JPAAuditLogService jpaAuditService)
VarInstanceLogDeleteBuilderImpl(JPAAuditLogService jpaAuditService)
VarInstLogQueryBuilderImpl(JPAAuditLogService jpaAuditService)
-
Uses of JPAAuditLogService in org.jbpm.services.task.audit.service
Subclasses of JPAAuditLogService in org.jbpm.services.task.audit.service Modifier and Type Class Description class
TaskJPAAuditService
Constructors in org.jbpm.services.task.audit.service with parameters of type JPAAuditLogService Constructor Description AuditTaskDeleteBuilderImpl(JPAAuditLogService jpaAuditService)
AuditTaskQueryBuilderImpl(JPAAuditLogService jpaAuditService)
BAMTaskSummaryQueryBuilderImpl(JPAAuditLogService jpaAuditService)
TaskEventDeleteBuilderImpl(JPAAuditLogService jpaAuditService)
TaskEventQueryBuilderImpl(JPAAuditLogService jpaAuditService)
TaskVariableDeleteBuilderImpl(JPAAuditLogService jpaAuditService)
-