Guvnor - Structure API 6.2.0.Final

Uses of Class
org.guvnor.structure.server.config.ConfigGroup

Packages that use ConfigGroup
org.guvnor.structure.server.config   
org.guvnor.structure.server.deployment   
org.guvnor.structure.server.organizationalunit   
org.guvnor.structure.server.repositories   
 

Uses of ConfigGroup in org.guvnor.structure.server.config
 

Methods in org.guvnor.structure.server.config that return ConfigGroup
 ConfigGroup ConfigurationFactory.newConfigGroup(ConfigType type, String name, String description)
           
 

Methods in org.guvnor.structure.server.config that return types with arguments of type ConfigGroup
 List<ConfigGroup> ConfigurationService.getConfiguration(ConfigType type)
           
 

Methods in org.guvnor.structure.server.config with parameters of type ConfigGroup
 boolean ConfigurationService.addConfiguration(ConfigGroup configGroup)
           
 boolean ConfigurationService.removeConfiguration(ConfigGroup configGroup)
           
 boolean ConfigurationService.updateConfiguration(ConfigGroup configGroup)
           
 

Uses of ConfigGroup in org.guvnor.structure.server.deployment
 

Methods in org.guvnor.structure.server.deployment with parameters of type ConfigGroup
 DeploymentConfig DeploymentConfigFactory.newDeployment(ConfigGroup groupConfig)
           
 

Uses of ConfigGroup in org.guvnor.structure.server.organizationalunit
 

Methods in org.guvnor.structure.server.organizationalunit with parameters of type ConfigGroup
 OrganizationalUnit OrganizationalUnitFactory.newOrganizationalUnit(ConfigGroup groupConfig)
           
 

Uses of ConfigGroup in org.guvnor.structure.server.repositories
 

Methods in org.guvnor.structure.server.repositories with parameters of type ConfigGroup
 boolean RepositoryFactoryHelper.accept(ConfigGroup repoConfig)
           
 Repository RepositoryFactoryHelper.newRepository(ConfigGroup repoConfig)
           
 Repository RepositoryFactory.newRepository(ConfigGroup repoConfig)
           
 


Guvnor - Structure API 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.