@ApplicationScoped public class AdministrationServiceImpl extends Object implements AdministrationService
| Constructor and Description |
|---|
AdministrationServiceImpl() |
| 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) |
void |
createDeploymentDescriptor(org.guvnor.common.services.project.events.NewProjectEvent newProjectEvent) |
boolean |
getBootstrapDeploymentsDone() |
org.jbpm.services.api.DeploymentService |
getDeploymentService() |
protected javax.enterprise.util.AnnotationLiteral |
getDeploymentType() |
Set<org.jbpm.services.api.model.DeploymentUnit> |
produceDeploymentUnits() |
public void bootstrapRepository(String ou, String repoAlias, String repoUrl, String userName, String password)
bootstrapRepository in interface AdministrationServicepublic void bootstrapConfig()
bootstrapConfig in interface AdministrationServicepublic void bootstrapDeployments()
bootstrapDeployments in interface AdministrationServicepublic boolean getBootstrapDeploymentsDone()
getBootstrapDeploymentsDone in interface AdministrationService@Produces @RequestScoped @Named(value="DeployList") public Set<org.jbpm.services.api.model.DeploymentUnit> produceDeploymentUnits()
produceDeploymentUnits in interface AdministrationService@Produces public org.jbpm.services.api.DeploymentService getDeploymentService()
getDeploymentService in interface AdministrationServicepublic void bootstrapProject(String repoAlias, String group, String artifact, String version)
bootstrapProject in interface AdministrationServiceprotected javax.enterprise.util.AnnotationLiteral getDeploymentType()
public void createDeploymentDescriptor(@Observes
org.guvnor.common.services.project.events.NewProjectEvent newProjectEvent)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.