jBPM Console NG - Business Domain Backend 6.2.0.Final

org.jbpm.console.ng.bd.service
Interface AdministrationService

All Known Implementing Classes:
AdministrationServiceImpl

public interface AdministrationService


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)
           
 boolean getBootstrapDeploymentsDone()
           
 org.jbpm.services.api.DeploymentService getDeploymentService()
           
 Set<org.jbpm.services.api.model.DeploymentUnit> produceDeploymentUnits()
           
 

Method Detail

bootstrapRepository

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

bootstrapConfig

void bootstrapConfig()

bootstrapDeployments

void bootstrapDeployments()

getBootstrapDeploymentsDone

boolean getBootstrapDeploymentsDone()

produceDeploymentUnits

Set<org.jbpm.services.api.model.DeploymentUnit> produceDeploymentUnits()

getDeploymentService

org.jbpm.services.api.DeploymentService getDeploymentService()

bootstrapProject

void bootstrapProject(String repoAlias,
                      String group,
                      String artifact,
                      String version)

jBPM Console NG - Business Domain Backend 6.2.0.Final

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