jBPM Console NG - Business Domain Client 6.0.0.CR4-Pre1

org.jbpm.console.ng.bd.client.editors.deployment.list
Class DeploymentUnitsListPresenter

java.lang.Object
  extended by org.jbpm.console.ng.bd.client.editors.deployment.list.DeploymentUnitsListPresenter

@Dependent
public class DeploymentUnitsListPresenter
extends Object


Nested Class Summary
static interface DeploymentUnitsListPresenter.DeploymentUnitsListView
           
 
Constructor Summary
DeploymentUnitsListPresenter()
           
 
Method Summary
 void addDataDisplay(com.google.gwt.view.client.HasData<KModuleDeploymentUnitSummary> display)
           
 void filterDeployedUnits(String filter)
           
 com.google.gwt.view.client.ListDataProvider<KModuleDeploymentUnitSummary> getDataProvider()
           
 org.uberfire.workbench.model.menu.Menus getMenus()
           
 String getTitle()
           
 org.uberfire.client.mvp.UberView<DeploymentUnitsListPresenter> getView()
           
 void init()
           
 void onOpen()
           
 void onSearchEvent(DeploymentsSearchEvent searchEvent)
           
 void refreshData()
           
 void refreshDeployedUnits()
           
 void undeployUnit(String id, String group, String artifact, String version, String kbaseName, String kieSessionName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentUnitsListPresenter

public DeploymentUnitsListPresenter()
Method Detail

getTitle

public String getTitle()

getView

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

init

@PostConstruct
public void init()

undeployUnit

public void undeployUnit(String id,
                         String group,
                         String artifact,
                         String version,
                         String kbaseName,
                         String kieSessionName)

filterDeployedUnits

public void filterDeployedUnits(String filter)

refreshDeployedUnits

public void refreshDeployedUnits()

addDataDisplay

public void addDataDisplay(com.google.gwt.view.client.HasData<KModuleDeploymentUnitSummary> display)

getDataProvider

public com.google.gwt.view.client.ListDataProvider<KModuleDeploymentUnitSummary> getDataProvider()

refreshData

public void refreshData()

onOpen

public void onOpen()

getMenus

public org.uberfire.workbench.model.menu.Menus getMenus()

onSearchEvent

public void onSearchEvent(@Observes
                          DeploymentsSearchEvent searchEvent)

jBPM Console NG - Business Domain Client 6.0.0.CR4-Pre1

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