public interface AdministrationService
Modifier and Type | Method and Description |
---|---|
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() |
void bootstrapRepository(String ou, String repoAlias, String repoUrl, String userName, String password)
void bootstrapConfig()
void bootstrapDeployments()
boolean getBootstrapDeploymentsDone()
Set<org.jbpm.services.api.model.DeploymentUnit> produceDeploymentUnits()
org.jbpm.services.api.DeploymentService getDeploymentService()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.