jBPM Console NG - Process Runtime Client 6.0.0.Beta4

org.jbpm.console.ng.pr.client.editors.instance.list
Class ProcessInstanceListPresenter

java.lang.Object
  extended by org.jbpm.console.ng.pr.client.editors.instance.list.ProcessInstanceListPresenter

@Dependent
public class ProcessInstanceListPresenter
extends Object


Nested Class Summary
static interface ProcessInstanceListPresenter.ProcessInstanceListView
           
 
Constructor Summary
ProcessInstanceListPresenter()
           
 
Method Summary
 void abortProcessInstance(String processDefId, long processInstanceId)
           
 void addDataDisplay(com.google.gwt.view.client.HasData<ProcessInstanceSummary> display)
           
 void filterProcessList(String filter)
           
 com.google.gwt.view.client.ListDataProvider<ProcessInstanceSummary> getDataProvider()
           
 String getTitle()
           
 org.uberfire.client.mvp.UberView<ProcessInstanceListPresenter> getView()
           
 void init()
           
 void newInstanceCreated(ProcessInstanceCreated pi)
           
 void onReveal()
           
 void onStart(org.uberfire.mvp.PlaceRequest place)
           
 void refreshAbortedProcessList()
           
 void refreshActiveProcessList()
           
 void refreshCompletedProcessList()
           
 void refreshData()
           
 void refreshRelatedToMeProcessList()
           
 void suspendProcessInstance(String processDefId, long processInstanceId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessInstanceListPresenter

public ProcessInstanceListPresenter()
Method Detail

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)

jBPM Console NG - Process Runtime Client 6.0.0.Beta4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.