jBPM Console NG - Business Domain Backend 6.0.0.CR4-Pre1

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

All Known Implementing Classes:
AdministrationServiceImpl

public interface AdministrationService


Method Summary
 void bootstrapConfig()
           
 void bootstrapDeployments()
           
 void bootstrapRepository(String repoAlias, String repoUrl, String userName, String password)
           
 boolean getBootstrapDeploymentsDone()
           
 org.jbpm.kie.services.api.DeploymentService getDeploymentService()
           
 Set<org.jbpm.kie.services.api.DeploymentUnit> produceDeploymentUnits()
           
 

Method Detail

bootstrapRepository

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

bootstrapConfig

void bootstrapConfig()

bootstrapDeployments

void bootstrapDeployments()

getBootstrapDeploymentsDone

boolean getBootstrapDeploymentsDone()

produceDeploymentUnits

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

getDeploymentService

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

jBPM Console NG - Business Domain Backend 6.0.0.CR4-Pre1

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