@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) |
boolean |
getBootstrapDeploymentsDone() |
org.kie.internal.deployment.DeploymentService |
getDeploymentService() |
protected javax.enterprise.util.AnnotationLiteral |
getDeploymentType() |
Set<org.kie.internal.deployment.DeploymentUnit> |
produceDeploymentUnits() |
public void bootstrapRepository(String ou, String repoAlias, String repoUrl, String userName, String password)
bootstrapRepository
in interface AdministrationService
public void bootstrapConfig()
bootstrapConfig
in interface AdministrationService
public void bootstrapDeployments()
bootstrapDeployments
in interface AdministrationService
public boolean getBootstrapDeploymentsDone()
getBootstrapDeploymentsDone
in interface AdministrationService
@Produces @RequestScoped @Named(value="DeployList") public Set<org.kie.internal.deployment.DeploymentUnit> produceDeploymentUnits()
produceDeploymentUnits
in interface AdministrationService
@Produces public org.kie.internal.deployment.DeploymentService getDeploymentService()
getDeploymentService
in interface AdministrationService
public void bootstrapProject(String repoAlias, String group, String artifact, String version)
bootstrapProject
in interface AdministrationService
protected javax.enterprise.util.AnnotationLiteral getDeploymentType()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.