org.jboss.seam.bpm
Class ProcessInstanceFinder

java.lang.Object
  extended by org.jboss.seam.bpm.ProcessInstanceFinder

@Name(value="org.jboss.seam.bpm.processInstanceFinder")
@Install(precedence=0,
         dependencies="org.jboss.seam.bpm.jbpm")
public class ProcessInstanceFinder
extends Object

Support for the process list.

Author:
Gavin King

Constructor Summary
ProcessInstanceFinder()
           
 
Method Summary
protected  String getNodeName()
           
protected  String getProcessDefinitionName()
           
protected  Boolean getProcessInstanceEnded()
           
 List<org.jbpm.graph.exe.ProcessInstance> getProcessInstanceList()
           
protected  Boolean isSortDescending()
           
protected  void setNodeName(String nodeName)
           
protected  void setProcessDefinitionName(String processDefinitionName)
           
protected  void setProcessInstanceEnded(Boolean ended)
           
protected  void setSortDescending(Boolean sortDescending)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessInstanceFinder

public ProcessInstanceFinder()
Method Detail

getProcessInstanceList

@Factory(value="org.jboss.seam.bpm.processInstanceList",
         autoCreate=true)
@Transactional
public List<org.jbpm.graph.exe.ProcessInstance> getProcessInstanceList()

getNodeName

protected String getNodeName()

setNodeName

protected void setNodeName(String nodeName)

getProcessDefinitionName

protected String getProcessDefinitionName()

setProcessDefinitionName

protected void setProcessDefinitionName(String processDefinitionName)

isSortDescending

protected Boolean isSortDescending()

setSortDescending

protected void setSortDescending(Boolean sortDescending)

getProcessInstanceEnded

protected Boolean getProcessInstanceEnded()

setProcessInstanceEnded

protected void setProcessInstanceEnded(Boolean ended)


Copyright © 2011 Seam Framework. All Rights Reserved.