Uses of Class
org.wso2.carbon.governance.api.util.GovernanceArtifactConfiguration
-
Packages that use GovernanceArtifactConfiguration Package Description org.wso2.carbon.governance.api.util -
-
Uses of GovernanceArtifactConfiguration in org.wso2.carbon.governance.api.util
Methods in org.wso2.carbon.governance.api.util that return GovernanceArtifactConfiguration Modifier and Type Method Description static GovernanceArtifactConfigurationGovernanceUtils. findGovernanceArtifactConfiguration(String key, org.wso2.carbon.registry.core.Registry registry)Query to search for a governance artifact configuration.static GovernanceArtifactConfigurationGovernanceUtils. findGovernanceArtifactConfigurationByMediaType(String mediaType, org.wso2.carbon.registry.core.Registry registry)Query to search for a governance artifact configuration.static GovernanceArtifactConfigurationGovernanceUtils. getArtifactConfigurationByMediaType(org.wso2.carbon.registry.core.Registry registry, String mediaType)Method to return the GovernanceArtifactConfiguration for a given media typestatic GovernanceArtifactConfigurationGovernanceUtils. getGovernanceArtifactConfiguration(String elementString)Methods in org.wso2.carbon.governance.api.util that return types with arguments of type GovernanceArtifactConfiguration Modifier and Type Method Description static 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 GovernanceArtifactConfiguration Modifier and Type Method Description static 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.
-