org.jbpm.console.ng.bd.backend.server
@ApplicationScoped public class AdministrationServiceImpl extends Object implements AdministrationService
Constructor and Description |
---|
AdministrationServiceImpl() |
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() |
protected javax.enterprise.util.AnnotationLiteral |
getDeploymentType() |
Set<org.jbpm.kie.services.api.DeploymentUnit> |
produceDeploymentUnits() |
public void bootstrapRepository(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 public Set<org.jbpm.kie.services.api.DeploymentUnit> produceDeploymentUnits()
produceDeploymentUnits
in interface AdministrationService
@Produces public org.jbpm.kie.services.api.DeploymentService getDeploymentService()
getDeploymentService
in interface AdministrationService
protected javax.enterprise.util.AnnotationLiteral getDeploymentType()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.