jBPM distribution 6.0.0.CR1

org.jbpm.process.audit.command
Class FindNodeInstancesCommand

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

public class FindNodeInstancesCommand
extends AbstractHistoryLogCommand<List<NodeInstanceLog>>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.process.audit.command.AbstractHistoryLogCommand
auditLogService
 
Constructor Summary
FindNodeInstancesCommand(long processInstanceId)
           
FindNodeInstancesCommand(long processInstanceId, String nodeId)
           
 
Method Summary
 List<NodeInstanceLog> execute(org.kie.internal.command.Context cntxt)
           
 String toString()
           
 
Methods inherited from class org.jbpm.process.audit.command.AbstractHistoryLogCommand
setLogEnvironment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FindNodeInstancesCommand

public FindNodeInstancesCommand(long processInstanceId)

FindNodeInstancesCommand

public FindNodeInstancesCommand(long processInstanceId,
                                String nodeId)
Method Detail

execute

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

toString

public String toString()
Overrides:
toString in class Object

jBPM distribution 6.0.0.CR1

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