Package | Description |
---|---|
org.wso2.carbon.governance.api.util |
Modifier and Type | Method and Description |
---|---|
static GovernanceArtifactConfiguration |
GovernanceUtils.findGovernanceArtifactConfiguration(String key,
org.wso2.carbon.registry.core.Registry registry)
Query to search for a governance artifact configuration.
|
static GovernanceArtifactConfiguration |
GovernanceUtils.findGovernanceArtifactConfigurationByMediaType(String mediaType,
org.wso2.carbon.registry.core.Registry registry)
Query to search for a governance artifact configuration.
|
static GovernanceArtifactConfiguration |
GovernanceUtils.getArtifactConfigurationByMediaType(org.wso2.carbon.registry.core.Registry registry,
String mediaType)
Method to return the GovernanceArtifactConfiguration for a given media type
|
static GovernanceArtifactConfiguration |
GovernanceUtils.getGovernanceArtifactConfiguration(String elementString) |
Modifier and Type | Method and Description |
---|---|
static List<GovernanceArtifactConfiguration> |
GovernanceUtils.findGovernanceArtifactConfigurations(org.wso2.carbon.registry.core.Registry registry)
Method to locate Governance Artifact configurations.
|
Modifier and Type | Method and Description |
---|---|
static void |
GovernanceUtils.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.
|
Copyright © 2019 WSO2. All Rights Reserved.