Class DeploymentConfigServiceImpl
- java.lang.Object
-
- org.guvnor.structure.backend.deployment.DeploymentConfigServiceImpl
-
- All Implemented Interfaces:
org.guvnor.structure.deployment.DeploymentConfigService
@ApplicationScoped public class DeploymentConfigServiceImpl extends Object implements org.guvnor.structure.deployment.DeploymentConfigService
-
-
Constructor Summary
Constructors Constructor Description DeploymentConfigServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDeployment(String identifier, Object deploymentUnit)org.guvnor.structure.deployment.DeploymentConfiggetDeployment(String identifier)Collection<org.guvnor.structure.deployment.DeploymentConfig>getDeployments()voidloadGroups()voidremoveDeployment(String identifier)voidupdateRegisteredDeployments(org.guvnor.structure.config.SystemRepositoryChangedEvent changedEvent)
-
-
-
Method Detail
-
loadGroups
@PostConstruct public void loadGroups()
-
addDeployment
public void addDeployment(String identifier, Object deploymentUnit)
- Specified by:
addDeploymentin interfaceorg.guvnor.structure.deployment.DeploymentConfigService
-
removeDeployment
public void removeDeployment(String identifier)
- Specified by:
removeDeploymentin interfaceorg.guvnor.structure.deployment.DeploymentConfigService
-
getDeployment
public org.guvnor.structure.deployment.DeploymentConfig getDeployment(String identifier)
- Specified by:
getDeploymentin interfaceorg.guvnor.structure.deployment.DeploymentConfigService
-
getDeployments
public Collection<org.guvnor.structure.deployment.DeploymentConfig> getDeployments()
- Specified by:
getDeploymentsin interfaceorg.guvnor.structure.deployment.DeploymentConfigService
-
updateRegisteredDeployments
public void updateRegisteredDeployments(@Observes org.guvnor.structure.config.SystemRepositoryChangedEvent changedEvent)
-
-