jBPM distribution 6.0.1.Final

org.jbpm.process.audit.command
Class FindSubProcessInstancesCommand

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

public class FindSubProcessInstancesCommand
extends AbstractHistoryLogCommand<List<ProcessInstanceLog>>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.process.audit.command.AbstractHistoryLogCommand
auditLogService
 
Constructor Summary
FindSubProcessInstancesCommand()
           
FindSubProcessInstancesCommand(long processInstanceId)
           
 
Method Summary
 List<ProcessInstanceLog> execute(org.kie.internal.command.Context cntxt)
           
 Long getProcessInstanceId()
           
 void setProcessInstanceId(Long processInstanceId)
           
 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

FindSubProcessInstancesCommand

public FindSubProcessInstancesCommand()

FindSubProcessInstancesCommand

public FindSubProcessInstancesCommand(long processInstanceId)
Method Detail

execute

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

getProcessInstanceId

public Long getProcessInstanceId()

setProcessInstanceId

public void setProcessInstanceId(Long processInstanceId)

toString

public String toString()
Overrides:
toString in class Object

jBPM distribution 6.0.1.Final

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