jBPM Console NG - Business Domain Backend 6.2.1-SNAPSHOT

org.jbpm.console.ng.bd.backend.server
Class AdministrationServiceImpl

java.lang.Object
  extended by org.jbpm.console.ng.bd.backend.server.AdministrationServiceImpl
All Implemented Interfaces:
AdministrationService

@ApplicationScoped
public class AdministrationServiceImpl
extends Object
implements AdministrationService


Constructor Summary
AdministrationServiceImpl()
           
 
Method Summary
 void bootstrapConfig()
           
 void bootstrapDeployments()
           
 void bootstrapProject(String repoAlias, String group, String artifact, String version)
           
 void bootstrapRepository(String ou, String repoAlias, String repoUrl, String userName, String password)
           
 void createDeploymentDescriptor(org.guvnor.common.services.project.events.NewProjectEvent newProjectEvent)
           
 boolean getBootstrapDeploymentsDone()
           
 org.jbpm.services.api.DeploymentService getDeploymentService()
           
protected  javax.enterprise.util.AnnotationLiteral getDeploymentType()
           
 Set<org.jbpm.services.api.model.DeploymentUnit> produceDeploymentUnits()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdministrationServiceImpl

public AdministrationServiceImpl()
Method Detail

bootstrapRepository

public void bootstrapRepository(String ou,
                                String repoAlias,
                                String repoUrl,
                                String userName,
                                String password)
Specified by:
bootstrapRepository in interface AdministrationService

bootstrapConfig

public void bootstrapConfig()
Specified by:
bootstrapConfig in interface AdministrationService

bootstrapDeployments

public void bootstrapDeployments()
Specified by:
bootstrapDeployments in interface AdministrationService

getBootstrapDeploymentsDone

public boolean getBootstrapDeploymentsDone()
Specified by:
getBootstrapDeploymentsDone in interface AdministrationService

produceDeploymentUnits

@Produces
@RequestScoped
@Named(value="DeployList")
public Set<org.jbpm.services.api.model.DeploymentUnit> produceDeploymentUnits()
Specified by:
produceDeploymentUnits in interface AdministrationService

getDeploymentService

@Produces
public org.jbpm.services.api.DeploymentService getDeploymentService()
Specified by:
getDeploymentService in interface AdministrationService

bootstrapProject

public void bootstrapProject(String repoAlias,
                             String group,
                             String artifact,
                             String version)
Specified by:
bootstrapProject in interface AdministrationService

getDeploymentType

protected javax.enterprise.util.AnnotationLiteral getDeploymentType()

createDeploymentDescriptor

public void createDeploymentDescriptor(@Observes
                                       org.guvnor.common.services.project.events.NewProjectEvent newProjectEvent)

jBPM Console NG - Business Domain Backend 6.2.1-SNAPSHOT

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