|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Registry in org.wso2.carbon.registry.app |
---|
Classes in org.wso2.carbon.registry.app that implement Registry | |
---|---|
class |
RemoteRegistry
This is a core class of the Remote Atom Based implementation of the Registry. |
Methods in org.wso2.carbon.registry.app that return Registry | |
---|---|
Registry |
RemoteRegistryFactory.getRegistry()
Deprecated. |
Registry |
RemoteRegistryFactory.getRegistry(String username,
String password)
Deprecated. |
Constructors in org.wso2.carbon.registry.app with parameters of type Registry | |
---|---|
OMElementResponseContext(Registry registry,
String path)
Creates response context. |
Uses of Registry in org.wso2.carbon.registry.core |
---|
Methods in org.wso2.carbon.registry.core that return Registry | |
---|---|
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. |
Methods in org.wso2.carbon.registry.core with parameters of type Registry | |
---|---|
abstract void |
Aspect.associate(Resource resource,
Registry registry)
Associate a new Resource with this aspect. |
Constructors in org.wso2.carbon.registry.core with parameters of type Registry | |
---|---|
ResourceImporter(Registry registry)
Deprecated. |
Uses of Registry in org.wso2.carbon.registry.core.jdbc |
---|
Classes in org.wso2.carbon.registry.core.jdbc that implement Registry | |
---|---|
class |
EmbeddedRegistry
This is a core class of the Embedded JDBC Based implementation of the Registry. |
class |
InMemoryEmbeddedRegistry
In-memory implementation of the Embedded Registry. |
Constructors in org.wso2.carbon.registry.core.jdbc with parameters of type Registry | |
---|---|
RecursionRepository(Registry registry)
Constructor accepting registry. |
|
RecursionRepository(Repository repository,
Registry registry)
Constructor accepting both registry and repository. |
Uses of Registry in org.wso2.carbon.registry.core.jdbc.handlers |
---|
Methods in org.wso2.carbon.registry.core.jdbc.handlers that return Registry | |
---|---|
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. |
Constructors in org.wso2.carbon.registry.core.jdbc.handlers with parameters of type Registry | |
---|---|
RequestContext(Registry registry,
Repository repository,
VersionRepository versionRepository)
Construct the request context. |
Uses of Registry in org.wso2.carbon.registry.core.jdbc.queries |
---|
Methods in org.wso2.carbon.registry.core.jdbc.queries with parameters of type Registry | |
---|---|
Collection |
QueryProcessor.executeQuery(Registry registry,
Resource query,
Map parameters)
This method will be called when a query of a registered type is executed. |
Collection |
QueryProcessorManager.executeQuery(Registry registry,
Resource queryResource,
Map parameters)
Execute a query using the query processor associated with the media type of the query. |
Collection |
SQLQueryProcessor.executeQuery(Registry registry,
Resource query,
Map parameters)
|
Uses of Registry in org.wso2.carbon.registry.core.jdbc.utils |
---|
Methods in org.wso2.carbon.registry.core.jdbc.utils with parameters of type Registry | |
---|---|
static void |
ServiceConfigUtil.addConfig(Registry registry)
Utility method to persist service configuration. |
Uses of Registry in org.wso2.carbon.registry.core.session |
---|
Classes in org.wso2.carbon.registry.core.session that implement Registry | |
---|---|
class |
UserRegistry
Maintains information required for particular user. |
Constructors in org.wso2.carbon.registry.core.session with parameters of type Registry | |
---|---|
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,
String password,
int tenantId,
Registry coreRegistry,
org.wso2.carbon.user.core.service.RealmService realmService,
String chroot)
Create a user registry with authorizing a user |
Uses of Registry in org.wso2.carbon.registry.core.utils |
---|
Methods in org.wso2.carbon.registry.core.utils that return Registry | |
---|---|
static Registry |
RegistryUtils.getSystemRegistry(Registry coreRegistry)
this method can only be called if the registry context is initialized. |
Methods in org.wso2.carbon.registry.core.utils with parameters of type Registry | |
---|---|
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.addDefaultRealmConfiguration(Registry tenantZeroConfigRegistry,
org.wso2.carbon.user.core.UserRealm bootstrapRealm,
int tenantId)
Add the bootstrap realm configuration as the default configuration for the system registry |
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 org.wso2.carbon.user.core.config.RealmConfiguration |
RegistryUtils.getRealmConfigurationFromCoreRegistry(Registry coreRegistry,
org.wso2.carbon.user.core.config.RealmConfiguration bootstrapRealmConfiguration,
int tenantId)
Get the realm configuration from the system registry specific to the tenant |
static String |
MediaTypesUtils.getResourceMediaTypeMappings(Registry configSystemRegistry)
Method to obtain the resource media types. |
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.persistRealmConfiguration(Registry tenantZeroConfigRegistry,
org.wso2.carbon.user.core.config.RealmConfiguration realmConfig,
int tenantId)
Persist the user-mgt.xml in the registry |
static void |
RegistryUtils.registerMountPoints(Registry systemRegistry)
Method to register mount points. |
Uses of Registry in org.wso2.carbon.registry.dump |
---|
Constructors in org.wso2.carbon.registry.dump with parameters of type Registry | |
---|---|
RegistryToFileSystemHandler(Registry registry)
|
Uses of Registry in org.wso2.carbon.registry.synchronization.operation |
---|
Methods in org.wso2.carbon.registry.synchronization.operation with parameters of type Registry | |
---|---|
void |
CheckOutCommand.execute(Registry registry)
This method will execute the check-out command utilizing the various parameters passed when creating the instance of the command. |
void |
CheckInCommand.execute(Registry registry)
This method will execute the check-in command utilizing the various parameters passed when creating the instance of the command. |
void |
UpdateCommand.execute(Registry registry)
This method will execute the update command utilizing the various parameters passed when creating the instance of the command. |
void |
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. |
void |
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. |
void |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |