Class DeploymentConfigServiceImpl

  • All Implemented Interfaces:
    org.guvnor.structure.deployment.DeploymentConfigService

    @ApplicationScoped
    public class DeploymentConfigServiceImpl
    extends Object
    implements org.guvnor.structure.deployment.DeploymentConfigService
    • Constructor Detail

      • DeploymentConfigServiceImpl

        public DeploymentConfigServiceImpl()
    • Method Detail

      • addDeployment

        public void addDeployment​(String identifier,
                                  Object deploymentUnit)
        Specified by:
        addDeployment in interface org.guvnor.structure.deployment.DeploymentConfigService
      • removeDeployment

        public void removeDeployment​(String identifier)
        Specified by:
        removeDeployment in interface org.guvnor.structure.deployment.DeploymentConfigService
      • getDeployment

        public org.guvnor.structure.deployment.DeploymentConfig getDeployment​(String identifier)
        Specified by:
        getDeployment in interface org.guvnor.structure.deployment.DeploymentConfigService
      • getDeployments

        public Collection<org.guvnor.structure.deployment.DeploymentConfig> getDeployments()
        Specified by:
        getDeployments in interface org.guvnor.structure.deployment.DeploymentConfigService
      • updateRegisteredDeployments

        public void updateRegisteredDeployments​(@Observes
                                                org.guvnor.structure.config.SystemRepositoryChangedEvent changedEvent)