jBPM distribution 6.2.0.CR4

org.jbpm.process.audit.command
Class AuditVariableInstanceLogQueryCommand

java.lang.Object
  extended by org.jbpm.process.audit.command.AuditCommand<List<VariableInstanceLog>>
      extended by org.jbpm.process.audit.command.AuditVariableInstanceLogQueryCommand
All Implemented Interfaces:
Serializable, org.drools.core.command.impl.GenericCommand<List<VariableInstanceLog>>, Command<List<VariableInstanceLog>>

public class AuditVariableInstanceLogQueryCommand
extends AuditCommand<List<VariableInstanceLog>>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.process.audit.command.AuditCommand
auditLogService
 
Constructor Summary
AuditVariableInstanceLogQueryCommand()
           
AuditVariableInstanceLogQueryCommand(org.kie.internal.query.data.QueryData queryData)
           
 
Method Summary
 List<VariableInstanceLog> execute(org.kie.internal.command.Context context)
           
 
Methods inherited from class org.jbpm.process.audit.command.AuditCommand
setAuditLogService, setLogEnvironment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditVariableInstanceLogQueryCommand

public AuditVariableInstanceLogQueryCommand()

AuditVariableInstanceLogQueryCommand

public AuditVariableInstanceLogQueryCommand(org.kie.internal.query.data.QueryData queryData)
Method Detail

execute

public List<VariableInstanceLog> execute(org.kie.internal.command.Context context)

jBPM distribution 6.2.0.CR4

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