public class RegistryResourceMgtServiceImpl extends Object implements RegistryResourceMgtService
Constructor and Description |
---|
RegistryResourceMgtServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addIdentityResource(org.wso2.carbon.registry.core.Resource identityResource,
String path,
String tenantDomain)
Add a registry resource to tenant registry.
|
void |
addIdentityResource(org.wso2.carbon.registry.core.Resource identityResource,
String path,
String tenantDomain,
String locale)
Add a registry resource into the tenant registry based on locale.
|
void |
deleteIdentityResource(String path,
String tenantDomain)
Remove a registry resource from a tenant registry.
|
void |
deleteIdentityResource(String path,
String tenantDomain,
String locale)
Remove a registry resource from a tenant registry based on locale.
|
org.wso2.carbon.registry.core.Resource |
getIdentityResource(String path,
String tenantDomain)
Get a registry resource from a tenant registry.
|
org.wso2.carbon.registry.core.Resource |
getIdentityResource(String path,
String tenantDomain,
String locale)
Retrieve a registry resource from tenant registry based on locale.
|
boolean |
isResourceExists(String path,
String tenantDomain)
Check whether a resource exists in the given path in the tenant registry.
|
boolean |
isResourceExists(String path,
String tenantDomain,
String locale)
Check whether a resource in a specific locale exists in the tenant registry.
|
void |
putIdentityResource(org.wso2.carbon.registry.core.Resource identityResource,
String path,
String tenantDomain)
Update and replace a registry resource in tenant registry
|
void |
putIdentityResource(org.wso2.carbon.registry.core.Resource identityResource,
String path,
String tenantDomain,
String locale)
Update and replace a registry resource in a tenant registry based on locale.
|
public org.wso2.carbon.registry.core.Resource getIdentityResource(String path, String tenantDomain, String locale) throws org.wso2.carbon.identity.base.IdentityRuntimeException
RegistryResourceMgtService
getIdentityResource
in interface RegistryResourceMgtService
org.wso2.carbon.identity.base.IdentityRuntimeException
public void putIdentityResource(org.wso2.carbon.registry.core.Resource identityResource, String path, String tenantDomain, String locale) throws org.wso2.carbon.identity.base.IdentityRuntimeException
RegistryResourceMgtService
putIdentityResource
in interface RegistryResourceMgtService
org.wso2.carbon.identity.base.IdentityRuntimeException
public void addIdentityResource(org.wso2.carbon.registry.core.Resource identityResource, String path, String tenantDomain, String locale) throws org.wso2.carbon.identity.base.IdentityRuntimeException
RegistryResourceMgtService
addIdentityResource
in interface RegistryResourceMgtService
org.wso2.carbon.identity.base.IdentityRuntimeException
public void deleteIdentityResource(String path, String tenantDomain, String locale) throws org.wso2.carbon.identity.base.IdentityRuntimeException
RegistryResourceMgtService
deleteIdentityResource
in interface RegistryResourceMgtService
org.wso2.carbon.identity.base.IdentityRuntimeException
public boolean isResourceExists(String path, String tenantDomain, String locale) throws org.wso2.carbon.identity.base.IdentityRuntimeException
RegistryResourceMgtService
isResourceExists
in interface RegistryResourceMgtService
org.wso2.carbon.identity.base.IdentityRuntimeException
public org.wso2.carbon.registry.core.Resource getIdentityResource(String path, String tenantDomain) throws org.wso2.carbon.identity.base.IdentityRuntimeException
RegistryResourceMgtService
getIdentityResource
in interface RegistryResourceMgtService
org.wso2.carbon.identity.base.IdentityRuntimeException
public void putIdentityResource(org.wso2.carbon.registry.core.Resource identityResource, String path, String tenantDomain) throws org.wso2.carbon.identity.base.IdentityRuntimeException
RegistryResourceMgtService
putIdentityResource
in interface RegistryResourceMgtService
org.wso2.carbon.identity.base.IdentityRuntimeException
public void addIdentityResource(org.wso2.carbon.registry.core.Resource identityResource, String path, String tenantDomain) throws org.wso2.carbon.identity.base.IdentityRuntimeException
RegistryResourceMgtService
addIdentityResource
in interface RegistryResourceMgtService
org.wso2.carbon.identity.base.IdentityRuntimeException
public void deleteIdentityResource(String path, String tenantDomain) throws org.wso2.carbon.identity.base.IdentityRuntimeException
RegistryResourceMgtService
deleteIdentityResource
in interface RegistryResourceMgtService
org.wso2.carbon.identity.base.IdentityRuntimeException
public boolean isResourceExists(String path, String tenantDomain) throws org.wso2.carbon.identity.base.IdentityRuntimeException
RegistryResourceMgtService
isResourceExists
in interface RegistryResourceMgtService
org.wso2.carbon.identity.base.IdentityRuntimeException
Copyright © 2019 WSO2. All rights reserved.