public interface RegistryService
Modifier and Type | Method and Description |
---|---|
void |
addConfigRegistryResource(String registryLocation,
String content,
String mediaType) |
void |
addDefaultLifecycles() |
void |
addGovernanceRegistryResource(String registryLocation,
String content,
String mediaType) |
void |
endTenantFlow() |
org.wso2.carbon.apimgt.api.model.API |
getAPI(org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifact artifact) |
Object |
getConfigRegistryResource(String registryLocation) |
org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifact[] |
getGenericAPIArtifacts() |
String |
getGenericArtifactPath(org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifact artifact) |
Object |
getGovernanceRegistryResource(String registryLocation) |
boolean |
isConfigRegistryResourceExists(String registryLocation) |
boolean |
isGovernanceRegistryResourceExists(String registryLocation) |
void |
rollbackConfigRegistryTransaction() |
void |
rollbackGovernanceRegistryTransaction() |
void |
setGovernanceRegistryResourcePermissions(String userName,
String visibility,
String[] roles,
String resourcePath) |
void |
startTenantFlow(org.wso2.carbon.user.api.Tenant tenant) |
void |
updateAPIPropertyVisibility(String path) |
void |
updateConfigRegistryResource(String registryLocation,
String content) |
void |
updateEnableStoreInRxt(String resourcePath,
org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifact artifact) |
void |
updateGenericAPIArtifact(String resourcePath,
org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifact artifact) |
void |
updateGenericAPIArtifacts(org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifact[] artifacts) |
void |
updateGenericAPIArtifactsForAccessControl(String resourcePath,
org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifact artifact) |
void |
updateGovernanceRegistryResource(String registryLocation,
String content) |
void |
updateRXTResource(String rxtName,
String content) |
void startTenantFlow(org.wso2.carbon.user.api.Tenant tenant)
void endTenantFlow()
void rollbackGovernanceRegistryTransaction() throws org.wso2.carbon.user.api.UserStoreException, org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.user.api.UserStoreException
org.wso2.carbon.registry.core.exceptions.RegistryException
void rollbackConfigRegistryTransaction() throws org.wso2.carbon.user.api.UserStoreException, org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.user.api.UserStoreException
org.wso2.carbon.registry.core.exceptions.RegistryException
void addDefaultLifecycles() throws org.wso2.carbon.registry.core.exceptions.RegistryException, org.wso2.carbon.user.api.UserStoreException, FileNotFoundException, XMLStreamException
org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.user.api.UserStoreException
FileNotFoundException
XMLStreamException
org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifact[] getGenericAPIArtifacts()
void updateGenericAPIArtifacts(org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifact[] artifacts)
org.wso2.carbon.apimgt.api.model.API getAPI(org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifact artifact)
String getGenericArtifactPath(org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifact artifact) throws org.wso2.carbon.user.api.UserStoreException, org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.user.api.UserStoreException
org.wso2.carbon.registry.core.exceptions.RegistryException
boolean isConfigRegistryResourceExists(String registryLocation) throws org.wso2.carbon.user.api.UserStoreException, org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.user.api.UserStoreException
org.wso2.carbon.registry.core.exceptions.RegistryException
boolean isGovernanceRegistryResourceExists(String registryLocation) throws org.wso2.carbon.user.api.UserStoreException, org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.user.api.UserStoreException
org.wso2.carbon.registry.core.exceptions.RegistryException
Object getConfigRegistryResource(String registryLocation) throws org.wso2.carbon.user.api.UserStoreException, org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.user.api.UserStoreException
org.wso2.carbon.registry.core.exceptions.RegistryException
Object getGovernanceRegistryResource(String registryLocation) throws org.wso2.carbon.user.api.UserStoreException, org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.user.api.UserStoreException
org.wso2.carbon.registry.core.exceptions.RegistryException
void addConfigRegistryResource(String registryLocation, String content, String mediaType) throws org.wso2.carbon.user.api.UserStoreException, org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.user.api.UserStoreException
org.wso2.carbon.registry.core.exceptions.RegistryException
void addGovernanceRegistryResource(String registryLocation, String content, String mediaType) throws org.wso2.carbon.user.api.UserStoreException, org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.user.api.UserStoreException
org.wso2.carbon.registry.core.exceptions.RegistryException
void updateConfigRegistryResource(String registryLocation, String content) throws org.wso2.carbon.user.api.UserStoreException, org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.user.api.UserStoreException
org.wso2.carbon.registry.core.exceptions.RegistryException
void updateGovernanceRegistryResource(String registryLocation, String content) throws org.wso2.carbon.user.api.UserStoreException, org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.user.api.UserStoreException
org.wso2.carbon.registry.core.exceptions.RegistryException
void updateRXTResource(String rxtName, String content) throws org.wso2.carbon.user.api.UserStoreException, org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.user.api.UserStoreException
org.wso2.carbon.registry.core.exceptions.RegistryException
void updateGenericAPIArtifactsForAccessControl(String resourcePath, org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifact artifact)
void setGovernanceRegistryResourcePermissions(String userName, String visibility, String[] roles, String resourcePath) throws org.wso2.carbon.apimgt.api.APIManagementException
org.wso2.carbon.apimgt.api.APIManagementException
void updateGenericAPIArtifact(String resourcePath, org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifact artifact)
void updateEnableStoreInRxt(String resourcePath, org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifact artifact)
void updateAPIPropertyVisibility(String path)
Copyright © 2024 WSO2. All rights reserved.