jBPM Console NG - Business Domain Backend 6.0.0.Beta5

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

java.lang.Object
  extended by org.jbpm.console.ng.bd.backend.server.AdministrationService

@ApplicationScoped
public class AdministrationService
extends Object


Constructor Summary
AdministrationService()
           
 
Method Summary
 void bootstrapConfig()
           
 void bootstrapDeployments()
           
 void bootstrapRepository(String repoAlias, String repoUrl, String userName, String password)
           
 org.jbpm.kie.services.api.DeploymentService getDeploymentService()
           
protected  javax.enterprise.util.AnnotationLiteral getDeploymentType()
           
 Set<org.jbpm.kie.services.api.DeploymentUnit> produceDeploymentUnits()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdministrationService

public AdministrationService()
Method Detail

bootstrapRepository

public void bootstrapRepository(String repoAlias,
                                String repoUrl,
                                String userName,
                                String password)

bootstrapConfig

public void bootstrapConfig()

bootstrapDeployments

public void bootstrapDeployments()

produceDeploymentUnits

@Produces
@RequestScoped
public Set<org.jbpm.kie.services.api.DeploymentUnit> produceDeploymentUnits()

getDeploymentService

@Produces
public org.jbpm.kie.services.api.DeploymentService getDeploymentService()

getDeploymentType

protected javax.enterprise.util.AnnotationLiteral getDeploymentType()

jBPM Console NG - Business Domain Backend 6.0.0.Beta5

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