jBPM :: Distribution 6.2.1-SNAPSHOT

org.jbpm.process.audit.command
Class FindSubProcessInstancesCommand

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

public class FindSubProcessInstancesCommand
extends AuditCommand<List<ProcessInstanceLog>>
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
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.AuditCommand
setAuditLogService, 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)
Specified by:
execute in interface org.drools.core.command.impl.GenericCommand<List<ProcessInstanceLog>>

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

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.