Modifier and Type | Method and Description |
---|---|
Registry |
RemoteRegistryFactory.getRegistry()
Deprecated.
|
Registry |
RemoteRegistryFactory.getRegistry(String username,
String password)
Deprecated.
|
Constructor and Description |
---|
OMElementResponseContext(Registry registry,
String path)
Creates response context.
|
Modifier and Type | Method and Description |
---|---|
abstract Registry |
RegistryFactory.getRegistry()
Deprecated.
Get a Registry with no security credentials.
|
abstract Registry |
RegistryFactory.getRegistry(String username,
String password)
Deprecated.
Get a Registry with the provided credentials.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Aspect.associate(Resource resource,
Registry registry)
Associate a new Resource with this aspect.
|
Constructor and Description |
---|
ResourceImporter(Registry registry)
Deprecated.
|
Constructor and Description |
---|
CacheBackedRegistry(Registry registry) |
CacheBackedRegistry(Registry registry,
int tenantId) |
Modifier and Type | Method and Description |
---|---|
Collection |
QueryProcessor.executeQuery(Registry registry,
Resource query,
Map parameters)
This method will be called when a query of a registered type is executed.
|
Constructor and Description |
---|
RecursionRepository(Registry registry)
Constructor accepting registry.
|
RecursionRepository(Repository repository,
Registry registry)
Constructor accepting both registry and repository.
|
Modifier and Type | Method and Description |
---|---|
Collection |
SQLQueryProcessor.executeQuery(Registry registry,
Resource query,
Map parameters) |
Modifier and Type | Method and Description |
---|---|
Registry |
RequestContext.getRegistry()
Method to get the Registry.
|
protected Registry |
EditProcessor.getRegistry(javax.servlet.http.HttpServletRequest request)
Obtains an instance of the Registry that the user can work with.
|
Registry |
RequestContext.getSystemRegistry()
Method to get the System Registry.
|
Constructor and Description |
---|
RequestContext(Registry registry,
Repository repository,
VersionRepository versionRepository)
Construct the request context.
|
Modifier and Type | Method and Description |
---|---|
Collection |
QueryProcessorManager.executeQuery(Registry registry,
Resource queryResource,
Map parameters)
Execute a query using the query processor associated with the media type of the query.
|
Modifier and Type | Method and Description |
---|---|
static void |
ServiceConfigUtil.addConfig(Registry registry)
Utility method to persist service configuration.
|
static void |
ServiceConfigUtil.addConfigSchema(Registry registry)
Utility method to persist service configuration schema content.
|
Modifier and Type | Method and Description |
---|---|
Registry |
RegistryProvider.getRegistry(String registryURL,
String username,
String password)
Method to obtain a new registry instance.
|
Constructor and Description |
---|
UserRegistry(String userName,
int tenantId,
Registry coreRegistry,
org.wso2.carbon.user.core.service.RealmService realmService,
String chroot)
Creates a user registry without authorizing the user
|
UserRegistry(String userName,
int tenantId,
Registry coreRegistry,
org.wso2.carbon.user.core.service.RealmService realmService,
String chroot,
boolean disableCaching)
Creates a user registry without authorizing the user
|
UserRegistry(String userName,
String password,
int tenantId,
Registry coreRegistry,
org.wso2.carbon.user.core.service.RealmService realmService,
String chroot)
Create a user registry with authorizing a user
|
Modifier and Type | Method and Description |
---|---|
static Registry |
RegistryUtils.getSystemRegistry(Registry coreRegistry)
this method can only be called if the registry context is initialized.
|
Modifier and Type | Method and Description |
---|---|
static void |
RegistryUtils.addBaseCollectionStructure(Registry registry,
org.wso2.carbon.user.core.UserRealm userRealm)
This method builds the base collection structure for the registry.
|
static void |
RegistryUtils.addCarbonRootCollection(Registry userRegistry,
org.wso2.carbon.user.core.UserRealm userRealm)
Deprecated.
|
static void |
RegistryUtils.addMountCollection(Registry registry)
Method to add the collection where the mount information is stored.
|
static void |
RegistryUtils.addMountEntry(Registry registry,
RegistryContext registryContext,
String path,
String target,
boolean remote,
String author)
Method to add a mount entry.
|
static void |
RegistryUtils.addMountEntry(Registry registry,
RegistryContext registryContext,
String path,
String target,
String targetSubPath,
String author)
Method to add a mount entry.
|
static void |
RegistryUtils.addServiceConfigResources(Registry registry)
Method to add the resources where the service configuration are stored.
|
static void |
RegistryUtils.addServiceStoreCollection(Registry registry,
String servicePath)
Method to add the collection where the services are stored.
|
static void |
RegistryUtils.addSystemCollection(Registry registry,
org.wso2.carbon.user.core.UserRealm userRealm)
Deprecated.
|
static void |
RegistryUtils.addTenantsCollection(Registry registry,
org.wso2.carbon.user.core.UserRealm userRealm)
Deprecated.
|
static void |
RegistryUtils.addUserProfileCollection(Registry registry,
String profilesPath)
Method to add the collection where the user profiles are stored.
|
static void |
RegistryClientUtils.exportFromRegistry(File toFile,
String path,
Registry registry)
This method can be used to export registry instance or node in a registry to a local file
system.
|
static String |
MediaTypesUtils.getCollectionMediaTypeMappings(Registry configSystemRegistry)
Method to obtain the collection media types.
|
static String |
MediaTypesUtils.getCustomUIMediaTypeMappings(Registry configSystemRegistry)
Method to obtain the custom UI media types.
|
static String |
MediaTypesUtils.getResourceMediaTypeMappings(Registry configSystemRegistry)
Method to obtain the resource media types.
|
static String[] |
MediaTypesUtils.getResultPaths(Registry registry,
String mediaType)
Method to obtain a list of paths having resources of the given media type.
|
static Registry |
RegistryUtils.getSystemRegistry(Registry coreRegistry)
this method can only be called if the registry context is initialized.
|
static void |
RegistryClientUtils.importToRegistry(File file,
String path,
Registry registry)
This method can be used to import a local file system into a running instance of a registry.
|
static void |
RegistryUtils.registerMountPoints(Registry systemRegistry,
int tenantId)
Method to register mount points.
|
static boolean |
RegistryUtils.systemResourceShouldBeAdded(Registry registry,
String absolutePath)
Method to determine whether a system resource (or collection) is existing or whether it
should be created.
|
Modifier and Type | Method and Description |
---|---|
boolean |
UpdateCommand.execute(Registry registry)
This method will execute the update command utilizing the various parameters passed when
creating the instance of the command.
|
boolean |
CheckOutCommand.execute(Registry registry)
This method will execute the check-out command utilizing the various parameters passed when
creating the instance of the command.
|
boolean |
CheckInCommand.execute(Registry registry)
This method will execute the check-in command utilizing the various parameters passed when
creating the instance of the command.
|
boolean |
UpdateCommand.execute(Registry registry,
UserInputCallback callback)
This method will execute the update command utilizing the various parameters passed when
creating the instance of the command.
|
boolean |
CheckOutCommand.execute(Registry registry,
UserInputCallback callback)
This method will execute the check-out command utilizing the various parameters passed when
creating the instance of the command.
|
boolean |
CheckInCommand.execute(Registry registry,
UserInputCallback callback)
This method will execute the check-in command utilizing the various parameters passed when
creating the instance of the command.
|
Copyright © 2015 WSO2 Inc. All Rights Reserved.