jBPM Console NG - Business Domain Client 6.2.0.Beta1

org.jbpm.console.ng.bd.client.editors.deployment.newunit
Class NewDeploymentPresenter

java.lang.Object
  extended by org.jbpm.console.ng.bd.client.editors.deployment.newunit.NewDeploymentPresenter

@Dependent
public class NewDeploymentPresenter
extends Object


Nested Class Summary
static interface NewDeploymentPresenter.NewDeploymentView
           
 
Constructor Summary
NewDeploymentPresenter()
           
 
Method Summary
 void close()
           
 void deployUnit(String group, String artifact, String version, String kbaseName, String kieSessionName, String strategy)
           
 String getTitle()
           
 org.uberfire.client.mvp.UberView<NewDeploymentPresenter> getView()
           
 void init()
           
 void onOpen()
           
 void onStartup(org.uberfire.mvp.PlaceRequest place)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewDeploymentPresenter

public NewDeploymentPresenter()
Method Detail

onStartup

public void onStartup(org.uberfire.mvp.PlaceRequest place)

getTitle

public String getTitle()

getView

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

init

@PostConstruct
public void init()

deployUnit

public void deployUnit(String group,
                       String artifact,
                       String version,
                       String kbaseName,
                       String kieSessionName,
                       String strategy)

onOpen

public void onOpen()

close

public void close()

jBPM Console NG - Business Domain Client 6.2.0.Beta1

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