jBPM Console NG - Process Runtime Client 6.2.1-SNAPSHOT

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

java.lang.Object
  extended by org.jbpm.console.ng.gc.client.list.base.AbstractListPresenter<T>
      extended by org.jbpm.console.ng.gc.client.list.base.AbstractScreenListPresenter<ProcessInstanceSummary>
          extended by org.jbpm.console.ng.pr.client.editors.instance.list.ProcessInstanceListPresenter

@Dependent
public class ProcessInstanceListPresenter
extends AbstractScreenListPresenter<ProcessInstanceSummary>


Nested Class Summary
static interface ProcessInstanceListPresenter.ProcessInstanceListView
           
 
Field Summary
 
Fields inherited from class org.jbpm.console.ng.gc.client.list.base.AbstractScreenListPresenter
identity, place, placeManager
 
Fields inherited from class org.jbpm.console.ng.gc.client.list.base.AbstractListPresenter
currentFilter, dataProvider
 
Constructor Summary
ProcessInstanceListPresenter()
           
 
Method Summary
 void abortProcessInstance(List<Long> processInstanceIds)
           
 void abortProcessInstance(long processInstanceId)
           
 void bulkAbort(List<ProcessInstanceSummary> processInstances)
           
 void bulkSignal(List<ProcessInstanceSummary> processInstances)
           
 String getTitle()
           
 org.uberfire.client.mvp.UberView<ProcessInstanceListPresenter> getView()
           
 void newInstanceCreated(NewProcessInstanceEvent pi)
           
 void newInstanceCreated(ProcessInstancesUpdateEvent pis)
           
 void onFocus()
           
 void onOpen()
           
 void onStartup(org.uberfire.mvp.PlaceRequest place)
           
 void refreshAbortedProcessList()
           
 void refreshActiveProcessList()
           
 void refreshCompletedProcessList()
           
 void refreshRelatedToMeProcessList(String identity)
           
 void suspendProcessInstance(String processDefId, long processInstanceId)
           
 
Methods inherited from class org.jbpm.console.ng.gc.client.list.base.AbstractListPresenter
addDataDisplay, onSearchEvent, refreshGrid
 
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

refreshActiveProcessList

public void refreshActiveProcessList()

refreshRelatedToMeProcessList

public void refreshRelatedToMeProcessList(String identity)

refreshAbortedProcessList

public void refreshAbortedProcessList()

refreshCompletedProcessList

public void refreshCompletedProcessList()

newInstanceCreated

public void newInstanceCreated(@Observes
                               NewProcessInstanceEvent pi)

newInstanceCreated

public void newInstanceCreated(@Observes
                               ProcessInstancesUpdateEvent pis)

onStartup

public void onStartup(org.uberfire.mvp.PlaceRequest place)
Overrides:
onStartup in class AbstractScreenListPresenter<ProcessInstanceSummary>

onFocus

@OnFocus
public void onFocus()
Overrides:
onFocus in class AbstractScreenListPresenter<ProcessInstanceSummary>

onOpen

public void onOpen()
Overrides:
onOpen in class AbstractScreenListPresenter<ProcessInstanceSummary>

abortProcessInstance

public void abortProcessInstance(long processInstanceId)

abortProcessInstance

public void abortProcessInstance(List<Long> processInstanceIds)

suspendProcessInstance

public void suspendProcessInstance(String processDefId,
                                   long processInstanceId)

bulkSignal

public void bulkSignal(List<ProcessInstanceSummary> processInstances)

bulkAbort

public void bulkAbort(List<ProcessInstanceSummary> processInstances)

getTitle

public String getTitle()

getView

public org.uberfire.client.mvp.UberView<ProcessInstanceListPresenter> getView()

jBPM Console NG - Process Runtime Client 6.2.1-SNAPSHOT

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