org.jbpm.process.audit.command
Class AuditCommand<T>
java.lang.Object
org.jbpm.process.audit.command.AuditCommand<T>
- All Implemented Interfaces:
- Serializable, org.drools.core.command.impl.GenericCommand<T>, Command<T>
- Direct Known Subclasses:
- AuditNodeInstanceLogQueryCommand, AuditProcessInstanceLogQueryCommand, AuditVariableInstanceLogQueryCommand, ClearHistoryLogsCommand, FindActiveProcessInstancesCommand, FindNodeInstancesCommand, FindProcessInstanceCommand, FindProcessInstancesCommand, FindSubProcessInstancesCommand, FindVariableInstancesByNameCommand, FindVariableInstancesCommand
public abstract class AuditCommand<T>
- extends Object
- implements org.drools.core.command.impl.GenericCommand<T>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.drools.core.command.impl.GenericCommand |
execute |
auditLogService
protected AuditLogService auditLogService
AuditCommand
public AuditCommand()
setAuditLogService
public void setAuditLogService(AuditLogService auditLogService)
setLogEnvironment
protected void setLogEnvironment(org.kie.internal.command.Context cntxt)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.