jBPM Console NG - Business Domain Client 6.2.0.Beta1

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

java.lang.Object
  extended by org.jbpm.console.ng.gc.client.list.base.AbstractListPresenter<KModuleDeploymentUnitSummary>
      extended by org.jbpm.console.ng.bd.client.editors.deployment.list.DeploymentUnitsListPresenter

@Dependent
public class DeploymentUnitsListPresenter
extends AbstractListPresenter<KModuleDeploymentUnitSummary>


Nested Class Summary
static interface DeploymentUnitsListPresenter.DeploymentUnitsListView
           
 
Field Summary
protected  DeploymentUnitsListPresenter.DeploymentUnitsListView view
           
 
Fields inherited from class org.jbpm.console.ng.gc.client.list.base.AbstractListPresenter
beforeCloseEvent, currentFilter, dataProvider, identity, place, placeManager
 
Constructor Summary
DeploymentUnitsListPresenter()
           
 
Method Summary
 String getTitle()
           
 org.uberfire.client.mvp.UberView<DeploymentUnitsListPresenter> getView()
           
 void undeployUnit(String id, String group, String artifact, String version, String kbaseName, String kieSessionName)
           
 
Methods inherited from class org.jbpm.console.ng.gc.client.list.base.AbstractListPresenter
addDataDisplay, onClose, onFocus, onOpen, onSearchEvent, onStartup, refreshGrid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

view

@Inject
protected DeploymentUnitsListPresenter.DeploymentUnitsListView view
Constructor Detail

DeploymentUnitsListPresenter

public DeploymentUnitsListPresenter()
Method Detail

undeployUnit

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

getView

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

getTitle

public String getTitle()

jBPM Console NG - Business Domain Client 6.2.0.Beta1

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