org.jbpm.console.ng.bd.service
public interface AdministrationService
Modifier and Type | Method and Description |
---|---|
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() |
void bootstrapRepository(String repoAlias, String repoUrl, String userName, String password)
void bootstrapConfig()
void bootstrapDeployments()
boolean getBootstrapDeploymentsDone()
Set<org.jbpm.kie.services.api.DeploymentUnit> produceDeploymentUnits()
org.jbpm.kie.services.api.DeploymentService getDeploymentService()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.