Package org.jbpm.process.audit.command
Class AuditCommand<T>
- java.lang.Object
-
- org.jbpm.process.audit.command.AuditCommand<T>
-
- All Implemented Interfaces:
Serializable,org.kie.api.command.Command<T>,org.kie.api.command.ExecutableCommand<T>
- Direct Known Subclasses:
AuditNodeInstanceLogQueryCommand,AuditProcessInstanceLogQueryCommand,AuditVariableInstanceLogQueryCommand,ClearHistoryLogsCommand,FindActiveProcessInstancesCommand,FindNodeInstancesCommand,FindProcessInstanceCommand,FindProcessInstancesCommand,FindSubProcessInstancesCommand,FindVariableInstancesByNameCommand,FindVariableInstancesCommand
public abstract class AuditCommand<T> extends Object implements org.kie.api.command.ExecutableCommand<T>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AuditLogServiceauditLogService
-
Constructor Summary
Constructors Constructor Description AuditCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAuditLogService(AuditLogService auditLogService)protected voidsetLogEnvironment(org.kie.api.runtime.Context cntxt)
-
-
-
Field Detail
-
auditLogService
protected AuditLogService auditLogService
-
-
Method Detail
-
setAuditLogService
public void setAuditLogService(AuditLogService auditLogService)
-
setLogEnvironment
protected void setLogEnvironment(org.kie.api.runtime.Context cntxt)
-
-