jBPM :: Distribution 6.2.1-SNAPSHOT

org.jbpm.process.audit.command
Class FindNodeInstancesCommand

java.lang.Object
  extended by org.jbpm.process.audit.command.AuditCommand<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>>, org.kie.internal.command.ProcessInstanceIdCommand

public class FindNodeInstancesCommand
extends AuditCommand<List<NodeInstanceLog>>
implements org.kie.internal.command.ProcessInstanceIdCommand

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.process.audit.command.AuditCommand
auditLogService
 
Constructor Summary
FindNodeInstancesCommand()
           
FindNodeInstancesCommand(long processInstanceId)
           
FindNodeInstancesCommand(long processInstanceId, String nodeId)
           
 
Method Summary
 List<NodeInstanceLog> execute(org.kie.internal.command.Context cntxt)
           
 String getNodeId()
           
 Long getProcessInstanceId()
           
 void setNodeId(String nodeId)
           
 void setProcessInstanceId(Long processInstanceId)
           
 String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

FindNodeInstancesCommand

public FindNodeInstancesCommand()

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)
Specified by:
execute in interface org.drools.core.command.impl.GenericCommand<List<NodeInstanceLog>>

getProcessInstanceId

public Long getProcessInstanceId()
Specified by:
getProcessInstanceId in interface org.kie.internal.command.ProcessInstanceIdCommand

setProcessInstanceId

public void setProcessInstanceId(Long processInstanceId)
Specified by:
setProcessInstanceId in interface org.kie.internal.command.ProcessInstanceIdCommand

getNodeId

public String getNodeId()

setNodeId

public void setNodeId(String nodeId)

toString

public String toString()
Overrides:
toString in class Object

jBPM :: Distribution 6.2.1-SNAPSHOT

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