org.jbpm.console.ng.bd.backend.server
Class AdministrationServiceImpl
java.lang.Object
org.jbpm.console.ng.bd.backend.server.AdministrationServiceImpl
- All Implemented Interfaces:
- AdministrationService
@ApplicationScoped
public class AdministrationServiceImpl
- extends Object
- implements AdministrationService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdministrationServiceImpl
public AdministrationServiceImpl()
bootstrapRepository
public void bootstrapRepository(String repoAlias,
String repoUrl,
String userName,
String password)
- Specified by:
bootstrapRepository
in interface AdministrationService
bootstrapConfig
public void bootstrapConfig()
- Specified by:
bootstrapConfig
in interface AdministrationService
bootstrapDeployments
public void bootstrapDeployments()
- Specified by:
bootstrapDeployments
in interface AdministrationService
getBootstrapDeploymentsDone
public boolean getBootstrapDeploymentsDone()
- Specified by:
getBootstrapDeploymentsDone
in interface AdministrationService
produceDeploymentUnits
@Produces
@RequestScoped
public Set<org.jbpm.kie.services.api.DeploymentUnit> produceDeploymentUnits()
- Specified by:
produceDeploymentUnits
in interface AdministrationService
getDeploymentService
@Produces
public org.jbpm.kie.services.api.DeploymentService getDeploymentService()
- Specified by:
getDeploymentService
in interface AdministrationService
getDeploymentType
protected javax.enterprise.util.AnnotationLiteral getDeploymentType()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.