jBPM distribution 6.0.2-SNAPSHOT

org.jbpm.process.audit.command
Class AuditCommand<T>

java.lang.Object
  extended by org.jbpm.process.audit.command.AuditCommand<T>
All Implemented Interfaces:
Serializable, org.drools.core.command.impl.GenericCommand<T>, Command<T>
Direct Known Subclasses:
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

Field Summary
protected  AuditLogService auditLogService
           
 
Constructor Summary
AuditCommand()
           
 
Method Summary
 void setAuditLogService(AuditLogService auditLogService)
           
protected  void setLogEnvironment(org.kie.internal.command.Context cntxt)
           
 
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
 

Field Detail

auditLogService

protected AuditLogService auditLogService
Constructor Detail

AuditCommand

public AuditCommand()
Method Detail

setAuditLogService

public void setAuditLogService(AuditLogService auditLogService)

setLogEnvironment

protected void setLogEnvironment(org.kie.internal.command.Context cntxt)

jBPM distribution 6.0.2-SNAPSHOT

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.