org.jboss.seam.bpm
Class ProcessInstanceFinder
java.lang.Object
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 java.lang.Object
Support for the process list.
- Author:
- Gavin King
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessInstanceFinder
public ProcessInstanceFinder()
getProcessInstanceList
@Factory(value="org.jboss.seam.bpm.processInstanceList",
autoCreate=true)
@Transactional
public java.util.List<org.jbpm.graph.exe.ProcessInstance> getProcessInstanceList()
getNodeName
protected java.lang.String getNodeName()
setNodeName
protected void setNodeName(java.lang.String nodeName)
getProcessDefinitionName
protected java.lang.String getProcessDefinitionName()
setProcessDefinitionName
protected void setProcessDefinitionName(java.lang.String processDefinitionName)
isSortDescending
protected java.lang.Boolean isSortDescending()
setSortDescending
protected void setSortDescending(java.lang.Boolean sortDescending)
getProcessInstanceEnded
protected java.lang.Boolean getProcessInstanceEnded()
setProcessInstanceEnded
protected void setProcessInstanceEnded(java.lang.Boolean ended)
Copyright © 2011 Seam Framework. All Rights Reserved.