org.jbpm.console.ng.pr.client.editors.instance.list
Class ProcessInstanceListPresenter
java.lang.Object
org.jbpm.console.ng.pr.client.editors.instance.list.ProcessInstanceListPresenter
@Dependent
public class ProcessInstanceListPresenter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessInstanceListPresenter
public ProcessInstanceListPresenter()
getTitle
public String getTitle()
getView
public org.uberfire.client.mvp.UberView<ProcessInstanceListPresenter> getView()
init
@PostConstruct
public void init()
filterProcessList
public void filterProcessList(String filter)
refreshActiveProcessList
public void refreshActiveProcessList()
refreshRelatedToMeProcessList
public void refreshRelatedToMeProcessList()
refreshAbortedProcessList
public void refreshAbortedProcessList()
refreshCompletedProcessList
public void refreshCompletedProcessList()
newInstanceCreated
public void newInstanceCreated(@Observes
ProcessInstanceCreated pi)
addDataDisplay
public void addDataDisplay(com.google.gwt.view.client.HasData<ProcessInstanceSummary> display)
getDataProvider
public com.google.gwt.view.client.ListDataProvider<ProcessInstanceSummary> getDataProvider()
refreshData
public void refreshData()
onStart
public void onStart(org.uberfire.mvp.PlaceRequest place)
onReveal
public void onReveal()
abortProcessInstance
public void abortProcessInstance(String processDefId,
long processInstanceId)
suspendProcessInstance
public void suspendProcessInstance(String processDefId,
long processInstanceId)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.