jBPM distribution 6.1.0.Beta3

org.jbpm.process.audit.command
Class FindProcessInstancesCommand

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

public class FindProcessInstancesCommand
extends AuditCommand<List<ProcessInstanceLog>>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.process.audit.command.AuditCommand
auditLogService
 
Constructor Summary
FindProcessInstancesCommand()
           
FindProcessInstancesCommand(String processId)
           
 
Method Summary
 List<ProcessInstanceLog> execute(org.kie.internal.command.Context cntxt)
           
 String getProcessId()
           
 void setProcessId(String processId)
           
 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

FindProcessInstancesCommand

public FindProcessInstancesCommand()

FindProcessInstancesCommand

public FindProcessInstancesCommand(String processId)
Method Detail

execute

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

getProcessId

public String getProcessId()

setProcessId

public void setProcessId(String processId)

toString

public String toString()
Overrides:
toString in class Object

jBPM distribution 6.1.0.Beta3

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