jBPM distribution 6.2.0.CR1

org.jbpm.process.audit.command
Class AuditNodeInstanceLogQueryCommand

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

public class AuditNodeInstanceLogQueryCommand
extends AuditCommand<List<NodeInstanceLog>>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.process.audit.command.AuditCommand
auditLogService
 
Constructor Summary
AuditNodeInstanceLogQueryCommand()
           
AuditNodeInstanceLogQueryCommand(org.kie.internal.query.data.QueryData queryData)
           
 
Method Summary
 List<NodeInstanceLog> 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

AuditNodeInstanceLogQueryCommand

public AuditNodeInstanceLogQueryCommand()

AuditNodeInstanceLogQueryCommand

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

execute

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

jBPM distribution 6.2.0.CR1

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