当前页面:
在线文档首页 >
JBoss Seam 1.2.0 patch1 API 英文版文档
ProcessInstanceFinder (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档
org.jboss.seam.core
Class ProcessInstanceFinder
java.lang.Object
org.jboss.seam.core.ProcessInstanceFinder
@Name(value="org.jboss.seam.core.processInstanceFinder")
@Install(precedence=0,
dependencies="org.jboss.seam.core.jbpm")
public class ProcessInstanceFinder
- extends 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.core.processInstanceList")
@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)