Uses of Class
org.wso2.carbon.governance.api.util.GovernanceArtifactConfiguration
Packages that use GovernanceArtifactConfiguration
-
Uses of GovernanceArtifactConfiguration in org.wso2.carbon.governance.api.util
Methods in org.wso2.carbon.governance.api.util that return GovernanceArtifactConfigurationModifier and TypeMethodDescriptionGovernanceUtils.findGovernanceArtifactConfiguration(String key, org.wso2.carbon.registry.core.Registry registry) Query to search for a governance artifact configuration.GovernanceUtils.findGovernanceArtifactConfigurationByMediaType(String mediaType, org.wso2.carbon.registry.core.Registry registry) Query to search for a governance artifact configuration.GovernanceUtils.getArtifactConfigurationByMediaType(org.wso2.carbon.registry.core.Registry registry, String mediaType) Method to return the GovernanceArtifactConfiguration for a given media typeGovernanceUtils.getGovernanceArtifactConfiguration(String elementString) Methods in org.wso2.carbon.governance.api.util that return types with arguments of type GovernanceArtifactConfigurationModifier and TypeMethodDescriptionstatic List<GovernanceArtifactConfiguration> GovernanceUtils.findGovernanceArtifactConfigurations(org.wso2.carbon.registry.core.Registry registry) Method to locate Governance Artifact configurations.Method parameters in org.wso2.carbon.governance.api.util with type arguments of type GovernanceArtifactConfigurationModifier and TypeMethodDescriptionstatic voidGovernanceUtils.loadGovernanceArtifacts(org.wso2.carbon.registry.core.session.UserRegistry registry, List<GovernanceArtifactConfiguration> configurations) Method to load the Governance Artifacts to be used by the API operations.