Uses of Class
org.wso2.carbon.registry.core.exceptions.RegistryException

Packages that use RegistryException
org.wso2.carbon.registry.app   
org.wso2.carbon.registry.core   
org.wso2.carbon.registry.core.caching   
org.wso2.carbon.registry.core.clustering   
org.wso2.carbon.registry.core.config   
org.wso2.carbon.registry.core.dao   
org.wso2.carbon.registry.core.dataaccess   
org.wso2.carbon.registry.core.exceptions   
org.wso2.carbon.registry.core.internal   
org.wso2.carbon.registry.core.jdbc   
org.wso2.carbon.registry.core.jdbc.dao   
org.wso2.carbon.registry.core.jdbc.dataaccess   
org.wso2.carbon.registry.core.jdbc.handlers   
org.wso2.carbon.registry.core.jdbc.handlers.builtin   
org.wso2.carbon.registry.core.jdbc.handlers.filters   
org.wso2.carbon.registry.core.jdbc.indexing   
org.wso2.carbon.registry.core.jdbc.queries   
org.wso2.carbon.registry.core.jdbc.realm   
org.wso2.carbon.registry.core.jdbc.utils   
org.wso2.carbon.registry.core.secure   
org.wso2.carbon.registry.core.service   
org.wso2.carbon.registry.core.servlet   
org.wso2.carbon.registry.core.servlet.utils   
org.wso2.carbon.registry.core.session   
org.wso2.carbon.registry.core.utils   
org.wso2.carbon.registry.synchronization   
 

Uses of RegistryException in org.wso2.carbon.registry.app
 

Methods in org.wso2.carbon.registry.app that throw RegistryException
 boolean RemoteRegistry.addAspect(java.lang.String name, Aspect aspect)
           
 void RemoteRegistry.addAssociation(java.lang.String sourcePath, java.lang.String associationPaths, java.lang.String associationType)
           
 java.lang.String RemoteRegistry.addComment(java.lang.String resourcePath, Comment comment)
           
 void RemoteRegistry.addUser(java.lang.String userName, java.lang.String password, java.lang.String confirmPassword, java.lang.String roleName, java.lang.String friendlyName)
          Deprecated. 
 void RemoteRegistry.applyTag(java.lang.String resourcePath, java.lang.String tag)
           
 void RemoteRegistry.associateAspect(java.lang.String resourcePath, java.lang.String aspect)
           
 void RemoteRegistry.beginTransaction()
           
 void RemoteRegistry.commitTransaction()
           
 java.lang.String RemoteRegistry.copy(java.lang.String sourcePath, java.lang.String targetPath)
           
 void RemoteRegistry.createLink(java.lang.String path, java.lang.String target)
           
 void RemoteRegistry.createLink(java.lang.String path, java.lang.String target, java.lang.String subTargetPath)
           
 void RemoteRegistry.createVersion(java.lang.String path)
           
 void RemoteRegistry.delete(java.lang.String path)
           
 void RemoteRegistry.dump(java.lang.String path, int timeout, java.io.Writer writer)
          check out the given path as an xml
 void RemoteRegistry.dump(java.lang.String path, java.io.Writer writer)
           
 void RemoteRegistry.editComment(java.lang.String commentPath, java.lang.String text)
           
 Collection RemoteRegistry.executeQuery(java.lang.String path, java.util.Map parameters)
           
 Resource RemoteRegistry.get(java.lang.String path)
           
 Collection RemoteRegistry.get(java.lang.String path, int start, int pageSize)
           
 Association[] RemoteRegistry.getAllAssociations(java.lang.String resourcePath)
           
 java.lang.String[] RemoteRegistry.getAspectActions(java.lang.String resourcePath, java.lang.String aspectName)
           
 Association[] RemoteRegistry.getAssociations(java.lang.String resourcePath, java.lang.String associationType)
           
 float RemoteRegistry.getAverageRating(java.lang.String resourcePath)
           
 Comment[] RemoteRegistry.getComments(java.lang.String resourcePath)
           
 UserRegistry RemoteRegistryService.getConfigSystemRegistry()
           
 UserRegistry RemoteRegistryService.getConfigSystemRegistry(int tenantId)
           
 UserRegistry RemoteRegistryService.getConfigUserRegistry()
           
 UserRegistry RemoteRegistryService.getConfigUserRegistry(java.lang.String userName)
           
 UserRegistry RemoteRegistryService.getConfigUserRegistry(java.lang.String userName, int tenantId)
           
 UserRegistry RemoteRegistryService.getConfigUserRegistry(java.lang.String userName, java.lang.String password)
           
 UserRegistry RemoteRegistryService.getConfigUserRegistry(java.lang.String userName, java.lang.String password, int tenantId)
           
 java.lang.Object RemoteResourceImpl.getContent()
           
 java.io.InputStream RemoteResourceImpl.getContentStream()
           
static EmbeddedRegistryService Utils.getEmbeddedRegistryService()
          Method to obtain the embedded registry service instance.
 java.lang.String RemoteRegistry.getEventingServiceURL(java.lang.String path)
           
 UserRegistry RemoteRegistryService.getGovernanceSystemRegistry()
           
 UserRegistry RemoteRegistryService.getGovernanceSystemRegistry(int tenantId)
           
 UserRegistry RemoteRegistryService.getGovernanceUserRegistry()
           
 UserRegistry RemoteRegistryService.getGovernanceUserRegistry(java.lang.String userName)
           
 UserRegistry RemoteRegistryService.getGovernanceUserRegistry(java.lang.String userName, int tenantId)
           
 UserRegistry RemoteRegistryService.getGovernanceUserRegistry(java.lang.String userName, java.lang.String password)
           
 UserRegistry RemoteRegistryService.getGovernanceUserRegistry(java.lang.String userName, java.lang.String password, int tenantId)
           
 UserRegistry RemoteRegistryService.getLocalRepository()
           
 UserRegistry RemoteRegistryService.getLocalRepository(int tenantId)
           
 LogEntryCollection RemoteRegistry.getLogCollection(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean recentFirst)
           
 LogEntry[] RemoteRegistry.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean recentFirst)
           
 Resource RemoteRegistry.getMetaData(java.lang.String path)
           
 int RemoteRegistry.getRating(java.lang.String path, java.lang.String userName)
           
 Registry RemoteRegistryFactory.getRegistry()
          Deprecated.  
 UserRegistry RemoteRegistryService.getRegistry()
           
static UserRegistry Utils.getRegistry(javax.servlet.http.HttpServletRequest request)
          Method to obtain the registry from the session.
 UserRegistry RemoteRegistryService.getRegistry(java.lang.String userName)
           
 UserRegistry RemoteRegistryService.getRegistry(java.lang.String userName, int tenantId)
           
 UserRegistry RemoteRegistryService.getRegistry(java.lang.String userName, int tenantId, java.lang.String chroot)
           
 Registry RemoteRegistryFactory.getRegistry(java.lang.String username, java.lang.String password)
          Deprecated.  
 UserRegistry RemoteRegistryService.getRegistry(java.lang.String userName, java.lang.String password)
           
 UserRegistry RemoteRegistryService.getRegistry(java.lang.String userName, java.lang.String password, int tenantId)
           
 UserRegistry RemoteRegistryService.getRegistry(java.lang.String userName, java.lang.String password, int tenantId, java.lang.String chroot)
           
 TaggedResourcePath[] RemoteRegistry.getResourcePathsWithTag(java.lang.String tag)
           
 UserRegistry RemoteRegistryService.getSystemRegistry()
           
 UserRegistry RemoteRegistryService.getSystemRegistry(int tenantId)
           
 UserRegistry RemoteRegistryService.getSystemRegistry(int tenantId, java.lang.String chroot)
           
 Tag[] RemoteRegistry.getTags(java.lang.String resourcePath)
           
static int RegistryResolver.getTenantId(java.lang.String userNameWithDomain)
           
static java.lang.String RegistryResolver.getUserName(java.lang.String userNameWithDomain)
           
 org.wso2.carbon.user.core.UserRealm RemoteRegistryService.getUserRealm(int tenantId)
           
 UserRegistry RemoteRegistryService.getUserRegistry()
           
 UserRegistry RemoteRegistryService.getUserRegistry(java.lang.String userName)
           
 UserRegistry RemoteRegistryService.getUserRegistry(java.lang.String userName, int tenantId)
           
 UserRegistry RemoteRegistryService.getUserRegistry(java.lang.String userName, int tenantId, java.lang.String chroot)
           
 UserRegistry RemoteRegistryService.getUserRegistry(java.lang.String username, java.lang.String password)
           
 UserRegistry RemoteRegistryService.getUserRegistry(java.lang.String username, java.lang.String password, int tenantId)
           
 UserRegistry RemoteRegistryService.getUserRegistry(java.lang.String username, java.lang.String password, int tenantId, java.lang.String chroot)
           
 java.lang.String[] RemoteRegistry.getVersions(java.lang.String path)
           
 java.lang.String RemoteRegistry.importResource(java.lang.String suggestedPath, java.lang.String sourceURL, Resource resource)
           
 void RemoteRegistry.invokeAspect(java.lang.String resourcePath, java.lang.String aspectName, java.lang.String action)
           
 void RemoteRegistry.invokeAspect(java.lang.String resourcePath, java.lang.String aspectName, java.lang.String action, java.util.Map<java.lang.String,java.lang.String> parameters)
           
 java.lang.String RemoteRegistry.move(java.lang.String currentPath, java.lang.String newPath)
           
 Collection RemoteRegistry.newCollection()
           
 Resource RemoteRegistry.newResource()
           
 java.lang.String RemoteRegistry.put(java.lang.String suggestedPath, Resource resource)
           
 void RemoteRegistry.rateResource(java.lang.String resourcePath, int rating)
           
 boolean RemoteRegistry.removeAspect(java.lang.String aspect)
           
 void RemoteRegistry.removeAssociation(java.lang.String sourcePath, java.lang.String associationPaths, java.lang.String associationType)
           
 void RemoteRegistry.removeComment(java.lang.String commentPath)
           
 void RemoteRegistry.removeLink(java.lang.String path)
           
 void RemoteRegistry.removeTag(java.lang.String path, java.lang.String tag)
           
 java.lang.String RemoteRegistry.rename(java.lang.String currentPath, java.lang.String newPath)
           
 boolean RemoteRegistry.resourceExists(java.lang.String path)
           
 void RemoteRegistry.restore(java.lang.String path, java.io.Reader reader)
           
 void RemoteRegistry.restore(java.lang.String path, java.io.Reader reader, int timeout)
          check in the input axiom element into database
 void RemoteRegistry.restoreVersion(java.lang.String versionPath)
           
 void RemoteRegistry.rollbackTransaction()
           
 Collection RemoteRegistry.searchContent(java.lang.String keywords)
           
 void RemoteRegistry.setEventingServiceURL(java.lang.String path, java.lang.String eventingServiceURL)
           
 

Constructors in org.wso2.carbon.registry.app that throw RegistryException
RegistryAdapter(RegistryResolver resolver, EmbeddedRegistryService embeddedRegistryService)
          Deprecated. 
RemoteRegistry(java.lang.String registryURL, java.lang.String userName, java.lang.String password)
          To create a remote registry to connect to a secure registry or a registry where we need to pass userName and the password to perform any operation.
RemoteRegistry(java.net.URL registryURL, java.lang.String userName, java.lang.String password)
          To create a remote registry to connect to a secure registry or a registry where we need to pass userName and the password to perform any operation.
RemoteRegistryService(java.lang.String registryURL, java.lang.String username, java.lang.String password)
          Creates a new remote registry service.
RemoteRegistryService(java.lang.String registryURL, java.lang.String username, java.lang.String password, org.wso2.carbon.user.core.service.RealmService realmService, java.lang.String chroot)
          Creates a new remote registry service.
RemoteRegistryService(java.lang.String registryURL, java.lang.String username, java.lang.String password, org.wso2.carbon.user.core.service.RealmService realmService, java.lang.String chroot, boolean populateConfiguration)
          Creates a new remote registry service.
RemoteRegistryService(java.lang.String registryURL, java.lang.String username, java.lang.String password, java.lang.String chroot)
          Creates a new remote registry service.
 

Uses of RegistryException in org.wso2.carbon.registry.core
 

Methods in org.wso2.carbon.registry.core that throw RegistryException
 boolean Registry.addAspect(java.lang.String name, Aspect aspect)
          Add aspect by passing a name and the aspect object.
 void Registry.addAssociation(java.lang.String sourcePath, java.lang.String targetPath, java.lang.String associationType)
          Adds an association stating that the resource at "associationPath" associate on the resource at "associationPath".
 java.lang.String Registry.addComment(java.lang.String resourcePath, Comment comment)
          Adds a comment to a resource.
 void Registry.applyTag(java.lang.String resourcePath, java.lang.String tag)
          Applies the given tag to the resource in the given path.
abstract  void Aspect.associate(Resource resource, Registry registry)
          Associate a new Resource with this aspect.
 void Registry.associateAspect(java.lang.String resourcePath, java.lang.String aspect)
          Associate an Aspect with a resource.
 java.lang.String Registry.copy(java.lang.String sourcePath, java.lang.String targetPath)
          Copy a resource in the registry.
 void Registry.createLink(java.lang.String path, java.lang.String target)
          Create a symbolic link or mount a registry
 void Registry.createLink(java.lang.String path, java.lang.String target, java.lang.String subTargetPath)
          Create a symbolic link or mount a registry
 void Registry.createVersion(java.lang.String path)
          Creates a new version of the resource.
 void CoreRegistry.delete(java.lang.String path)
          Deletes the resource at the given path.
 void Registry.dump(java.lang.String path, java.io.Writer writer)
          Check out the given path as an xml.
 void Registry.editComment(java.lang.String commentPath, java.lang.String text)
          Change the text of an existing comment.
 Collection Registry.executeQuery(java.lang.String path, java.util.Map parameters)
          Executes a custom query which lives at the given path in the Registry.
 void CollectionImpl.fillCollectionCopy(CollectionImpl collection)
          Copy all the values of the current collection attribute to the passed collection.
protected  ResourceImpl ResourceImpl.fillResourceCopy(ResourceImpl resource)
          Fill the resource.
 Resource CoreRegistry.get(java.lang.String path)
          Returns the resource at the given path.
 Collection CoreRegistry.get(java.lang.String path, int start, int pageSize)
          Returns the Collection at the given path, with the content paginated according to the arguments.
 Association[] Registry.getAllAssociations(java.lang.String resourcePath)
          Get all associations of the given resource.
 java.lang.String[] Registry.getAspectActions(java.lang.String resourcePath, java.lang.String aspectName)
          Obtain a list of the available actions on a given resource for a given Aspect.
 Association[] Registry.getAssociations(java.lang.String resourcePath, java.lang.String associationType)
          Get all associations of the given resource for a give association type.
 float Registry.getAverageRating(java.lang.String resourcePath)
          Returns the average rating for the given resource.
 int CollectionVersionImpl.getChildCount()
          Method to return the the number of children.
 int Collection.getChildCount()
          Method to return the the number of children.
 int CollectionImpl.getChildCount()
          Method to return the the number of children.
 java.lang.String[] CollectionVersionImpl.getChildren()
          Method to return the absolute paths of the children of the collection.
 java.lang.String[] Collection.getChildren()
          Method to return the absolute paths of the children of the collection
 java.lang.String[] CollectionImpl.getChildren()
          Method to return the children.
 java.lang.String[] CollectionVersionImpl.getChildren(int start, int pageLen)
          Method to return the paths of the selected range of children.
 java.lang.String[] Collection.getChildren(int start, int pageLen)
          Method to return the paths of the selected range of children.
 java.lang.String[] CollectionImpl.getChildren(int start, int pageLen)
          Method to return the paths of the selected range of children.
 Comment[] Registry.getComments(java.lang.String resourcePath)
          Get all comments for the given resource.
 java.lang.Object ResourceImpl.getContent()
          Method to get the content of the resource.
 java.lang.Object CollectionVersionImpl.getContent()
          Collection's content is a string array, which contains paths of its children.
 java.lang.Object Resource.getContent()
          Method to get the content of the resource.
 java.lang.Object Comment.getContent()
          Get the comment text.
 java.lang.Object CollectionImpl.getContent()
          Collection's content is a string array, which contains paths of its children.
 java.io.InputStream ResourceImpl.getContentStream()
          Method to get the content stream.
 java.io.InputStream Resource.getContentStream()
          Method to get the content stream.
 java.lang.String Registry.getEventingServiceURL(java.lang.String path)
          Gets the URL of the WS-Eventing Service.
 LogEntryCollection Registry.getLogCollection(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean recentFirst)
          Returns the logs of the activities occurred in the registry.
 LogEntry[] LogEntryCollection.getLogEntries()
          Returns an array of log entries filtered by the provided information.
 LogEntry[] LogEntryCollection.getLogEntries(int start, int pageLen)
          Returns an array of log entries filtered by the provided information and in the provided range.
 LogEntry[] Registry.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean recentFirst)
          Returns the logs of the activities occurred in the registry.
 Resource Registry.getMetaData(java.lang.String path)
          Returns the meta data of the resource at a given path.
 int Registry.getRating(java.lang.String path, java.lang.String userName)
          Returns the rating given to the specified resource by the given user
abstract  Registry RegistryFactory.getRegistry()
          Deprecated. Get a Registry with no security credentials.
abstract  Registry RegistryFactory.getRegistry(java.lang.String username, java.lang.String password)
          Deprecated. Get a Registry with the provided credentials.
 TaggedResourcePath[] Registry.getResourcePathsWithTag(java.lang.String tag)
          Returns the paths of all Resources that are tagged with the given tag.
 ResourceImpl ResourceImpl.getShallowCopy()
          Create a shallow copy of the resource.
 ResourceImpl CollectionImpl.getShallowCopy()
          Method to return a shallow copy of a collection.
 Tag[] Registry.getTags(java.lang.String resourcePath)
          Returns all tags used for tagging the given resource.
 java.lang.String[] Registry.getVersions(java.lang.String path)
          Get a list of all versions of the resource located at the given path.
 void ResourceImporter.importDirectory(java.lang.String fromURL, java.lang.String toPath)
          Deprecated.  
 java.lang.String Registry.importResource(java.lang.String suggestedPath, java.lang.String sourceURL, Resource resource)
          Creates a resource by fetching the resource content from the given URL.
abstract  void Aspect.invoke(RequestContext context, java.lang.String action)
          Do something - action names are aspect-specific, and it's up to the implementation to decide if a given action is allowed, and what to do if so.
 void Aspect.invoke(RequestContext context, java.lang.String action, java.util.Map<java.lang.String,java.lang.String> parameters)
          Do something - action names are aspect-specific, and it's up to the implementation to decide if a given action is allowed, and what to do if so.
 void Registry.invokeAspect(java.lang.String resourcePath, java.lang.String aspectName, java.lang.String action)
          This invokes an action on a specified Aspect, which must be associated with the Resource at the given path.
 void Registry.invokeAspect(java.lang.String resourcePath, java.lang.String aspectName, java.lang.String action, java.util.Map<java.lang.String,java.lang.String> parameters)
          This invokes an action on a specified Aspect, which must be associated with the Resource at the given path.
 java.lang.String Registry.move(java.lang.String currentPath, java.lang.String newPath)
          Move a resource in the registry.
 Collection CoreRegistry.newCollection()
          Creates a new collection.
static RegistryFactory RegistryFactory.newInstance()
          Deprecated. Get a Registry instance, using the defaults.
static RegistryFactory RegistryFactory.newInstance(java.util.Properties properties)
          Deprecated. Get a Registry, passing specific configuration information via a Properties object.
static RegistryFactory RegistryFactory.newInstance(java.lang.String propertyFileName)
          Deprecated. Get a Registry instance, using the specified property file.
 Resource CoreRegistry.newResource()
          Creates a new resource.
 void ResourceImpl.prepareContentForPut()
          Prepare the resource content to be put.
 java.lang.String CoreRegistry.put(java.lang.String suggestedPath, Resource resource)
          Adds or updates resources in the registry.
 void Registry.rateResource(java.lang.String resourcePath, int rating)
          Rate the given resource.
 boolean Registry.removeAspect(java.lang.String aspect)
          Remove the given aspect from registry context.
 void Registry.removeAssociation(java.lang.String sourcePath, java.lang.String targetPath, java.lang.String associationType)
          To remove an association for a given resource
 void Registry.removeComment(java.lang.String commentPath)
          Delete an existing comment.
 void Registry.removeLink(java.lang.String path)
          Remove a symbolic link or mount point created
 void Registry.removeTag(java.lang.String path, java.lang.String tag)
          Removes a tag on a resource.
 java.lang.String Registry.rename(java.lang.String currentPath, java.lang.String newName)
          Rename a resource in the registry.
 boolean CoreRegistry.resourceExists(java.lang.String path)
          Check whether a resource exists at the given path
 void Registry.restore(java.lang.String path, java.io.Reader reader)
          Check in the input axiom element into database.
 void Registry.restoreVersion(java.lang.String versionPath)
          Reverts a resource to a given version.
 Collection Registry.searchContent(java.lang.String keywords)
          Search the content of resources
 void Collection.setChildren(java.lang.String[] paths)
          Method to set the absolute paths of the children belonging to this collection.
 void CollectionImpl.setChildren(java.lang.String[] paths)
          Method to set the absolute paths of the children belonging to this collection.
 void ResourceImpl.setContent(java.lang.Object content)
          Set the content of the resource.
 void Resource.setContent(java.lang.Object content)
          Set the content of the resource.
 void CollectionImpl.setContent(java.lang.Object content)
          Implementation for the setContent.
 void ResourceImpl.setContentStream(java.io.InputStream contentStream)
          Invalidates the current file based content and creates a new file based content for the new content stream.
 void Resource.setContentStream(java.io.InputStream contentStream)
          Method to set the content stream.
 void ResourceImpl.setContentStreamWithNoUpdate(java.io.InputStream contentStream)
          Invalidates the current file based content and creates a new file based content for the new content stream.
 void ResourceImpl.setContentWithNoUpdate(java.lang.Object content)
          Set the content of the resource without setting the modified flag.
 void CollectionImpl.setContentWithNoUpdate(java.lang.Object content)
          Set the resource content without marking the collection as updated.Here the content should always be a array of strings which corresponding to the children paths.
 void Registry.setEventingServiceURL(java.lang.String path, java.lang.String eventingServiceURL)
          Sets the URL of the WS-Eventing Service.
 

Uses of RegistryException in org.wso2.carbon.registry.core.caching
 

Methods in org.wso2.carbon.registry.core.caching that throw RegistryException
 boolean CacheBackedRegistry.addAspect(java.lang.String name, Aspect aspect)
           
 void CacheBackedRegistry.addAssociation(java.lang.String sourcePath, java.lang.String targetPath, java.lang.String associationType)
           
 java.lang.String CacheBackedRegistry.addComment(java.lang.String resourcePath, Comment comment)
           
 void CacheBackedRegistry.applyTag(java.lang.String resourcePath, java.lang.String tag)
           
 void CacheBackedRegistry.associateAspect(java.lang.String resourcePath, java.lang.String aspect)
           
 void CacheBackedRegistry.beginTransaction()
           
 void CacheBackedRegistry.commitTransaction()
           
 java.lang.String CacheBackedRegistry.copy(java.lang.String sourcePath, java.lang.String targetPath)
           
 void CachingHandler.createLink(RequestContext requestContext)
           
 void CacheBackedRegistry.createLink(java.lang.String path, java.lang.String target)
           
 void CacheBackedRegistry.createLink(java.lang.String path, java.lang.String target, java.lang.String subTargetPath)
           
 void CacheBackedRegistry.createVersion(java.lang.String path)
           
 void CachingHandler.delete(RequestContext requestContext)
           
 void CacheBackedRegistry.delete(java.lang.String path)
           
 void CacheBackedRegistry.dump(java.lang.String path, java.io.Writer writer)
           
 void CacheBackedRegistry.editComment(java.lang.String commentPath, java.lang.String text)
           
 Collection CacheBackedRegistry.executeQuery(java.lang.String path, java.util.Map parameters)
           
 Resource CacheBackedRegistry.get(java.lang.String path)
           
 Collection CacheBackedRegistry.get(java.lang.String path, int start, int pageSize)
           
 Association[] CacheBackedRegistry.getAllAssociations(java.lang.String resourcePath)
           
 java.lang.String[] CacheBackedRegistry.getAspectActions(java.lang.String resourcePath, java.lang.String aspectName)
           
 Association[] CacheBackedRegistry.getAssociations(java.lang.String resourcePath, java.lang.String associationType)
           
 float CacheBackedRegistry.getAverageRating(java.lang.String resourcePath)
           
 Comment[] CacheBackedRegistry.getComments(java.lang.String resourcePath)
           
 java.lang.String CacheBackedRegistry.getEventingServiceURL(java.lang.String path)
           
 LogEntryCollection CacheBackedRegistry.getLogCollection(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean recentFirst)
           
 LogEntry[] CacheBackedRegistry.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean recentFirst)
           
 Resource CacheBackedRegistry.getMetaData(java.lang.String path)
           
 int CacheBackedRegistry.getRating(java.lang.String path, java.lang.String userName)
           
 TaggedResourcePath[] CacheBackedRegistry.getResourcePathsWithTag(java.lang.String tag)
           
 Tag[] CacheBackedRegistry.getTags(java.lang.String resourcePath)
           
 java.lang.String[] CacheBackedRegistry.getVersions(java.lang.String path)
           
 void CachingHandler.importResource(RequestContext requestContext)
           
 java.lang.String CacheBackedRegistry.importResource(java.lang.String suggestedPath, java.lang.String sourceURL, Resource resource)
           
 void CacheBackedRegistry.invokeAspect(java.lang.String resourcePath, java.lang.String aspectName, java.lang.String action)
           
 void CacheBackedRegistry.invokeAspect(java.lang.String resourcePath, java.lang.String aspectName, java.lang.String action, java.util.Map<java.lang.String,java.lang.String> parameters)
           
 java.lang.String CachingHandler.move(RequestContext requestContext)
           
 java.lang.String CacheBackedRegistry.move(java.lang.String currentPath, java.lang.String newPath)
           
 Collection CacheBackedRegistry.newCollection()
           
 Resource CacheBackedRegistry.newResource()
           
 void CachingHandler.put(RequestContext requestContext)
           
 java.lang.String CacheBackedRegistry.put(java.lang.String suggestedPath, Resource resource)
           
 void CacheBackedRegistry.rateResource(java.lang.String resourcePath, int rating)
           
 boolean CacheBackedRegistry.removeAspect(java.lang.String aspect)
           
 void CacheBackedRegistry.removeAssociation(java.lang.String sourcePath, java.lang.String targetPath, java.lang.String associationType)
           
 void CacheBackedRegistry.removeComment(java.lang.String commentPath)
           
 void CachingHandler.removeLink(RequestContext requestContext)
           
 void CacheBackedRegistry.removeLink(java.lang.String path)
           
 void CacheBackedRegistry.removeTag(java.lang.String path, java.lang.String tag)
           
 java.lang.String CachingHandler.rename(RequestContext requestContext)
           
 java.lang.String CacheBackedRegistry.rename(java.lang.String currentPath, java.lang.String newName)
           
 boolean CacheBackedRegistry.resourceExists(java.lang.String path)
           
 void CachingHandler.restore(RequestContext requestContext)
           
 void CacheBackedRegistry.restore(java.lang.String path, java.io.Reader reader)
           
 void CachingHandler.restoreVersion(RequestContext requestContext)
           
 void CacheBackedRegistry.restoreVersion(java.lang.String versionPath)
           
 void CacheBackedRegistry.rollbackTransaction()
           
 Collection CacheBackedRegistry.searchContent(java.lang.String keywords)
           
 void CacheBackedRegistry.setEventingServiceURL(java.lang.String path, java.lang.String eventingServiceURL)
           
 

Uses of RegistryException in org.wso2.carbon.registry.core.clustering
 

Methods in org.wso2.carbon.registry.core.clustering that throw RegistryException
static void NodeGroupLock.init(DataAccessManager dataAccessManager)
          Initializes the Node Group Lock Object.
static void NodeGroupLock.lock(java.lang.String lockName)
          Creates a lock by the given name
static void NodeGroupLock.unlock(java.lang.String lockName)
          Unlocks a named lock.
 

Uses of RegistryException in org.wso2.carbon.registry.core.config
 

Methods in org.wso2.carbon.registry.core.config that throw RegistryException
 EmbeddedRegistryService RegistryContext.getEmbeddedRegistryService()
          Return a embedded registry service.
static void RegistryConfigurationProcessor.initializeAspects(org.apache.axiom.om.OMElement configElement, RegistryContext registryContext)
          Creates and initializes an aspect.
static void RegistryConfigurationProcessor.populateRegistryConfig(java.io.InputStream in, RegistryContext registryContext)
          Read XML configuration from the passed InputStream, or from the classpath.
static Aspect RegistryConfigurationProcessor.updateAspects(org.apache.axiom.om.OMElement configElement)
          Updates an aspect based on given configuration.
static boolean RegistryConfigurationProcessor.updateHandler(org.apache.axiom.om.OMElement configElement, RegistryContext registryContext, java.lang.String lifecyclePhase)
          Updates a handler based on given configuration.
 

Constructors in org.wso2.carbon.registry.core.config that throw RegistryException
RegistryConfiguration(java.lang.String carbonXMLPath)
          Deprecated. Initialize the registry configuration located in carbon.xml provided the carbon.xml path as an argument.
RegistryContext(java.io.InputStream configStream, org.wso2.carbon.user.core.service.RealmService realmService)
          Create a registry context with custom configuration and realm service.
RegistryContext(java.io.InputStream configStream, org.wso2.carbon.user.core.service.RealmService realmService, boolean populateConfiguration)
          Create a registry context with custom configuration and realm service.
RegistryContext(java.io.InputStream configStream, RegistryContext.RegURLSupplier urlSupplier)
          Create a registry context with custom configuration and realm service.
RegistryContext(org.wso2.carbon.user.core.service.RealmService realmService, boolean populateConfiguration)
          Create a new registry context object with a custom realm service
 

Uses of RegistryException in org.wso2.carbon.registry.core.dao
 

Methods in org.wso2.carbon.registry.core.dao that throw RegistryException
 void ResourceDAO.add(java.lang.String path, ResourceIDImpl parentID, ResourceImpl resourceImpl)
          Add the resource to a pat when resource instance and the parent resource id is given.
 void AssociationDAO.addAssociation(java.lang.String sourcePath, java.lang.String targetPath, java.lang.String associationType)
          Method to persist an association.
 int CommentsDAO.addComment(ResourceImpl resource, java.lang.String userID, Comment comment)
          Method to persist a comment.
 void CommentsDAO.addComments(ResourceImpl resource, CommentDO[] commentDOs)
          Method to persist comments.
 void ResourceDAO.addContent(ResourceImpl resourceImpl)
          Add the content for a resource.
 int ResourceDAO.addContentBytes(java.io.InputStream contentStream)
          Add the content to the content table and return the auto generated id of content table.
 void ResourceDAO.addProperties(ResourceImpl resource)
          Add the properties to the database from given resource
 void RatingsDAO.addRating(ResourceImpl resourceImpl, java.lang.String userID, int rating)
          Method to persist a rating.
 void RatingsDAO.addRatings(ResourceImpl resource, RatingDO[] ratingDOs)
          Method to persist ratings.
 void ResourceDAO.addResource(ResourceImpl resourceImpl, boolean isUpdatingExisting)
          Add a resource, provided whether it is overwriting existing one or not.
 void ResourceDAO.addResourceDO(ResourceDO resourceDO)
          Add the resource data object.
 void ResourceDAO.addResourceWithNoUpdate(ResourceImpl resourceImpl)
          Add a resource without setting the resource modified flag on.
 void ResourceDAO.addResourceWithoutContentId(ResourceImpl resourceImpl, boolean isUpdatingExisting)
          Add a resource without a content id, provided whether it is overwriting existing one or not.
 void ResourceDAO.addRoot(ResourceImpl resourceImpl)
          Add the root collection.
 void TagsDAO.addTagging(java.lang.String tagName, ResourceImpl resource, java.lang.String userID)
          Method to persist a tag.
 void TagsDAO.addTaggings(ResourceImpl resource, TaggingDO[] taggingDOs)
          Method to persist tags.
 void AssociationDAO.copyAssociations(java.lang.String fromPath, java.lang.String toPath)
          Method to copy associations for a given path to a new path.
 void CommentsDAO.copyComments(ResourceImpl sourceResource, ResourceImpl targetResource)
          Method to copy comments.
 void RatingsDAO.copyRatings(ResourceImpl fromResource, ResourceImpl toResource)
          Method to copy ratings.
 void TagsDAO.copyTags(ResourceImpl fromResource, ResourceImpl toResource)
          Method to copy tags.
 void ResourceDAO.createAndApplyResourceID(java.lang.String path, ResourceIDImpl parentID, ResourceImpl resourceImpl)
          The method to create a resource id and assign to resource instance
 ResourceIDImpl ResourceDAO.createResourceID(java.lang.String path, ResourceIDImpl parentID, boolean isCollection)
          Create a resource ID for a path given the parent resource id and whether it is a collection or not.
 long ResourceVersionDAO.createSnapshot(int pathId, java.lang.String name, java.io.InputStream versionsStream)
          Creates a new snapshot of the resource.
 void CommentsDAO.deleteComment(long commentId)
          Method to delete a comment.
 void ResourceDAO.deleteContentStream(int contentID)
          delete the content for a given content id.
 void ResourceDAO.deleteResource(ResourceDO resourceDO)
          Delete the resource provided as a resource DO
 void ResourceDAO.fillChildren(CollectionImpl collection, DataAccessManager dataAccessManager)
          Fill the children for a resource that already filled with meta data.
 void ResourceDAO.fillChildren(CollectionImpl collection, int start, int pageLen)
          Fill the children for a resource that already filled with meta data.
 void ResourceVersionDAO.fillChildren(CollectionImpl collectionImpl, VersionRetriever versionRetriever, int parentVersionIndex, int start, int pageLen, long snapshotID)
          Fill the children for a resource that already filled with meta data.
 void ResourceDAO.fillResource(CollectionImpl collection, int start, int pageLen)
          Fill the children and the properties for a resource that already filled with meta data.
 void ResourceDAO.fillResource(ResourceImpl resourceImpl)
          Fill the content (for non-collection) and the properties for a resource that already filled meta data
 void ResourceDAO.fillResourceContent(ResourceImpl resourceImpl)
          Fill resource content for a given resource implementation.
 void ResourceVersionDAO.fillResourceContentArchived(ResourceImpl resourceImpl)
          Fill the archived content to the resource object.
 void ResourceDAO.fillResourceContentWithNoUpdate(ResourceImpl resourceImpl)
          Fill resource content for a given resource implementation without setting the resource modified flag on.
 void ResourceDAO.fillResourceProperties(ResourceImpl resourceImpl)
          Fill the properties for a resource, this will change the properties modified flag.
 void ResourceDAO.fillResourcePropertiesWithNoUpdate(ResourceImpl resourceImpl)
          Fill the properties for a resource without making the properties modified flag.
 ResourceImpl ResourceDAO.get(ResourceIDImpl resourceID)
          Returns the resource in the given path filled with meta-data and access to the content.
 CollectionImpl ResourceDAO.get(ResourceIDImpl resourceID, int start, int pageLen)
          Return a collection with children only at the range of the intersect of the given range and resource existence range provided the resource id.
 ResourceImpl ResourceVersionDAO.get(ResourceIDImpl resourceID, long snapshotID)
          Returns the resource in the given path filled with meta-data and access to the content.
 CollectionImpl ResourceVersionDAO.get(ResourceIDImpl resourceID, long snapshotID, int start, int pageLen)
          Return a collection with children only at the range of the intersect of the given range and resource existence range provided the resource path.
 ResourceImpl ResourceDAO.get(java.lang.String path)
          Returns the resource in the given path filled with meta-data and access to the content.
 CollectionImpl ResourceDAO.get(java.lang.String path, int start, int pageLen)
          Return a collection with children only at the range of the intersect of the given range and resource existence range provided the resource path.
 Association[] AssociationDAO.getAllAssociations(java.lang.String resourcePath)
          Method to get all association.
 Association[] AssociationDAO.getAllAssociationsForType(java.lang.String resourcePath, java.lang.String associationType)
          Method to get all association of a given type.
 float RatingsDAO.getAverageRating(ResourceImpl resourceImpl)
          Method to get the average rating added to a given resource.
 int ResourceDAO.getChildCount(CollectionImpl collection, DataAccessManager dataAccessManager)
          Method to return a child count of a collection (database connection should also be provided)
 java.util.ArrayList<ResourceIDImpl> ResourceDAO.getChildPathIds(ResourceIDImpl resourceID)
          Get the child path ids of a resource, (should be a collection)
 java.lang.String[] ResourceVersionDAO.getChildPaths(ResourceIDImpl resourceID, VersionRetriever versionRetriever, int parentVersionIndex, int start, int pageLen, long snapshotID, DataAccessManager dataAccessManager)
          Get the child paths of a resource, (should be a collection)
 java.lang.String[] ResourceDAO.getChildren(CollectionImpl collection, int start, int pageLen)
          Get the children of the collection.
 java.lang.String[] ResourceDAO.getChildren(CollectionImpl collection, int start, int pageLen, DataAccessManager dataAccessManager)
          Get the children of the collection.
 Comment CommentsDAO.getComment(long commentID, java.lang.String resourcePath)
          Method to get a comment added to a given resource.
 Comment[] CommentsDAO.getComments(ResourceImpl resource)
          Method to get comments added to a given resource.
 java.io.InputStream ResourceDAO.getContentStream(int contentID)
          Get the content input stream for a given content id.
 java.util.List LogsDAO.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean descending)
          Method to get a list of log entries.
 LogEntry[] LogsDAO.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean descending, DataAccessManager dataAccessManager)
          Method to get a list of log entries.
 LogEntry[] LogsDAO.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean descending, int start, int pageLen, DataAccessManager dataAccessManager)
          Method to get a list of log entries.
 int LogsDAO.getLogsCount(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean descending)
          Method to get the number of log entries available
 java.lang.String ResourceDAO.getPath(int pathId, java.lang.String resourceName, boolean checkExistence)
          Get the path given the path id, resource name and provided whether the resourceExistence should be checked.
 java.lang.String ResourceDAO.getPath(long version)
          Get the path provided the resource version.
 java.lang.String ResourceDAO.getPathFromId(int pathId)
          Get the path from the path id.
 java.util.List TagsDAO.getPathsWithAnyTag(java.lang.String[] tags)
          Method to obtain the list of paths having any of the given tags.
 java.lang.String[] RatingsDAO.getRatedUserNames(ResourceImpl resourceImpl)
          Method to get users who rated the given resource.
 int RatingsDAO.getRateID(ResourceImpl resourceImpl, java.lang.String userID)
          Method to get a id of a rating added to a given resource.
 int RatingsDAO.getRating(ResourceImpl resourceImpl, java.lang.String userID)
          Method to get a rating added to a given resource.
 RatingDO RatingsDAO.getRatingDO(ResourceImpl resourceImpl, java.lang.String userID)
          Method to get a rating added by the given user to the given resource.
 ResourceDO ResourceDAO.getResourceDO(long version)
          Method to return resourceDO from a version number.
 ResourceDO ResourceDAO.getResourceDO(ResourceIDImpl resourceID)
          Method to get resource from resource id.
 ResourceIDImpl ResourceDAO.getResourceID(java.lang.String path)
          Returns the resource ID (RID) of the resource referred by the given path.
 ResourceIDImpl ResourceDAO.getResourceID(java.lang.String path, boolean isCollection)
          Returns the resource ID (RID) of the resource referred by the given path.
 ResourceImpl ResourceDAO.getResourceMetaData(ResourceIDImpl resourceID)
          Method to return the resource meta data (excluding properties, content and children)
 ResourceImpl ResourceDAO.getResourceMetaData(java.lang.String path)
          Method to return the resource meta data (excluding properties, content and children)
 RatingDO[] RatingsDAO.getResourceRatingDO(ResourceImpl resourceImpl)
          Method to get ratings added by all users to the given resource.
 ResourceImpl CommentsDAO.getResourceWithMinimumData(java.lang.String path)
          Gets the resource with sufficient data to differentiate it from another resource.
 ResourceImpl RatingsDAO.getResourceWithMinimumData(java.lang.String path)
          Gets the resource with sufficient data to differentiate it from another resource.
 ResourceImpl TagsDAO.getResourceWithMinimumData(java.lang.String path)
          Gets the resource with sufficient data to differentiate it from another resource.
 ResourceImpl ResourceDAO.getResourceWithNoUpdate(ResourceIDImpl resourceID)
          Method to get resource without setting the resource modified flags on.
 java.lang.Long[] ResourceVersionDAO.getSnapshotIDs(java.lang.String resourcePath)
          Get the identifiers of the snapshots created for a given path.
 long TagsDAO.getTagCount(ResourceImpl resourceImpl, java.lang.String tag)
          Method to get the number of tags added to the given resource, by the given name.
 java.util.List<TaggingDO> TagsDAO.getTagDOs(ResourceImpl resourceImpl)
          Method to get the data objects of tags added to the given resource.
 TaggingDO TagsDAO.getTagging(long taggingID)
          Method to get a tagging by the given id.
 TaggingDO[] TagsDAO.getTagging(ResourceImpl resource)
          Method to get all taggings added to a given resource.
 TaggingDO[] TagsDAO.getTagging(ResourceImpl resource, java.lang.String tag, java.lang.String userID)
          Method to get a tagging added to a given resource by the given user.
 java.lang.String[] TagsDAO.getTags(ResourceImpl resourceImpl)
          Method to get the names of tags added to the given resource.
 Tag[] TagsDAO.getTagsWithCount(ResourceImpl resourceImpl)
          Method to get tags added to the given resource, along with the count.
 long ResourceDAO.getVersion(ResourceIDImpl resourceID)
          Method to return the version of a resource from resourceID
 VersionRetriever ResourceVersionDAO.getVersionList(long snapshotID)
          Creates version retriever that can be used to get the list of versions of a given snapshot, which includes the versions of the children.
 VersionRetriever ResourceVersionDAO.getVersionList(ResourceIDImpl resourceID, long snapshotID)
          Creates version retriever that can be used to get the list of versions of a given snapshot, which includes the versions of the children if this was a collection.
 boolean ResourceVersionDAO.isContentHistoryExist(int contentId)
          Check whether the content is already in the history.
 boolean ResourceVersionDAO.isResourceHistoryExist(long version)
          Check whether the resource is already in the history with the give version
 boolean ResourceVersionDAO.isResourceHistoryExist(ResourceIDImpl resourceID)
          Check whether the resource is already in the history with the give resourceID
 boolean ResourceVersionDAO.isResourceHistoryExist(java.lang.String path)
          Check whether the resource is already in the history with the give path
 void CommentsDAO.moveCommentPaths(ResourceIDImpl source, ResourceIDImpl target)
          Method to move comment paths.
 void CommentsDAO.moveComments(ResourceIDImpl source, ResourceIDImpl target)
          Method to move comments.
 void ResourceDAO.moveProperties(ResourceIDImpl source, ResourceIDImpl target)
          Move the properties.
 void ResourceDAO.movePropertyPaths(ResourceIDImpl source, ResourceIDImpl target)
          this function will move the paths from one path id to another regardless of the resource name
 void RatingsDAO.moveRatingPaths(ResourceIDImpl source, ResourceIDImpl target)
          Method to move rating paths.
 void RatingsDAO.moveRatings(ResourceIDImpl source, ResourceIDImpl target)
          Method to move ratings.
 void ResourceDAO.moveResourcePaths(ResourceIDImpl source, ResourceIDImpl target)
          This method will move the paths from one path id to another regardless of the resource name
 void ResourceDAO.moveResources(ResourceIDImpl source, ResourceIDImpl target)
          Move resource provided the source and target resource ids.
 void TagsDAO.moveTagPaths(ResourceIDImpl source, ResourceIDImpl target)
          Method to move tag paths.
 void TagsDAO.moveTags(ResourceIDImpl source, ResourceIDImpl target)
          Method to move tags.
 void ResourceVersionDAO.putResourceToHistory(ResourceDO resourceDO)
          Method to Archive Resource.
 void AssociationDAO.removeAllAssociations(java.lang.String resourcePath)
          Method to remove all associations for a given path.
 void AssociationDAO.removeAssociation(java.lang.String sourcePath, java.lang.String targetPath, java.lang.String associationType)
          Method to remove an association.
 void CommentsDAO.removeComments(ResourceImpl resource)
          Method to remove all comments added to a resource.
 void ResourceDAO.removeProperties(ResourceDO resourceDO)
          Remove properties of a resource.
 void RatingsDAO.removeRatings(ResourceImpl resourceImpl)
          Method to remove all ratings added to a resource.
 void TagsDAO.removeTags(ResourceImpl resource)
          Removes all tags added to the given resource by user with the given id.
 void TagsDAO.removeTags(ResourceImpl resource, java.lang.String tag)
          Removes a tag by the given name added to the given resource by any user.
 void TagsDAO.removeTags(ResourceImpl resource, java.lang.String tag, java.lang.String userID)
          Removes a tag by the given name added to the given resource by user with the given id.
 void AssociationDAO.replaceAssociations(java.lang.String oldPath, java.lang.String newPath)
          Method to replace all associations, when moving or renaming a resource.
 boolean ResourceDAO.resourceExists(ResourceIDImpl resourceID)
          Method to check the whether a resource in the provided resource id exist or not.
 boolean ResourceVersionDAO.resourceExists(ResourceIDImpl resourceID, long snapshotID)
          Method to check the resource existence for a given path.
 boolean ResourceDAO.resourceExists(java.lang.String path)
          Method to check the resource existence for a given path.
 boolean ResourceDAO.resourceExists(java.lang.String path, boolean isCollection)
          Method to check the resource existence for a given path provided the resource is collection or not.
 java.lang.String ResourceVersionDAO.restoreResources(long version, long snapshotID)
          Restore the resource to the given version.
 void LogsDAO.saveLogBatch(LogRecord[] logRecords)
          Save batch of log records
 boolean TagsDAO.taggingExists(java.lang.String tagName, ResourceImpl resourceImpl, java.lang.String userID)
          Method to determine whether the given tag exists.
 void ResourceDAO.update(ResourceImpl resourceImpl)
          Save the updates of a given resource.
 void ResourceDAO.updateCollectionLastUpdatedTime(ResourceIDImpl resourceID)
          Update the last updated time of a resource, This is called to update the parent's last updated time when a child is created, deleted or moved out/in, copy in.
 void CommentsDAO.updateComment(long commentId, java.lang.String text)
          Method to update a comment.
 void ResourceDAO.updateContentId(ResourceImpl resourceImpl)
          Update the content id of a resource, Normally this should be called after calling addResourceWithoutContentId is called.
 void RatingsDAO.updateRating(ResourceImpl resourceImpl, int rateID, int rating)
          Method to update a rating added to a resource.
 void ResourceVersionDAO.versionResource(ResourceDO resourceDO, boolean keepProperties)
          Create a version of the given resource.
 

Uses of RegistryException in org.wso2.carbon.registry.core.dataaccess
 

Methods in org.wso2.carbon.registry.core.dataaccess that throw RegistryException
 void TransactionManager.beginTransaction()
          Start a new transaction
 void TransactionManager.commitTransaction()
          Commit the currently active transaction
 void DataAccessManager.createDatabase()
          Method to create the database for the registry.
 Collection QueryProcessor.executeQuery(Registry registry, Resource query, java.util.Map parameters)
          This method will be called when a query of a registered type is executed.
 void ClusterLock.init(DataAccessManager dataAccessManager, java.lang.String clusterLockTableStatement)
          Initializes the Node Group Lock Object.
 void ClusterLock.lock(java.lang.String lockName)
          Creates a lock by the given name
 void TransactionManager.rollbackTransaction()
          Rollback the currently active transaction
 void ClusterLock.unlock(java.lang.String lockName)
          Unlocks a named lock.
 

Uses of RegistryException in org.wso2.carbon.registry.core.exceptions
 

Subclasses of RegistryException in org.wso2.carbon.registry.core.exceptions
 class ConcurrentModificationException
          This is thrown when a requested resource is concurrently updated, by two users.
 class ResourceNotFoundException
          This is thrown when a requested resource cannot be located in the Registry.
 

Uses of RegistryException in org.wso2.carbon.registry.core.internal
 

Methods in org.wso2.carbon.registry.core.internal that throw RegistryException
 void RegistryCoreServiceComponent.registerBuiltInHandlers(RegistryService registryService)
          Method to register built-in handlers.
 

Uses of RegistryException in org.wso2.carbon.registry.core.jdbc
 

Methods in org.wso2.carbon.registry.core.jdbc that throw RegistryException
 boolean EmbeddedRegistry.addAspect(java.lang.String name, Aspect aspect)
           
 void EmbeddedRegistry.addAssociation(java.lang.String sourcePath, java.lang.String targetPath, java.lang.String associationType)
           
 java.lang.String EmbeddedRegistry.addComment(java.lang.String resourcePath, Comment comment)
           
 void VersionRepository.addDescendants(ResourceIDImpl resourceID, java.util.ArrayList<java.lang.Long> versionList, boolean isRenewing, boolean keepProperties)
          Here the versions of the descendants of the resource is added to the versionList array.
 void EmbeddedRegistry.applyTag(java.lang.String resourcePath, java.lang.String tag)
           
 void EmbeddedRegistry.associateAspect(java.lang.String resourcePath, java.lang.String aspectName)
           
 void EmbeddedRegistry.beginTransaction()
           
 void EmbeddedRegistry.commitTransaction()
           
 void EmbeddedRegistry.configure(DataAccessManager dataAccessManager, org.wso2.carbon.user.core.service.RealmService realmService)
          Configures and initiates the Embedded registry with a (new) data source and a realm.
protected  void EmbeddedRegistryService.configure(org.wso2.carbon.user.core.service.RealmService realmService)
          Method to configure the embedded registry service.
 java.lang.String RecursionRepository.copy(ResourcePath sourceResourcePath, ResourcePath targetResourcePath)
          Method to do a copy from source to target.
 java.lang.String Repository.copy(ResourcePath sourceResourcePath, ResourcePath targetResourcePath)
          Method to copy a resource from source to target.
 java.lang.String EmbeddedRegistry.copy(java.lang.String sourcePath, java.lang.String targetPath)
           
 void EmbeddedRegistry.createLink(java.lang.String path, java.lang.String target)
           
 void EmbeddedRegistry.createLink(java.lang.String path, java.lang.String target, java.lang.String targetSubPath)
           
 void VersionRepository.createSnapshot(Resource resource, boolean isRenewing, boolean keepProperties)
          Method used to create a snapshot of a given resource.
 void VersionRepository.createSnapshot(ResourcePath resourcePath, boolean isRenewing, boolean keepProperties)
          Method used to create a snapshot of a given resource.
 void EmbeddedRegistry.createVersion(java.lang.String path)
           
 void EmbeddedRegistry.delete(java.lang.String path)
           
 void Repository.delete(java.lang.String path)
          Deletes the pure resource referred by the path.
 void Repository.deleteNode(ResourceIDImpl resourceID, ResourceDO resourceDO, boolean keepAuthorization)
          Method to delete just the node in the collection hierarchy.
 void RecursionRepository.deleteSubTree(ResourceIDImpl resourceID, ResourceDO resourceDO, boolean keepAuthorization)
          Method to delete a sub tree of the collection hierarchy.
 void Repository.deleteSubTree(ResourceIDImpl resourceID, ResourceDO resourceDO, boolean keepAuthorization)
          Method to delete a sub tree of the collection hierarchy.
 void EmbeddedRegistry.dump(java.lang.String path, java.io.Writer writer)
           
 void Repository.dump(java.lang.String path, java.io.Writer writer)
          Method to do a dump.
 void RecursionRepository.dumpRecursively(java.lang.String path, java.io.Writer writer)
          Method to dump a tree of resources recursively.
 void EmbeddedRegistry.editComment(java.lang.String commentPath, java.lang.String text)
           
 Collection EmbeddedRegistry.executeQuery(java.lang.String path, java.util.Map parameters)
           
 Resource EmbeddedRegistry.get(java.lang.String path)
           
 Resource Repository.get(java.lang.String path)
          Gets the pure resource referred by the given path.
 Collection EmbeddedRegistry.get(java.lang.String path, int start, int pageSize)
           
 Collection Repository.get(java.lang.String path, int start, int pageLen)
          Method to get a paged collection.
 Resource VersionRepository.get(VersionedPath versionedPath)
          Gets the pure resource referred by the given path.
 Collection VersionRepository.get(VersionedPath versionedPath, int start, int pageLen)
          Method to get a paged collection.
 Association[] EmbeddedRegistry.getAllAssociations(java.lang.String resourcePath)
           
 java.lang.String[] EmbeddedRegistry.getAspectActions(java.lang.String resourcePath, java.lang.String aspectName)
           
 Association[] EmbeddedRegistry.getAssociations(java.lang.String resourcePath, java.lang.String associationType)
           
 float EmbeddedRegistry.getAverageRating(java.lang.String path)
           
 Comment[] EmbeddedRegistry.getComments(java.lang.String path)
           
 UserRegistry EmbeddedRegistryService.getConfigSystemRegistry()
           
 UserRegistry EmbeddedRegistryService.getConfigSystemRegistry(int tenantId)
           
 UserRegistry EmbeddedRegistryService.getConfigUserRegistry()
           
 UserRegistry EmbeddedRegistryService.getConfigUserRegistry(java.lang.String userName)
           
 UserRegistry EmbeddedRegistryService.getConfigUserRegistry(java.lang.String userName, int tenantId)
           
 UserRegistry EmbeddedRegistryService.getConfigUserRegistry(java.lang.String userName, java.lang.String password)
           
 UserRegistry EmbeddedRegistryService.getConfigUserRegistry(java.lang.String userName, java.lang.String password, int tenantId)
           
 java.lang.String EmbeddedRegistry.getEventingServiceURL(java.lang.String path)
           
 UserRegistry EmbeddedRegistryService.getGovernanceSystemRegistry()
           
 UserRegistry EmbeddedRegistryService.getGovernanceSystemRegistry(int tenantId)
           
 UserRegistry EmbeddedRegistryService.getGovernanceUserRegistry()
           
 UserRegistry EmbeddedRegistryService.getGovernanceUserRegistry(java.lang.String userName)
           
 UserRegistry EmbeddedRegistryService.getGovernanceUserRegistry(java.lang.String userName, int tenantId)
           
 UserRegistry EmbeddedRegistryService.getGovernanceUserRegistry(java.lang.String userName, java.lang.String password)
           
 UserRegistry EmbeddedRegistryService.getGovernanceUserRegistry(java.lang.String userName, java.lang.String password, int tenantId)
           
 UserRegistry EmbeddedRegistryService.getLocalRepository()
           
 UserRegistry EmbeddedRegistryService.getLocalRepository(int tenantId)
           
 LogEntryCollection EmbeddedRegistry.getLogCollection(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean recentFirst)
           
 LogEntry[] EmbeddedRegistry.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean recentFirst)
           
 Resource EmbeddedRegistry.getMetaData(java.lang.String path)
           
 Resource Repository.getMetaData(java.lang.String path)
          Gets the meta data of resource referred by the given path.
 Resource VersionRepository.getMetaData(VersionedPath versionedPath)
          Gets the meta data of resource referred by the given path.
 int EmbeddedRegistry.getRating(java.lang.String path, java.lang.String userName)
           
 UserRegistry EmbeddedRegistryService.getRegistry()
           
 UserRegistry EmbeddedRegistryService.getRegistry(java.lang.String userName)
           
 UserRegistry EmbeddedRegistryService.getRegistry(java.lang.String userName, int tenantId)
           
 UserRegistry EmbeddedRegistryService.getRegistry(java.lang.String userName, int tenantId, java.lang.String chroot)
           
 UserRegistry EmbeddedRegistryService.getRegistry(java.lang.String userName, java.lang.String password)
           
 UserRegistry EmbeddedRegistryService.getRegistry(java.lang.String userName, java.lang.String password, int tenantId)
           
 UserRegistry EmbeddedRegistryService.getRegistry(java.lang.String userName, java.lang.String password, int tenantId, java.lang.String chroot)
           
 TaggedResourcePath[] EmbeddedRegistry.getResourcePathsWithTag(java.lang.String tag)
           
 UserRegistry EmbeddedRegistryService.getSystemRegistry()
          Returns a registry to be used for system operations.
 UserRegistry EmbeddedRegistryService.getSystemRegistry(int tenantId)
          Returns a registry to be used for system operations.
 UserRegistry EmbeddedRegistryService.getSystemRegistry(int tenantId, java.lang.String chroot)
          Returns a registry to be used for system operations.
 Tag[] EmbeddedRegistry.getTags(java.lang.String path)
           
 org.wso2.carbon.user.core.UserRealm EmbeddedRegistryService.getUserRealm(int tenantId)
           
 UserRegistry EmbeddedRegistryService.getUserRegistry()
          Creates a UserRegistry instance for anonymous user.
 UserRegistry EmbeddedRegistryService.getUserRegistry(java.lang.String userName)
          Creates a UserRegistry instance for the given user.
 UserRegistry EmbeddedRegistryService.getUserRegistry(java.lang.String userName, int tenantId)
          Creates a UserRegistry instance for the given user.
 UserRegistry EmbeddedRegistryService.getUserRegistry(java.lang.String userName, int tenantId, java.lang.String chroot)
          Creates a UserRegistry instance for the given user.
 UserRegistry EmbeddedRegistryService.getUserRegistry(java.lang.String userName, java.lang.String password)
          Creates UserRegistry instances for normal users.
 UserRegistry EmbeddedRegistryService.getUserRegistry(java.lang.String userName, java.lang.String password, int tenantId)
          Creates UserRegistry instances for normal users.
 UserRegistry EmbeddedRegistryService.getUserRegistry(java.lang.String userName, java.lang.String password, int tenantId, java.lang.String chroot)
          Creates UserRegistry instances for normal users.
 java.lang.String[] EmbeddedRegistry.getVersions(java.lang.String path)
           
 java.lang.String[] VersionRepository.getVersions(java.lang.String resourcePath)
          Method to obtain a list of versioned paths.
 java.lang.String EmbeddedRegistry.importResource(java.lang.String suggestedPath, java.lang.String sourceURL, Resource metaResource)
           
 java.lang.String Repository.importResource(java.lang.String path, java.lang.String sourceURL, Resource metaResource)
          Creates a resource with the content imported from the source URL and meta data extracted from the given meta data resource instance.
 void EmbeddedRegistry.invokeAspect(java.lang.String resourcePath, java.lang.String aspectName, java.lang.String action)
           
 void EmbeddedRegistry.invokeAspect(java.lang.String resourcePath, java.lang.String aspectName, java.lang.String action, java.util.Map<java.lang.String,java.lang.String> parameters)
           
 java.lang.String Repository.move(ResourcePath oldResourcePath, java.lang.String newPath)
          Moves the resource at oldPath to the newPath.
 java.lang.String EmbeddedRegistry.move(java.lang.String currentPath, java.lang.String newPath)
           
 java.lang.String RecursionRepository.moveRecursively(ResourceIDImpl sourceID, java.lang.String targetPath, ResourceIDImpl targetParentResourceID)
          Method to do a recursive move operation.
 java.lang.String Repository.moveRecursively(ResourceIDImpl sourceID, java.lang.String targetPath, ResourceIDImpl targetParentResourceID)
          Method to do a recursive move.
 Collection EmbeddedRegistry.newCollection()
           
 Resource EmbeddedRegistry.newResource()
           
 void Repository.prepareDumpRestore(java.lang.String path)
          This will delete only the current resource, keeps the authorizations.
 void Repository.prepareVersionRestore(java.lang.String path)
          This will delete the entire resource, except it keeps the authorizations.
 java.lang.String EmbeddedRegistry.put(java.lang.String suggestedPath, Resource resource)
           
 void Repository.put(java.lang.String path, Resource resource)
          Adds or updates the resource in the given path with the given resource.
 void EmbeddedRegistry.rateResource(java.lang.String resourcePath, int rating)
           
 boolean EmbeddedRegistry.removeAspect(java.lang.String name)
           
 void EmbeddedRegistry.removeAssociation(java.lang.String sourcePath, java.lang.String targetPath, java.lang.String associationType)
           
 void EmbeddedRegistry.removeComment(java.lang.String commentPath)
           
 void EmbeddedRegistry.removeLink(java.lang.String path)
           
 void EmbeddedRegistry.removeTag(java.lang.String path, java.lang.String tag)
           
 java.lang.String Repository.rename(ResourcePath oldResourcePath, java.lang.String newName)
          Renames the resource at oldPath with the given newName.
 java.lang.String EmbeddedRegistry.rename(java.lang.String currentPath, java.lang.String newName)
           
 boolean EmbeddedRegistry.resourceExists(java.lang.String path)
           
 boolean Repository.resourceExists(java.lang.String path)
          Checks if a pure resource exists in the given path.
 boolean VersionRepository.resourceExists(VersionedPath versionedPath)
          Checks if a pure resource exists in the given path.
 void EmbeddedRegistry.restore(java.lang.String path, java.io.Reader reader)
           
 void Repository.restore(java.lang.String path, java.io.Reader reader)
          Method to restore a dump.
 void RecursionRepository.restoreRecursively(java.lang.String path, java.io.Reader reader)
          Method to restore a tree of resource recursively.
 void VersionRepository.restoreVersion(ResourcePath resourcePath)
          Method to restore a version.
 void EmbeddedRegistry.restoreVersion(java.lang.String versionPath)
           
 void EmbeddedRegistry.rollbackTransaction()
           
 Collection EmbeddedRegistry.searchContent(java.lang.String keywords)
           
 void EmbeddedRegistry.setEventingServiceURL(java.lang.String path, java.lang.String eventingServiceURL)
           
 

Constructors in org.wso2.carbon.registry.core.jdbc that throw RegistryException
EmbeddedRegistry(RegistryContext registryContext, org.wso2.carbon.user.core.service.RealmService realmService)
          Constructs a Embedded registry to be used with secure registries.
EmbeddedRegistryService(RegistryContext context)
          Instantiates the EmbeddedRegistry using the configuration given in the context and the given UserRealm.
InMemoryEmbeddedRegistry()
          Creates an in-memory H2 database based registry without the support for authentication and authorization.
InMemoryEmbeddedRegistryService()
          Default constructor
InMemoryEmbeddedRegistryService(java.io.InputStream configStream)
          This constructor can be used to create a registry service by providing a registry.xml config file as a stream
 

Uses of RegistryException in org.wso2.carbon.registry.core.jdbc.dao
 

Methods in org.wso2.carbon.registry.core.jdbc.dao that throw RegistryException
 void JDBCResourceDAO.add(java.lang.String path, ResourceIDImpl parentID, ResourceImpl resourceImpl)
           
 void JDBCAssociationDAO.addAssociation(java.lang.String sourcePath, java.lang.String targetPath, java.lang.String associationType)
           
 int JDBCCommentsVersionDAO.addComment(ResourceImpl resource, java.lang.String userID, Comment comment)
          Method to persist a comment.
 int JDBCCommentsDAO.addComment(ResourceImpl resource, java.lang.String userID, Comment comment)
           
 void JDBCCommentsVersionDAO.addComments(ResourceImpl resource, CommentDO[] commentDOs)
          Method to persist comments.
 void JDBCCommentsDAO.addComments(ResourceImpl resource, CommentDO[] commentDOs)
           
 void JDBCResourceDAO.addContent(ResourceImpl resourceImpl)
           
 int JDBCResourceDAO.addContentBytes(java.io.InputStream contentStream)
           
 int JDBCPathCache.addEntry(java.lang.String path, int parentPathId)
          Method to add resource path entry to the database.
 void JDBCResourceDAO.addProperties(ResourceImpl resource)
           
 void JDBCRatingsDAO.addRating(ResourceImpl resourceImpl, java.lang.String userID, int rating)
           
 void JDBCRatingsVersionDAO.addRating(ResourceImpl resourceImpl, java.lang.String userID, int rating)
          Method to persist a rating.
 void JDBCRatingsDAO.addRatings(ResourceImpl resource, RatingDO[] ratingDOs)
           
 void JDBCResourceDAO.addResource(ResourceImpl resourceImpl, boolean isUpdatingExisting)
           
 void JDBCResourceDAO.addResourceDO(ResourceDO resourceDO)
           
 void JDBCResourceDAO.addResourceWithNoUpdate(ResourceImpl resourceImpl)
           
 void JDBCResourceDAO.addResourceWithoutContentId(ResourceImpl resourceImpl, boolean isUpdatingExisting)
           
 void JDBCResourceDAO.addRoot(ResourceImpl resourceImpl)
           
 void JDBCTagsDAO.addTagging(java.lang.String tagName, ResourceImpl resource, java.lang.String userID)
           
 void JDBCTagsVersionDAO.addTagging(java.lang.String tagName, ResourceImpl resource, java.lang.String userID)
          Method to persist a tag.
 void JDBCTagsDAO.addTaggings(ResourceImpl resource, TaggingDO[] taggingDOs)
           
 void JDBCTagsVersionDAO.addTaggings(ResourceImpl resource, TaggingDO[] taggingDOs)
          Method to persist tags.
 void JDBCAssociationDAO.copyAssociations(java.lang.String fromPath, java.lang.String toPath)
           
 void JDBCCommentsVersionDAO.copyComments(ResourceImpl sourceResource, ResourceImpl targetResource)
          Method to copy comments.
 void JDBCCommentsDAO.copyComments(ResourceImpl sourceResource, ResourceImpl targetResource)
           
 void JDBCRatingsDAO.copyRatings(ResourceImpl fromResource, ResourceImpl toResource)
           
 void JDBCRatingsVersionDAO.copyRatings(ResourceImpl fromResource, ResourceImpl toResource)
          Method to copy ratings.
 void JDBCTagsDAO.copyTags(ResourceImpl fromResource, ResourceImpl toResource)
           
 void JDBCTagsVersionDAO.copyTags(ResourceImpl fromResource, ResourceImpl toResource)
          Method to copy tags.
 void JDBCResourceDAO.createAndApplyResourceID(java.lang.String path, ResourceIDImpl parentID, ResourceImpl resourceImpl)
           
 ResourceIDImpl JDBCResourceDAO.createResourceID(java.lang.String path, ResourceIDImpl parentID, boolean isCollection)
           
 long JDBCResourceVersionDAO.createSnapshot(int pathId, java.lang.String name, java.io.InputStream versionsStream)
           
 void JDBCCommentsDAO.deleteComment(long commentId)
           
 void JDBCResourceDAO.deleteContentStream(int contentID)
           
 void JDBCResourceDAO.deleteResource(ResourceDO resourceDO)
           
 void JDBCResourceDAO.fillChildren(CollectionImpl collection, DataAccessManager dataAccessManager)
           
 void JDBCResourceDAO.fillChildren(CollectionImpl collection, int start, int pageLen)
           
 void JDBCResourceDAO.fillChildren(CollectionImpl collection, int start, int pageLen, java.sql.Connection conn)
          Fill the children for a resource that already filled with meta data.
 void JDBCResourceVersionDAO.fillChildren(CollectionImpl collectionImpl, VersionRetriever versionRetriever, int parentVersionIndex, int start, int pageLen, long snapshotID)
           
 void JDBCResourceDAO.fillResource(CollectionImpl collection, int start, int pageLen)
           
 void JDBCResourceDAO.fillResource(ResourceImpl resourceImpl)
           
 void JDBCResourceDAO.fillResourceContent(ResourceImpl resourceImpl)
           
 void JDBCResourceVersionDAO.fillResourceContentArchived(ResourceImpl resourceImpl)
           
 void JDBCResourceDAO.fillResourceContentWithNoUpdate(ResourceImpl resourceImpl)
           
 void JDBCResourceDAO.fillResourceProperties(ResourceImpl resourceImpl)
           
 void JDBCResourceDAO.fillResourcePropertiesWithNoUpdate(ResourceImpl resourceImpl)
           
 ResourceImpl JDBCResourceDAO.get(ResourceIDImpl resourceID)
           
 CollectionImpl JDBCResourceDAO.get(ResourceIDImpl resourceID, int start, int pageLen)
           
 ResourceImpl JDBCResourceVersionDAO.get(ResourceIDImpl resourceID, long snapshotID)
           
 CollectionImpl JDBCResourceVersionDAO.get(ResourceIDImpl resourceID, long snapshotID, int start, int pageLen)
           
 ResourceImpl JDBCResourceDAO.get(java.lang.String path)
           
 CollectionImpl JDBCResourceDAO.get(java.lang.String path, int start, int pageLen)
           
 Association[] JDBCAssociationDAO.getAllAssociations(java.lang.String resourcePath)
           
 Association[] JDBCAssociationDAO.getAllAssociationsForType(java.lang.String resourcePath, java.lang.String associationType)
           
 float JDBCRatingsDAO.getAverageRating(ResourceImpl resourceImpl)
           
 float JDBCRatingsVersionDAO.getAverageRating(ResourceImpl resourceImpl)
          Method to get the average rating added to a given resource.
 int JDBCResourceDAO.getChildCount(CollectionImpl collection, java.sql.Connection conn)
          Method to return a child count of a collection (database connection should also be provided)
 int JDBCResourceDAO.getChildCount(CollectionImpl collection, DataAccessManager dataAccessManager)
           
 int JDBCResourceVersionDAO.getChildCount(java.lang.String resourceID, long versionNumber, java.sql.Connection conn)
          Method to return a child count of a collection (database connection should also be provided)
 java.util.ArrayList<ResourceIDImpl> JDBCResourceDAO.getChildPathIds(ResourceIDImpl resourceID)
           
 java.lang.String[] JDBCResourceVersionDAO.getChildPaths(ResourceIDImpl resourceID, VersionRetriever versionRetriever, int parentVersionIndex, int start, int pageLen, long snapshotID, java.sql.Connection conn)
          Get the child paths of a resource, (should be a collection)
 java.lang.String[] JDBCResourceVersionDAO.getChildPaths(ResourceIDImpl resourceID, VersionRetriever versionRetriever, int parentVersionIndex, int start, int pageLen, long snapshotID, DataAccessManager dataAccessManager)
           
 java.lang.String[] JDBCResourceDAO.getChildren(CollectionImpl collection, int start, int pageLen)
           
 java.lang.String[] JDBCResourceDAO.getChildren(CollectionImpl collection, int start, int pageLen, java.sql.Connection conn)
          Get the children of the collection.
 java.lang.String[] JDBCResourceDAO.getChildren(CollectionImpl collection, int start, int pageLen, DataAccessManager dataAccessManager)
           
 Comment JDBCCommentsDAO.getComment(long commentID, java.lang.String resourcePath)
           
 Comment[] JDBCCommentsVersionDAO.getComments(ResourceImpl resource)
          Method to get comments added to a given resource.
 Comment[] JDBCCommentsDAO.getComments(ResourceImpl resource)
           
 java.io.InputStream JDBCResourceDAO.getContentStream(int contentID)
           
 java.util.List JDBCLogsDAO.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean descending)
           
 LogEntry[] JDBCLogsDAO.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean descending, DataAccessManager dataAccessManager)
           
 LogEntry[] JDBCLogsDAO.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean descending, int start, int pageLen, DataAccessManager dataAccessManager)
           
 int JDBCLogsDAO.getLogsCount(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean descending)
           
 java.lang.String JDBCResourceDAO.getPath(int pathId, java.lang.String resourceName, boolean checkExistence)
           
 java.lang.String JDBCResourceDAO.getPath(long version)
           
 java.lang.String JDBCResourceDAO.getPathFromId(int pathId)
           
 java.util.List JDBCTagsDAO.getPathsWithAnyTag(java.lang.String[] tags)
           
 java.util.List JDBCTagsVersionDAO.getPathsWithAnyTag(java.lang.String[] tags)
          Method to obtain the list of paths having any of the given tags.
 java.lang.String[] JDBCTagsDAO.getPathsWithTag(java.lang.String tag, java.sql.Connection conn)
          Method to get resource paths containing the given tag.
 java.lang.String[] JDBCRatingsDAO.getRatedUserNames(ResourceImpl resourceImpl)
           
 java.lang.String[] JDBCRatingsVersionDAO.getRatedUserNames(ResourceImpl resourceImpl)
          Method to get users who rated the given resource.
 int JDBCRatingsDAO.getRateID(ResourceImpl resourceImpl, java.lang.String userID)
           
 int JDBCRatingsVersionDAO.getRateID(ResourceImpl resourceImpl, java.lang.String userID)
          Method to get a id of a rating added to a given resource.
 RatingDO JDBCRatingsDAO.getRating(long ratingID)
          Method to get a rating corresponding to the given id.
 RatingDO JDBCRatingsVersionDAO.getRating(long ratingID)
          Method to get a rating corresponding to the given id.
 int JDBCRatingsDAO.getRating(ResourceImpl resourceImpl, java.lang.String userID)
           
 RatingDO JDBCRatingsDAO.getRatingDO(ResourceImpl resourceImpl, java.lang.String userID)
           
 RatingDO JDBCRatingsVersionDAO.getRatingDO(ResourceImpl resourceImpl, java.lang.String userID)
          Method to get a rating added by the given user to the given resource.
 ResourceDO JDBCResourceDAO.getResourceDO(long version)
           
 ResourceDO JDBCResourceDAO.getResourceDO(ResourceIDImpl resourceID)
           
 ResourceIDImpl JDBCResourceDAO.getResourceID(java.lang.String path)
           
 ResourceIDImpl JDBCResourceDAO.getResourceID(java.lang.String path, boolean isCollection)
           
 ResourceImpl JDBCResourceDAO.getResourceMetaData(ResourceIDImpl resourceID)
           
 ResourceImpl JDBCResourceDAO.getResourceMetaData(java.lang.String path)
           
 java.lang.String[] JDBCCommentsVersionDAO.getResourcePathsOfComments(java.lang.Long[] commentIDs, java.sql.Connection conn)
          Method to get resource paths of comments.
 java.lang.String[] JDBCCommentsDAO.getResourcePathsOfComments(java.lang.Long[] commentIDs, java.sql.Connection conn)
          Method to get resource paths of comments.
 RatingDO[] JDBCRatingsDAO.getResourceRatingDO(ResourceImpl resourceImpl)
           
 RatingDO[] JDBCRatingsVersionDAO.getResourceRatingDO(ResourceImpl resourceImpl)
          Method to get ratings added by all users to the given resource.
 ResourceImpl JDBCTagsDAO.getResourceWithMinimumData(java.lang.String path)
           
 ResourceImpl JDBCRatingsDAO.getResourceWithMinimumData(java.lang.String path)
           
 ResourceImpl JDBCTagsVersionDAO.getResourceWithMinimumData(java.lang.String path)
          Gets the resource with sufficient data to differentiate it from another resource.
 ResourceImpl JDBCCommentsVersionDAO.getResourceWithMinimumData(java.lang.String path)
          Gets the resource with sufficient data to differentiate it from another resource.
 ResourceImpl JDBCRatingsVersionDAO.getResourceWithMinimumData(java.lang.String path)
          Gets the resource with sufficient data to differentiate it from another resource.
 ResourceImpl JDBCCommentsDAO.getResourceWithMinimumData(java.lang.String path)
           
 ResourceImpl JDBCResourceDAO.getResourceWithNoUpdate(ResourceIDImpl resourceID)
           
 java.lang.Long[] JDBCResourceVersionDAO.getSnapshotIDs(java.lang.String resourcePath)
           
 long JDBCTagsDAO.getTagCount(ResourceImpl resourceImpl, java.lang.String tag)
           
 long JDBCTagsVersionDAO.getTagCount(ResourceImpl resourceImpl, java.lang.String tag)
          Method to get the number of tags added to the given resource, by the given name.
 java.util.List<TaggingDO> JDBCTagsDAO.getTagDOs(ResourceImpl resourceImpl)
           
 java.util.List<TaggingDO> JDBCTagsVersionDAO.getTagDOs(ResourceImpl resourceImpl)
          Method to get the data objects of tags added to the given resource.
 TaggingDO JDBCTagsDAO.getTagging(long taggingID)
           
 TaggingDO JDBCTagsVersionDAO.getTagging(long taggingID)
          Method to get a tagging by the given id.
 TaggingDO[] JDBCTagsDAO.getTagging(ResourceImpl resource)
           
 TaggingDO[] JDBCTagsVersionDAO.getTagging(ResourceImpl resource)
          Method to get all taggings added to a given resource.
 TaggingDO[] JDBCTagsDAO.getTagging(ResourceImpl resource, java.lang.String tag, java.lang.String userID)
           
 TaggingDO[] JDBCTagsVersionDAO.getTagging(ResourceImpl resource, java.lang.String tag, java.lang.String userID)
          Method to get a tagging added to a given resource by the given user.
 java.lang.String[] JDBCTagsDAO.getTags(ResourceImpl resourceImpl)
           
 java.lang.String[] JDBCTagsVersionDAO.getTags(ResourceImpl resourceImpl)
          Method to get the names of tags added to the given resource.
 Tag[] JDBCTagsDAO.getTagsWithCount(ResourceImpl resourceImpl)
           
 Tag[] JDBCTagsVersionDAO.getTagsWithCount(ResourceImpl resourceImpl)
          Method to get tags added to the given resource, along with the count.
 long JDBCResourceDAO.getVersion(ResourceIDImpl resourceID)
           
 VersionRetriever JDBCResourceVersionDAO.getVersionList(long snapshotID)
           
 VersionRetriever JDBCResourceVersionDAO.getVersionList(ResourceIDImpl resourceID, long snapshotID)
           
 boolean JDBCResourceVersionDAO.isContentHistoryExist(int contentId)
           
 boolean JDBCResourceVersionDAO.isResourceHistoryExist(long version)
           
 boolean JDBCResourceVersionDAO.isResourceHistoryExist(ResourceIDImpl resourceID)
           
 boolean JDBCResourceVersionDAO.isResourceHistoryExist(java.lang.String path)
           
 void JDBCCommentsVersionDAO.moveCommentPaths(ResourceIDImpl source, ResourceIDImpl target)
          Method to move comment paths.
 void JDBCCommentsDAO.moveCommentPaths(ResourceIDImpl source, ResourceIDImpl target)
           
 void JDBCCommentsVersionDAO.moveComments(ResourceIDImpl source, ResourceIDImpl target)
          Method to move comments.
 void JDBCCommentsDAO.moveComments(ResourceIDImpl source, ResourceIDImpl target)
           
 void JDBCResourceDAO.moveProperties(ResourceIDImpl source, ResourceIDImpl target)
           
 void JDBCResourceDAO.movePropertyPaths(ResourceIDImpl source, ResourceIDImpl target)
           
 void JDBCRatingsDAO.moveRatingPaths(ResourceIDImpl source, ResourceIDImpl target)
           
 void JDBCRatingsVersionDAO.moveRatingPaths(ResourceIDImpl source, ResourceIDImpl target)
          Method to move rating paths.
 void JDBCRatingsDAO.moveRatings(ResourceIDImpl source, ResourceIDImpl target)
           
 void JDBCRatingsVersionDAO.moveRatings(ResourceIDImpl source, ResourceIDImpl target)
          Method to move ratings.
 void JDBCResourceDAO.moveResourcePaths(ResourceIDImpl source, ResourceIDImpl target)
           
 void JDBCResourceDAO.moveResources(ResourceIDImpl source, ResourceIDImpl target)
           
 void JDBCTagsDAO.moveTagPaths(ResourceIDImpl source, ResourceIDImpl target)
           
 void JDBCTagsVersionDAO.moveTagPaths(ResourceIDImpl source, ResourceIDImpl target)
          Method to move tag paths.
 void JDBCTagsDAO.moveTags(ResourceIDImpl source, ResourceIDImpl target)
           
 void JDBCTagsVersionDAO.moveTags(ResourceIDImpl source, ResourceIDImpl target)
          Method to move tags.
 void JDBCResourceVersionDAO.putResourceToHistory(ResourceDO resourceDO)
           
 void JDBCAssociationDAO.removeAllAssociations(java.lang.String resourcePath)
           
 void JDBCAssociationDAO.removeAssociation(java.lang.String sourcePath, java.lang.String targetPath, java.lang.String associationType)
           
 void JDBCCommentsDAO.removeComments(ResourceImpl resource)
           
 void JDBCResourceDAO.removeProperties(ResourceDO resourceDO)
           
 void JDBCRatingsDAO.removeRatings(ResourceImpl resourceImpl)
           
 void JDBCTagsDAO.removeTags(ResourceImpl resource)
           
 void JDBCTagsDAO.removeTags(ResourceImpl resource, java.lang.String tag)
           
 void JDBCTagsDAO.removeTags(ResourceImpl resource, java.lang.String tag, java.lang.String userID)
           
 void JDBCAssociationDAO.replaceAssociations(java.lang.String oldPath, java.lang.String newPath)
           
 boolean JDBCResourceDAO.resourceExists(ResourceIDImpl resourceID)
           
 boolean JDBCResourceVersionDAO.resourceExists(ResourceIDImpl resourceID, long snapshotID)
           
 boolean JDBCResourceDAO.resourceExists(java.lang.String path)
           
 boolean JDBCResourceDAO.resourceExists(java.lang.String path, boolean isCollection)
           
 java.lang.String JDBCResourceVersionDAO.restoreResources(long version, long snapshotID)
           
 void JDBCLogsDAO.saveLogBatch(LogRecord[] logRecords)
           
 boolean JDBCTagsDAO.taggingExists(java.lang.String tagName, ResourceImpl resourceImpl, java.lang.String userID)
           
 boolean JDBCTagsVersionDAO.taggingExists(java.lang.String tagName, ResourceImpl resourceImpl, java.lang.String userID)
          Method to determine whether the given tag exists.
 void JDBCResourceDAO.update(ResourceImpl resourceImpl)
           
 void JDBCResourceDAO.updateCollectionLastUpdatedTime(ResourceIDImpl resourceID)
           
 void JDBCCommentsDAO.updateComment(long commentId, java.lang.String text)
           
 void JDBCResourceDAO.updateContentId(ResourceImpl resourceImpl)
           
 void JDBCRatingsDAO.updateRating(ResourceImpl resourceImpl, int rateID, int rating)
           
 void JDBCResourceVersionDAO.versionResource(ResourceDO resourceDO, boolean keepProperties)
           
 

Uses of RegistryException in org.wso2.carbon.registry.core.jdbc.dataaccess
 

Methods in org.wso2.carbon.registry.core.jdbc.dataaccess that throw RegistryException
 void JDBCTransactionManager.beginTransaction()
           
 void JDBCTransactionManager.commitTransaction()
           
 void JDBCDataAccessManager.createDatabase()
           
 Collection SQLQueryProcessor.executeQuery(Registry registry, Resource query, java.util.Map parameters)
           
 void JDBCClusterLock.init(DataAccessManager dataAccessManager, java.lang.String clusterLockTableStatement)
           
 void JDBCClusterLock.lock(java.lang.String lockName)
           
 void JDBCTransactionManager.rollbackTransaction()
           
 void JDBCClusterLock.unlock(java.lang.String lockName)
           
 

Constructors in org.wso2.carbon.registry.core.jdbc.dataaccess that throw RegistryException
TenantAwareSQLTransformer(java.lang.String sqlQuery)
          Construct the TenantAwareSQLTransformer for a given query
 

Uses of RegistryException in org.wso2.carbon.registry.core.jdbc.handlers
 

Methods in org.wso2.carbon.registry.core.jdbc.handlers that throw RegistryException
 void HandlerManager.addAssociation(RequestContext requestContext)
          Manages the handler invocations of ADD_ASSOCIATION method.
 void UserDefinedHandlerManager.addAssociation(RequestContext requestContext)
           
 void Handler.addAssociation(RequestContext requestContext)
          Gets called when an Association is added.
 void HandlerLifecycleManager.addAssociation(RequestContext requestContext)
           
 java.lang.String HandlerManager.addComment(RequestContext requestContext)
          Manages the handler invocations of ADD_COMMENT method.
 java.lang.String UserDefinedHandlerManager.addComment(RequestContext requestContext)
           
 java.lang.String Handler.addComment(RequestContext requestContext)
          Gets called when adding a comment.
 java.lang.String HandlerLifecycleManager.addComment(RequestContext requestContext)
           
 void HandlerManager.applyTag(RequestContext requestContext)
          Manages the handler invocations of APPLY_TAG method.
 void UserDefinedHandlerManager.applyTag(RequestContext requestContext)
           
 void Handler.applyTag(RequestContext requestContext)
          Gets called when a tag is applied.
 void HandlerLifecycleManager.applyTag(RequestContext requestContext)
           
 java.lang.String HandlerManager.copy(RequestContext requestContext)
          Manages the handler invocations of COPY method.
 java.lang.String UserDefinedHandlerManager.copy(RequestContext requestContext)
           
 java.lang.String Handler.copy(RequestContext requestContext)
          Copy a resource in the registry.
 java.lang.String HandlerLifecycleManager.copy(RequestContext requestContext)
           
 void HandlerManager.createLink(RequestContext requestContext)
          Manages the handler invocations of CREATE_LINK method.
 void UserDefinedHandlerManager.createLink(RequestContext requestContext)
           
 void Handler.createLink(RequestContext requestContext)
          Create a symbolic link or mount a registry.
 void HandlerLifecycleManager.createLink(RequestContext requestContext)
           
 void HandlerManager.createVersion(RequestContext requestContext)
          Manages the handler invocations of CREATE_VERSION method.
 void UserDefinedHandlerManager.createVersion(RequestContext requestContext)
           
 void Handler.createVersion(RequestContext requestContext)
          Gets called when creating a version.
 void HandlerLifecycleManager.createVersion(RequestContext requestContext)
           
 void HandlerManager.delete(RequestContext requestContext)
          Manages the handler invocations of DELETE method.
 void UserDefinedHandlerManager.delete(RequestContext requestContext)
           
 void Handler.delete(RequestContext requestContext)
          Processes the DELETE action of the media type.
 void HandlerLifecycleManager.delete(RequestContext requestContext)
           
 org.apache.axiom.om.OMElement HandlerManager.dump(RequestContext requestContext)
          Manages the handler invocations of DUMP method.
 org.apache.axiom.om.OMElement UserDefinedHandlerManager.dump(RequestContext requestContext)
           
 void Handler.dump(RequestContext requestContext)
          Gets called when dumping an path
 org.apache.axiom.om.OMElement HandlerLifecycleManager.dump(RequestContext requestContext)
           
 void HandlerManager.editComment(RequestContext requestContext)
          Manages the handler invocations of REMOVE_COMMENT method.
 void UserDefinedHandlerManager.editComment(RequestContext requestContext)
           
 void Handler.editComment(RequestContext requestContext)
          Gets called when editing a comment.
 void HandlerLifecycleManager.editComment(RequestContext requestContext)
           
 Collection HandlerManager.executeQuery(RequestContext requestContext)
          Manages the handler invocations of EXECUTE_QUERY method.
 Collection UserDefinedHandlerManager.executeQuery(RequestContext requestContext)
           
 Collection Handler.executeQuery(RequestContext requestContext)
          Gets called when executing Queries.
 Collection HandlerLifecycleManager.executeQuery(RequestContext requestContext)
           
 Resource HandlerManager.get(RequestContext requestContext)
          Manages the handler invocations of GET method.
 Resource UserDefinedHandlerManager.get(RequestContext requestContext)
           
 Resource Handler.get(RequestContext requestContext)
          Processes the GET action for resource path of the requestContext.
 Resource HandlerLifecycleManager.get(RequestContext requestContext)
           
 Resource UIEnabledHandler.get(RequestContext requestContext)
          Implementation of the Handler.get(org.wso2.carbon.registry.core.jdbc.handlers.RequestContext) method of the Handler class.
 Association[] HandlerManager.getAllAssociations(RequestContext requestContext)
          Manages the handler invocations of GET_ALL_ASSOCIATIONS method.
 Association[] UserDefinedHandlerManager.getAllAssociations(RequestContext requestContext)
           
 Association[] Handler.getAllAssociations(RequestContext requestContext)
          Gets called when getting all Associations.
 Association[] HandlerLifecycleManager.getAllAssociations(RequestContext requestContext)
           
 Association[] HandlerManager.getAssociations(RequestContext requestContext)
          Manages the handler invocations of GET_ASSOCIATIONS method.
 Association[] UserDefinedHandlerManager.getAssociations(RequestContext requestContext)
           
 Association[] Handler.getAssociations(RequestContext requestContext)
          Gets called when getting Associations of given type.
 Association[] HandlerLifecycleManager.getAssociations(RequestContext requestContext)
           
 float HandlerManager.getAverageRating(RequestContext requestContext)
          Manages the handler invocations of GET_AVERAGE_RATING method.
 float UserDefinedHandlerManager.getAverageRating(RequestContext requestContext)
           
 float Handler.getAverageRating(RequestContext requestContext)
          Gets called when getting average rating.
 float HandlerLifecycleManager.getAverageRating(RequestContext requestContext)
           
 Resource UIEnabledHandler.getBrowseView(java.lang.String browseViewKey, RequestContext requestContext)
          Implementations of this method should generate a HTML UI for rendering the resource content and set it as the content of the returned resource.
 Resource XSLTBasedUIEnabledHandler.getBrowseView(java.lang.String viewKey, RequestContext requestContext)
          Deprecated.  
 Comment[] HandlerManager.getComments(RequestContext requestContext)
          Manages the handler invocations of GET_COMMENTS method.
 Comment[] UserDefinedHandlerManager.getComments(RequestContext requestContext)
           
 Comment[] Handler.getComments(RequestContext requestContext)
          Gets called when retrieving comments.
 Comment[] HandlerLifecycleManager.getComments(RequestContext requestContext)
           
 Resource UIEnabledHandler.getEditView(java.lang.String editViewKey, RequestContext requestContext)
          Implementations of this method should generate a HTML UI for editing the resource content and set it as the content of the returned resource.
 Resource XSLTBasedUIEnabledHandler.getEditView(java.lang.String editViewKey, RequestContext requestContext)
          Deprecated.  
 Resource UIEnabledHandler.getNewView(java.lang.String newViewKey, RequestContext requestContext)
          Implementations of this method should generate a HTML UI for creating a new resource content and set it as the content of the returned resource.
 Resource XSLTBasedUIEnabledHandler.getNewView(java.lang.String newViewKey, RequestContext requestContext)
          Deprecated.  
 int HandlerManager.getRating(RequestContext requestContext)
          Manages the handler invocations of GET_RATING method.
 int UserDefinedHandlerManager.getRating(RequestContext requestContext)
           
 int Handler.getRating(RequestContext requestContext)
          Gets called when getting a rating given by a specific user.
 int HandlerLifecycleManager.getRating(RequestContext requestContext)
           
 Resource UIEnabledHandler.getRawResource(RequestContext requestContext)
          Returns a Resource instance specified in the requestContext.
protected  Registry EditProcessor.getRegistry(javax.servlet.http.HttpServletRequest request)
          Obtains an instance of the Registry that the user can work with.
 TaggedResourcePath[] HandlerManager.getResourcePathsWithTag(RequestContext requestContext)
          Manages the handler invocations of GET_RESOURCE_PATHS_WITH_TAG method.
 TaggedResourcePath[] UserDefinedHandlerManager.getResourcePathsWithTag(RequestContext requestContext)
           
 TaggedResourcePath[] Handler.getResourcePathsWithTag(RequestContext requestContext)
          Gets called when getting the resource paths corresponding to the given tag.
 TaggedResourcePath[] HandlerLifecycleManager.getResourcePathsWithTag(RequestContext requestContext)
           
 Registry RequestContext.getSystemRegistry()
          Method to get the System Registry.
 Tag[] HandlerManager.getTags(RequestContext requestContext)
          Manages the handler invocations of GET_TAGS method.
 Tag[] UserDefinedHandlerManager.getTags(RequestContext requestContext)
           
 Tag[] Handler.getTags(RequestContext requestContext)
          Gets called when getting tags.
 Tag[] HandlerLifecycleManager.getTags(RequestContext requestContext)
           
 java.lang.String[] HandlerManager.getVersions(RequestContext requestContext)
          Manages the handler invocations of GET_VERSIONS method.
 java.lang.String[] UserDefinedHandlerManager.getVersions(RequestContext requestContext)
           
 java.lang.String[] Handler.getVersions(RequestContext requestContext)
          Gets called when getting versions.
 java.lang.String[] HandlerLifecycleManager.getVersions(RequestContext requestContext)
           
 void HandlerManager.importChild(RequestContext requestContext)
          Manages the handler invocations of IMPORT_CHILD method.
 void UserDefinedHandlerManager.importChild(RequestContext requestContext)
           
 void Handler.importChild(RequestContext requestContext)
          Invokes when a child resource is imported.
 void HandlerLifecycleManager.importChild(RequestContext requestContext)
           
 java.lang.String HandlerManager.importResource(RequestContext requestContext)
          Manages the handler invocations of IMPORT method.
 java.lang.String UserDefinedHandlerManager.importResource(RequestContext requestContext)
           
 void Handler.importResource(RequestContext requestContext)
          Creates a resource in the given path by fetching the resource content from the given URL.
 java.lang.String HandlerLifecycleManager.importResource(RequestContext requestContext)
           
 void HandlerManager.invokeAspect(RequestContext requestContext)
          Manages the handler invocations of INVOKE_ASPECT method.
 void UserDefinedHandlerManager.invokeAspect(RequestContext requestContext)
           
 void Handler.invokeAspect(RequestContext requestContext)
          Gets called when an Associated Aspect gets invoked.
 void HandlerLifecycleManager.invokeAspect(RequestContext requestContext)
           
 java.lang.String HandlerManager.move(RequestContext requestContext)
          Manages the handler invocations of MOVE method.
 java.lang.String UserDefinedHandlerManager.move(RequestContext requestContext)
           
 java.lang.String Handler.move(RequestContext requestContext)
          Move a resource in the registry.
 java.lang.String HandlerLifecycleManager.move(RequestContext requestContext)
           
 void CustomEditManager.process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Handles edit and new resource requests generated from custom UIs by delegating them to corresponding EditProcessors.
abstract  boolean EditProcessor.processEditContent(java.lang.String path, java.lang.String editViewKey, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Implementations of this method should extract input parameters from edit view and update the resource content.
 boolean TextEditProcessor.processEditContent(java.lang.String path, java.lang.String editViewKey, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Extracts text based user input from a HTML control named "generic-text-input" and sets it as the resource content.
abstract  boolean EditProcessor.processNewContent(java.lang.String parentPath, java.lang.String newViewKey, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Implementations of this method should extract input parameters from new view and create a new resource with that content.
 boolean TextEditProcessor.processNewContent(java.lang.String path, java.lang.String newViewKey, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 java.lang.String HandlerManager.put(RequestContext requestContext)
          Manages the handler invocations of PUT method.
 java.lang.String UserDefinedHandlerManager.put(RequestContext requestContext)
           
 void Handler.put(RequestContext requestContext)
          Processes the PUT action.
 java.lang.String HandlerLifecycleManager.put(RequestContext requestContext)
           
 void HandlerManager.putChild(RequestContext requestContext)
          Manages the handler invocations of PUT_CHILD method.
 void UserDefinedHandlerManager.putChild(RequestContext requestContext)
           
 void Handler.putChild(RequestContext requestContext)
          Invokes when a child resource is added.
 void HandlerLifecycleManager.putChild(RequestContext requestContext)
           
 void HandlerManager.rateResource(RequestContext requestContext)
          Manages the handler invocations of RATE_RESOURCE method.
 void UserDefinedHandlerManager.rateResource(RequestContext requestContext)
           
 void Handler.rateResource(RequestContext requestContext)
          Gets called when rating a resource.
 void HandlerLifecycleManager.rateResource(RequestContext requestContext)
           
 void HandlerManager.removeAssociation(RequestContext requestContext)
          Manages the handler invocations of REMOVE_ASSOCIATION method.
 void UserDefinedHandlerManager.removeAssociation(RequestContext requestContext)
           
 void Handler.removeAssociation(RequestContext requestContext)
          Gets called when an Association is removed.
 void HandlerLifecycleManager.removeAssociation(RequestContext requestContext)
           
 void HandlerManager.removeComment(RequestContext requestContext)
          Manages the handler invocations of EDIT_COMMENT method.
 void UserDefinedHandlerManager.removeComment(RequestContext requestContext)
           
 void Handler.removeComment(RequestContext requestContext)
          Gets called when removing a comment.
 void HandlerLifecycleManager.removeComment(RequestContext requestContext)
           
 void HandlerManager.removeLink(RequestContext requestContext)
          Manages the handler invocations of REMOVE_LINK method.
 void UserDefinedHandlerManager.removeLink(RequestContext requestContext)
           
 void Handler.removeLink(RequestContext requestContext)
          Remove a symbolic link or un-mount a registry.
 void HandlerLifecycleManager.removeLink(RequestContext requestContext)
           
 void HandlerManager.removeTag(RequestContext requestContext)
          Manages the handler invocations of REMOVE_TAG method.
 void UserDefinedHandlerManager.removeTag(RequestContext requestContext)
           
 void Handler.removeTag(RequestContext requestContext)
          Gets called when a tag is removed.
 void HandlerLifecycleManager.removeTag(RequestContext requestContext)
           
 java.lang.String HandlerManager.rename(RequestContext requestContext)
          Manages the handler invocations of RENAME method.
 java.lang.String UserDefinedHandlerManager.rename(RequestContext requestContext)
           
 java.lang.String Handler.rename(RequestContext requestContext)
          Rename a resource in the registry.
 java.lang.String HandlerLifecycleManager.rename(RequestContext requestContext)
           
 boolean HandlerManager.resourceExists(RequestContext requestContext)
          Manages the handler invocations of RESOURCE_EXISTS method.
 boolean UserDefinedHandlerManager.resourceExists(RequestContext requestContext)
           
 boolean Handler.resourceExists(RequestContext requestContext)
          Gets called when searching for existence of resource.
 boolean HandlerLifecycleManager.resourceExists(RequestContext requestContext)
           
 void HandlerManager.restore(RequestContext requestContext)
          Manages the handler invocations of RESTORE method.
 void UserDefinedHandlerManager.restore(RequestContext requestContext)
           
 void Handler.restore(RequestContext requestContext)
          Gets called when restoring a path
 void HandlerLifecycleManager.restore(RequestContext requestContext)
           
 void HandlerManager.restoreVersion(RequestContext requestContext)
          Manages the handler invocations of RESTORE_VERSION method.
 void UserDefinedHandlerManager.restoreVersion(RequestContext requestContext)
           
 void Handler.restoreVersion(RequestContext requestContext)
          Gets called when restoring a version.
 void HandlerLifecycleManager.restoreVersion(RequestContext requestContext)
           
 Collection HandlerManager.searchContent(RequestContext requestContext)
          Manages the handler invocations of SEARCH_CONTENT method.
 Collection UserDefinedHandlerManager.searchContent(RequestContext requestContext)
           
 Collection Handler.searchContent(RequestContext requestContext)
          Gets called when searching for content.
 Collection HandlerLifecycleManager.searchContent(RequestContext requestContext)
           
 void XSLTBasedUIEnabledHandler.setBrowseXSLT(org.apache.axiom.om.OMElement browseElement)
          Deprecated.  
 void XSLTBasedUIEnabledHandler.setEditXSLT(org.apache.axiom.om.OMElement editElement)
          Deprecated.  
 void XSLTBasedUIEnabledHandler.setNewHTML(org.apache.axiom.om.OMElement newElement)
          Deprecated.  
 

Uses of RegistryException in org.wso2.carbon.registry.core.jdbc.handlers.builtin
 

Methods in org.wso2.carbon.registry.core.jdbc.handlers.builtin that throw RegistryException
 void MountHandler.addAssociation(RequestContext requestContext)
           
 void OperationStatisticsHandler.addAssociation(RequestContext requestContext)
           
 void SymLinkHandler.addAssociation(RequestContext requestContext)
           
 void SimulationHandler.addAssociation(RequestContext requestContext)
           
 java.lang.String MountHandler.addComment(RequestContext requestContext)
           
 java.lang.String SymLinkHandler.addComment(RequestContext requestContext)
           
 java.lang.String SimulationHandler.addComment(RequestContext requestContext)
           
 void MountHandler.applyTag(RequestContext requestContext)
           
 void SymLinkHandler.applyTag(RequestContext requestContext)
           
 void SimulationHandler.applyTag(RequestContext requestContext)
           
 java.lang.String MountHandler.copy(RequestContext requestContext)
           
 java.lang.String OperationStatisticsHandler.copy(RequestContext requestContext)
           
 java.lang.String SymLinkHandler.copy(RequestContext requestContext)
           
 java.lang.String SimulationHandler.copy(RequestContext requestContext)
           
 void SimulationHandler.createLink(RequestContext requestContext)
           
 void SimulationHandler.createVersion(RequestContext requestContext)
           
 void MountHandler.delete(RequestContext requestContext)
           
 void OperationStatisticsHandler.delete(RequestContext requestContext)
           
 void SymLinkHandler.delete(RequestContext requestContext)
           
 void CommentURLHandler.delete(RequestContext requestContext)
           
 void SimulationHandler.delete(RequestContext requestContext)
           
 void MountHandler.dump(RequestContext requestContext)
           
 void OperationStatisticsHandler.dump(RequestContext requestContext)
           
 void SimulationHandler.dump(RequestContext requestContext)
           
 void SimulationHandler.editComment(RequestContext requestContext)
           
 Collection MountHandler.executeQuery(RequestContext requestContext)
           
 Collection OperationStatisticsHandler.executeQuery(RequestContext requestContext)
           
 Collection SimulationHandler.executeQuery(RequestContext requestContext)
           
 Resource TagCollectionURLHandler.get(RequestContext requestContext)
          Deprecated.  
 Resource MountHandler.get(RequestContext requestContext)
           
 Resource CommentCollectionURLHandler.get(RequestContext requestContext)
           
 Resource RatingCollectionURLHandler.get(RequestContext requestContext)
           
 Resource RatingURLHandler.get(RequestContext requestContext)
           
 Resource OperationStatisticsHandler.get(RequestContext requestContext)
           
 Resource SymLinkHandler.get(RequestContext requestContext)
           
 Resource CommentURLHandler.get(RequestContext requestContext)
           
 Resource SQLQueryHandler.get(RequestContext requestContext)
           
 Resource SimulationHandler.get(RequestContext requestContext)
           
 Resource TagURLHandler.get(RequestContext requestContext)
           
 Association[] MountHandler.getAllAssociations(RequestContext requestContext)
           
 Association[] OperationStatisticsHandler.getAllAssociations(RequestContext requestContext)
           
 Association[] SymLinkHandler.getAllAssociations(RequestContext requestContext)
           
 Association[] SimulationHandler.getAllAssociations(RequestContext requestContext)
           
 Association[] MountHandler.getAssociations(RequestContext requestContext)
           
 Association[] OperationStatisticsHandler.getAssociations(RequestContext requestContext)
           
 Association[] SymLinkHandler.getAssociations(RequestContext requestContext)
           
 Association[] SimulationHandler.getAssociations(RequestContext requestContext)
           
 float MountHandler.getAverageRating(RequestContext requestContext)
           
 float SymLinkHandler.getAverageRating(RequestContext requestContext)
           
 float SimulationHandler.getAverageRating(RequestContext requestContext)
           
 Comment[] MountHandler.getComments(RequestContext requestContext)
           
 Comment[] SymLinkHandler.getComments(RequestContext requestContext)
           
 Comment[] SimulationHandler.getComments(RequestContext requestContext)
           
 int MountHandler.getRating(RequestContext requestContext)
           
 int SymLinkHandler.getRating(RequestContext requestContext)
           
 int SimulationHandler.getRating(RequestContext requestContext)
           
 TaggedResourcePath[] MountHandler.getResourcePathsWithTag(RequestContext requestContext)
           
 TaggedResourcePath[] SimulationHandler.getResourcePathsWithTag(RequestContext requestContext)
           
 Tag[] MountHandler.getTags(RequestContext requestContext)
           
 Tag[] SymLinkHandler.getTags(RequestContext requestContext)
           
 Tag[] SimulationHandler.getTags(RequestContext requestContext)
           
 java.lang.String[] SimulationHandler.getVersions(RequestContext requestContext)
           
 void SimulationHandler.importChild(RequestContext requestContext)
           
 void MountHandler.importResource(RequestContext requestContext)
           
 void OperationStatisticsHandler.importResource(RequestContext requestContext)
           
 void SymLinkHandler.importResource(RequestContext requestContext)
           
 void SimulationHandler.importResource(RequestContext requestContext)
           
 void SimulationHandler.invokeAspect(RequestContext requestContext)
           
 java.lang.String MountHandler.move(RequestContext requestContext)
           
 java.lang.String RegexBaseRestrictionHandler.move(RequestContext requestContext)
           
 java.lang.String OperationStatisticsHandler.move(RequestContext requestContext)
           
 java.lang.String SymLinkHandler.move(RequestContext requestContext)
           
 java.lang.String SimulationHandler.move(RequestContext requestContext)
           
 void MountHandler.put(RequestContext requestContext)
           
 void OperationStatisticsHandler.put(RequestContext requestContext)
           
 void SymLinkHandler.put(RequestContext requestContext)
           
 void SQLQueryHandler.put(RequestContext requestContext)
           
 void SimulationHandler.put(RequestContext requestContext)
           
 void MountHandler.rateResource(RequestContext requestContext)
           
 void SymLinkHandler.rateResource(RequestContext requestContext)
           
 void SimulationHandler.rateResource(RequestContext requestContext)
           
 void MountHandler.removeAssociation(RequestContext requestContext)
           
 void OperationStatisticsHandler.removeAssociation(RequestContext requestContext)
           
 void SymLinkHandler.removeAssociation(RequestContext requestContext)
           
 void SimulationHandler.removeAssociation(RequestContext requestContext)
           
 void MountHandler.removeComment(RequestContext requestContext)
           
 void SimulationHandler.removeComment(RequestContext requestContext)
           
 void SimulationHandler.removeLink(RequestContext requestContext)
           
 void MountHandler.removeTag(RequestContext requestContext)
           
 void SymLinkHandler.removeTag(RequestContext requestContext)
           
 void SimulationHandler.removeTag(RequestContext requestContext)
           
 java.lang.String MountHandler.rename(RequestContext requestContext)
           
 java.lang.String RegexBaseRestrictionHandler.rename(RequestContext requestContext)
           
 java.lang.String OperationStatisticsHandler.rename(RequestContext requestContext)
           
 java.lang.String SymLinkHandler.rename(RequestContext requestContext)
           
 java.lang.String SimulationHandler.rename(RequestContext requestContext)
           
 boolean MountHandler.resourceExists(RequestContext requestContext)
           
 boolean OperationStatisticsHandler.resourceExists(RequestContext requestContext)
           
 boolean SymLinkHandler.resourceExists(RequestContext requestContext)
           
 boolean SimulationHandler.resourceExists(RequestContext requestContext)
           
 void MountHandler.restore(RequestContext requestContext)
           
 void OperationStatisticsHandler.restore(RequestContext requestContext)
           
 void SimulationHandler.restore(RequestContext requestContext)
           
 void SimulationHandler.restoreVersion(RequestContext requestContext)
           
 Collection SimulationHandler.searchContent(RequestContext requestContext)
           
 

Uses of RegistryException in org.wso2.carbon.registry.core.jdbc.handlers.filters
 

Methods in org.wso2.carbon.registry.core.jdbc.handlers.filters that throw RegistryException
 boolean URLMatcher.handleAddAssociation(RequestContext requestContext)
           
 boolean SimulationFilter.handleAddAssociation(RequestContext requestContext)
           
 boolean Filter.handleAddAssociation(RequestContext requestContext)
          Determines whether the associating handler should handle the addAssociation action.
 boolean URLMatcher.handleAddComment(RequestContext requestContext)
           
 boolean SimulationFilter.handleAddComment(RequestContext requestContext)
           
 boolean Filter.handleAddComment(RequestContext requestContext)
          Determines whether the associating handler should handle the addComment action.
 boolean URLMatcher.handleApplyTag(RequestContext requestContext)
           
 boolean SimulationFilter.handleApplyTag(RequestContext requestContext)
           
 boolean Filter.handleApplyTag(RequestContext requestContext)
          Determines whether the associating handler should handle the applyTag action.
 boolean URLMatcher.handleCopy(RequestContext requestContext)
           
 boolean SimulationFilter.handleCopy(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handleCopy(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean Filter.handleCopy(RequestContext requestContext)
          Determines whether the associating handler should handle the copy action.
 boolean URLMatcher.handleCreateLink(RequestContext requestContext)
           
 boolean SimulationFilter.handleCreateLink(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handleCreateLink(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean Filter.handleCreateLink(RequestContext requestContext)
          Determines whether the associating handler should handle the createLink action.
 boolean URLMatcher.handleCreateVersion(RequestContext requestContext)
           
 boolean SimulationFilter.handleCreateVersion(RequestContext requestContext)
           
 boolean Filter.handleCreateVersion(RequestContext requestContext)
          Determines whether the associating handler should handle the createVersion action.
 boolean URLMatcher.handleDelete(RequestContext requestContext)
           
 boolean SimulationFilter.handleDelete(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handleDelete(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
abstract  boolean Filter.handleDelete(RequestContext requestContext)
          Determines whether the associating handler should handle the delete action.
 boolean URLMatcher.handleDump(RequestContext requestContext)
           
 boolean SimulationFilter.handleDump(RequestContext requestContext)
           
 boolean Filter.handleDump(RequestContext requestContext)
          Determines whether the associating handler should handle the dump action.
 boolean URLMatcher.handleEditComment(RequestContext requestContext)
           
 boolean SimulationFilter.handleEditComment(RequestContext requestContext)
           
 boolean Filter.handleEditComment(RequestContext requestContext)
          Determines whether the associating handler should handle the editComment action.
 boolean URLMatcher.handleExecuteQuery(RequestContext requestContext)
           
 boolean SimulationFilter.handleExecuteQuery(RequestContext requestContext)
           
 boolean Filter.handleExecuteQuery(RequestContext requestContext)
          Determines whether the associating handler should handle the executeQuery action.
 boolean URLMatcher.handleGet(RequestContext requestContext)
           
 boolean SimulationFilter.handleGet(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handleGet(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
abstract  boolean Filter.handleGet(RequestContext requestContext)
          Determines whether the associating handler should handle the get action.
 boolean URLMatcher.handleGetAllAssociations(RequestContext requestContext)
           
 boolean SimulationFilter.handleGetAllAssociations(RequestContext requestContext)
           
 boolean Filter.handleGetAllAssociations(RequestContext requestContext)
          Determines whether the associating handler should handle the getAllAssociations action.
 boolean URLMatcher.handleGetAssociations(RequestContext requestContext)
           
 boolean SimulationFilter.handleGetAssociations(RequestContext requestContext)
           
 boolean Filter.handleGetAssociations(RequestContext requestContext)
          Determines whether the associating handler should handle the getAssociations action.
 boolean URLMatcher.handleGetAverageRating(RequestContext requestContext)
           
 boolean SimulationFilter.handleGetAverageRating(RequestContext requestContext)
           
 boolean Filter.handleGetAverageRating(RequestContext requestContext)
          Determines whether the associating handler should handle the getAverageRating action.
 boolean URLMatcher.handleGetComments(RequestContext requestContext)
           
 boolean SimulationFilter.handleGetComments(RequestContext requestContext)
           
 boolean Filter.handleGetComments(RequestContext requestContext)
          Determines whether the associating handler should handle the getComments action.
 boolean URLMatcher.handleGetRating(RequestContext requestContext)
           
 boolean SimulationFilter.handleGetRating(RequestContext requestContext)
           
 boolean Filter.handleGetRating(RequestContext requestContext)
          Determines whether the associating handler should handle the getRating action.
 boolean SimulationFilter.handleGetResourcePathsWithTag(RequestContext requestContext)
           
 boolean Filter.handleGetResourcePathsWithTag(RequestContext requestContext)
          Determines whether the associating handler should handle the getResourcePathsWithTag action.
 boolean URLMatcher.handleGetTags(RequestContext requestContext)
           
 boolean SimulationFilter.handleGetTags(RequestContext requestContext)
           
 boolean Filter.handleGetTags(RequestContext requestContext)
          Determines whether the associating handler should handle the getTags action.
 boolean URLMatcher.handleGetVersions(RequestContext requestContext)
           
 boolean SimulationFilter.handleGetVersions(RequestContext requestContext)
           
 boolean Filter.handleGetVersions(RequestContext requestContext)
          Determines whether the associating handler should handle the getVersions action.
 boolean URLMatcher.handleImportChild(RequestContext requestContext)
           
 boolean SimulationFilter.handleImportChild(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handleImportChild(RequestContext requestContext)
          Matches if the media type of the parent collection of the current resource is equal to the handler's media type.
abstract  boolean Filter.handleImportChild(RequestContext requestContext)
          Determines whether the associating handler should handle the importChild action.
 boolean URLMatcher.handleImportResource(RequestContext requestContext)
           
 boolean SimulationFilter.handleImportResource(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handleImportResource(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
abstract  boolean Filter.handleImportResource(RequestContext requestContext)
          Determines whether the associating handler should handle the import resource action.
 boolean URLMatcher.handleInvokeAspect(RequestContext requestContext)
           
 boolean SimulationFilter.handleInvokeAspect(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handleInvokeAspect(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean Filter.handleInvokeAspect(RequestContext requestContext)
          Determines whether the associating handler should handle the invokeAspect action.
 boolean URLMatcher.handleMove(RequestContext requestContext)
           
 boolean SimulationFilter.handleMove(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handleMove(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean Filter.handleMove(RequestContext requestContext)
          Determines whether the associating handler should handle the move action.
 boolean URLMatcher.handlePut(RequestContext requestContext)
           
 boolean SimulationFilter.handlePut(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handlePut(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
abstract  boolean Filter.handlePut(RequestContext requestContext)
          Determines whether the associating handler should handle the put action.
 boolean URLMatcher.handlePutChild(RequestContext requestContext)
           
 boolean SimulationFilter.handlePutChild(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handlePutChild(RequestContext requestContext)
          Matches if the media type of the parent collection of the current resource is equal to the handler's media type.
abstract  boolean Filter.handlePutChild(RequestContext requestContext)
          Determines whether the associating handler should handle the putChild action.
 boolean URLMatcher.handleRateResource(RequestContext requestContext)
           
 boolean SimulationFilter.handleRateResource(RequestContext requestContext)
           
 boolean Filter.handleRateResource(RequestContext requestContext)
          Determines whether the associating handler should handle the rateResource action.
 boolean URLMatcher.handleRemoveAssociation(RequestContext requestContext)
           
 boolean SimulationFilter.handleRemoveAssociation(RequestContext requestContext)
           
 boolean Filter.handleRemoveAssociation(RequestContext requestContext)
          Determines whether the associating handler should handle the removeAssociation action.
 boolean URLMatcher.handleRemoveComment(RequestContext requestContext)
           
 boolean SimulationFilter.handleRemoveComment(RequestContext requestContext)
           
 boolean Filter.handleRemoveComment(RequestContext requestContext)
          Determines whether the associating handler should handle the removeComment action.
 boolean URLMatcher.handleRemoveLink(RequestContext requestContext)
           
 boolean SimulationFilter.handleRemoveLink(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handleRemoveLink(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean Filter.handleRemoveLink(RequestContext requestContext)
          Determines whether the associating handler should handle the removeLink action.
 boolean URLMatcher.handleRemoveTag(RequestContext requestContext)
           
 boolean SimulationFilter.handleRemoveTag(RequestContext requestContext)
           
 boolean Filter.handleRemoveTag(RequestContext requestContext)
          Determines whether the associating handler should handle the removeTag action.
 boolean URLMatcher.handleRename(RequestContext requestContext)
           
 boolean SimulationFilter.handleRename(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handleRename(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean Filter.handleRename(RequestContext requestContext)
          Determines whether the associating handler should handle the rename action.
 boolean URLMatcher.handleResourceExists(RequestContext requestContext)
           
 boolean SimulationFilter.handleResourceExists(RequestContext requestContext)
           
 boolean Filter.handleResourceExists(RequestContext requestContext)
          Determines whether the associating handler should handle the resourceExists action.
 boolean URLMatcher.handleRestore(RequestContext requestContext)
           
 boolean SimulationFilter.handleRestore(RequestContext requestContext)
           
 boolean Filter.handleRestore(RequestContext requestContext)
          Determines whether the associating handler should handle the restore action.
 boolean URLMatcher.handleRestoreVersion(RequestContext requestContext)
           
 boolean SimulationFilter.handleRestoreVersion(RequestContext requestContext)
           
 boolean Filter.handleRestoreVersion(RequestContext requestContext)
          Determines whether the associating handler should handle the restoreVersion action.
 boolean SimulationFilter.handleSearchContent(RequestContext requestContext)
           
 boolean Filter.handleSearchContent(RequestContext requestContext)
          Determines whether the associating handler should handle the searchContent action.
 

Uses of RegistryException in org.wso2.carbon.registry.core.jdbc.indexing
 

Methods in org.wso2.carbon.registry.core.jdbc.indexing that throw RegistryException
 void Indexer.deleteFromIndex(RequestContext requestContext)
           
static org.apache.lucene.store.jdbc.dialect.Dialect DialectFactory.getDialect(javax.sql.DataSource dataSource)
           
 void Indexer.indexMSExcel(RequestContext requestContext)
           
 void Indexer.indexMSPowerpoint(RequestContext requestContext)
           
 void Indexer.indexMSWord(RequestContext requestContext)
           
 void Indexer.indexPDF(RequestContext requestContext)
           
 void Indexer.indexXML(RequestContext requestContext)
           
 void Indexer.updateIndex(RequestContext requestContext)
           
 

Uses of RegistryException in org.wso2.carbon.registry.core.jdbc.queries
 

Methods in org.wso2.carbon.registry.core.jdbc.queries that throw RegistryException
 Collection QueryProcessorManager.executeQuery(Registry registry, Resource queryResource, java.util.Map parameters)
          Execute a query using the query processor associated with the media type of the query.
 

Constructors in org.wso2.carbon.registry.core.jdbc.queries that throw RegistryException
QueryProcessorManager(DataAccessManager dataAccessManager, RegistryContext registryContext)
          Construct a query processor manager object from the data source and registry context.
 

Uses of RegistryException in org.wso2.carbon.registry.core.jdbc.realm
 

Methods in org.wso2.carbon.registry.core.jdbc.realm that throw RegistryException
 void InMemoryRealmService.setup()
          Setup the realm service.
 

Constructors in org.wso2.carbon.registry.core.jdbc.realm that throw RegistryException
InMemoryRealmService()
          Construct a in memory realm service.
RegistryRealm(org.wso2.carbon.user.core.UserRealm userRealm)
          Construct a realm wrapping a user realm.
 

Uses of RegistryException in org.wso2.carbon.registry.core.jdbc.utils
 

Methods in org.wso2.carbon.registry.core.jdbc.utils that throw RegistryException
static java.lang.String ServiceConfigUtil.getConfigFile()
          Method to obtain configuration file content as a String.
static java.lang.String ServiceConfigUtil.getConfigSchemaFile()
          Method to obtain services config schema file content as a String.
 long VersionRetriever.getVersion(int versionIndex)
          Method to fetch the version at the given index.
 

Uses of RegistryException in org.wso2.carbon.registry.core.secure
 

Subclasses of RegistryException in org.wso2.carbon.registry.core.secure
 class AuthorizationFailedException
          Class for capturing exception due to inadequate authorizations to proceed with various registry operations and related utility methods.
 

Uses of RegistryException in org.wso2.carbon.registry.core.service
 

Methods in org.wso2.carbon.registry.core.service that throw RegistryException
 UserRegistry RegistryService.getConfigSystemRegistry()
          Returns a registry to be used for system operations.
 UserRegistry RegistryService.getConfigSystemRegistry(int tenantId)
          Returns a registry to be used for system operations.
 UserRegistry RegistryService.getConfigUserRegistry()
          Creates a Registry instance for anonymous user from the configuration registry space.
 UserRegistry RegistryService.getConfigUserRegistry(java.lang.String userName)
          Creates a Registry instance for the given user from the configuration registry space.
 UserRegistry RegistryService.getConfigUserRegistry(java.lang.String userName, int tenantId)
          Creates a Registry instance for the given user from the configuration registry space with the tenant id.
 UserRegistry RegistryService.getConfigUserRegistry(java.lang.String userName, java.lang.String password)
          Creates Registry instances for normal users from the configuration registry space.
 UserRegistry RegistryService.getConfigUserRegistry(java.lang.String userName, java.lang.String password, int tenantId)
          Creates Registry instances for normal users from the configuration registry space.
 UserRegistry RegistryService.getGovernanceSystemRegistry()
          Creates a Registry instance for the Governance space.
 UserRegistry RegistryService.getGovernanceSystemRegistry(int tenantId)
          Creates a Registry instance for the Governance space.
 UserRegistry RegistryService.getGovernanceUserRegistry()
          Creates a Registry instance for anonymous user from the Governance space.
 UserRegistry RegistryService.getGovernanceUserRegistry(java.lang.String userName)
          Creates a Registry instance for anonymous user from the Governance space.
 UserRegistry RegistryService.getGovernanceUserRegistry(java.lang.String userName, int tenantId)
          Creates a Registry instance for anonymous user from the Governance space.
 UserRegistry RegistryService.getGovernanceUserRegistry(java.lang.String userName, java.lang.String password)
          Creates a Registry instance for anonymous user from the Governance space.
 UserRegistry RegistryService.getGovernanceUserRegistry(java.lang.String userName, java.lang.String password, int tenantId)
          Creates a Registry instance for anonymous user from the Governance space.
 UserRegistry RegistryService.getLocalRepository()
          Returns a registry to be used for node-specific system operations.
 UserRegistry RegistryService.getLocalRepository(int tenantId)
          Returns a registry to be used for node-specific system operations.
 UserRegistry RegistryService.getRegistry()
          Creates a Registry instance for anonymous user which contains the entire registry tree starting from '/'.
 UserRegistry RegistryService.getRegistry(java.lang.String userName)
          Creates a Registry instance for anonymous user which contains the entire registry tree starting from '/'.
 UserRegistry RegistryService.getRegistry(java.lang.String userName, int tenantId)
          Creates a Registry instance for anonymous user which contains the entire registry tree starting from '/'.
 UserRegistry RegistryService.getRegistry(java.lang.String userName, int tenantId, java.lang.String chroot)
          Creates a Registry instance for anonymous user which contains the entire registry tree starting from '/'.
 UserRegistry RegistryService.getRegistry(java.lang.String userName, java.lang.String password)
          Creates a Registry instance for anonymous user which contains the entire registry tree starting from '/'.
 UserRegistry RegistryService.getRegistry(java.lang.String userName, java.lang.String password, int tenantId)
          Creates a Registry instance for anonymous user which contains the entire registry tree starting from '/'.
 UserRegistry RegistryService.getRegistry(java.lang.String userName, java.lang.String password, int tenantId, java.lang.String chroot)
          Creates a Registry instance for anonymous user which contains the entire registry tree starting from '/'.
 Registry RegistryProvider.getRegistry(java.lang.String registryURL, java.lang.String username, java.lang.String password)
          Method to obtain a new registry instance.
 UserRegistry RegistryService.getSystemRegistry()
          Deprecated. 
 UserRegistry RegistryService.getSystemRegistry(int tenantId)
          Deprecated. 
 UserRegistry RegistryService.getSystemRegistry(int tenantId, java.lang.String chroot)
          Deprecated. 
 org.wso2.carbon.user.core.UserRealm RegistryService.getUserRealm(int tenantId)
          This will return a realm specific to the tenant.
 UserRegistry RegistryService.getUserRegistry()
          Deprecated. 
 UserRegistry RegistryService.getUserRegistry(java.lang.String userName)
          Deprecated. 
 UserRegistry RegistryService.getUserRegistry(java.lang.String userName, int tenantId)
          Deprecated. 
 UserRegistry RegistryService.getUserRegistry(java.lang.String userName, int tenantId, java.lang.String chroot)
          Deprecated. 
 UserRegistry RegistryService.getUserRegistry(java.lang.String userName, java.lang.String password)
          Deprecated. 
 UserRegistry RegistryService.getUserRegistry(java.lang.String userName, java.lang.String password, int tenantId)
          Deprecated. 
 UserRegistry RegistryService.getUserRegistry(java.lang.String userName, java.lang.String password, int tenantId, java.lang.String chroot)
          Deprecated. 
 

Uses of RegistryException in org.wso2.carbon.registry.core.servlet
 

Methods in org.wso2.carbon.registry.core.servlet that throw RegistryException
static Resource ResourceRequestProcessor.getResource(javax.servlet.http.HttpServletRequest request, java.lang.String path)
          Deprecated.  
static UserRegistry ResourceRequestProcessor.getUserRegistry(javax.servlet.http.HttpServletRequest request)
          Deprecated.  
 

Uses of RegistryException in org.wso2.carbon.registry.core.servlet.utils
 

Methods in org.wso2.carbon.registry.core.servlet.utils that throw RegistryException
static UserRegistry Utils.getSecureRegistry(javax.servlet.http.HttpServletRequest request)
          Deprecated. Returns the registry associated with the current session.
static boolean UserUtil.isAuthorizeAllowed(java.lang.String userName, java.lang.String resourcePath, javax.servlet.http.HttpServletRequest request)
          Deprecated.  
static boolean UserUtil.isDeleteAllowed(java.lang.String userName, java.lang.String resourcePath, javax.servlet.http.HttpServletRequest request)
          Deprecated.  
static boolean UserUtil.isPutAllowed(java.lang.String userName, java.lang.String resourcePath, javax.servlet.http.HttpServletRequest request)
          Deprecated.  
static void Utils.logInUser(javax.servlet.http.HttpServletRequest request, java.lang.String userName, java.lang.String password)
          Deprecated.  
 

Uses of RegistryException in org.wso2.carbon.registry.core.session
 

Methods in org.wso2.carbon.registry.core.session that throw RegistryException
 boolean UserRegistry.addAspect(java.lang.String name, Aspect aspect)
           
 void UserRegistry.addAssociation(java.lang.String sourcePath, java.lang.String targetPath, java.lang.String associationType)
           
 java.lang.String UserRegistry.addComment(java.lang.String resourcePath, Comment comment)
           
 void UserRegistry.applyTag(java.lang.String resourcePath, java.lang.String tag)
           
 void UserRegistry.associateAspect(java.lang.String resourcePath, java.lang.String aspect)
           
 void UserRegistry.beginTransaction()
           
 void UserRegistry.commitTransaction()
           
 java.lang.String UserRegistry.copy(java.lang.String sourcePath, java.lang.String targetPath)
           
 void UserRegistry.createLink(java.lang.String path, java.lang.String target)
           
 void UserRegistry.createLink(java.lang.String path, java.lang.String target, java.lang.String targetSubPath)
           
 void UserRegistry.createVersion(java.lang.String path)
           
 void UserRegistry.delete(java.lang.String path)
           
 void UserRegistry.dump(java.lang.String path, java.io.Writer writer)
           
 void UserRegistry.editComment(java.lang.String commentPath, java.lang.String text)
           
 Collection UserRegistry.executeQuery(java.lang.String path, java.util.Map parameters)
           
 Collection ChrootWrapper.filterSearchResult(Collection collection)
          Filter search results, so the results outside the base prefix will be ignored and results inside the base prefix will be converted to relative paths.
 Resource UserRegistry.get(java.lang.String path)
           
 Collection UserRegistry.get(java.lang.String path, int start, int pageSize)
           
 Association[] UserRegistry.getAllAssociations(java.lang.String resourcePath)
           
 java.lang.String[] UserRegistry.getAspectActions(java.lang.String resourcePath, java.lang.String aspectName)
           
 Association[] UserRegistry.getAssociations(java.lang.String resourcePath, java.lang.String associationType)
           
 float UserRegistry.getAverageRating(java.lang.String resourcePath)
           
 UserRegistry UserRegistry.getChrootedRegistry(java.lang.String chroot)
          returns a chrooted registry for a given prefix
 Comment[] UserRegistry.getComments(java.lang.String resourcePath)
           
 java.lang.String UserRegistry.getEventingServiceURL(java.lang.String path)
           
 LogEntryCollection UserRegistry.getLogCollection(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean recentFirst)
           
 LogEntry[] UserRegistry.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean recentFirst)
           
 Resource UserRegistry.getMetaData(java.lang.String path)
           
 Collection ChrootWrapper.getOutCollection(Collection collection)
          When returning collection (with pagination) it need to unset the collection content.
 Resource ChrootWrapper.getOutResource(Resource resource)
          The resource needed to be modified in case of out resource
 int UserRegistry.getRating(java.lang.String path, java.lang.String userName)
           
 TaggedResourcePath[] UserRegistry.getResourcePathsWithTag(java.lang.String tag)
           
 Tag[] UserRegistry.getTags(java.lang.String resourcePath)
           
 java.lang.String[] UserRegistry.getVersions(java.lang.String path)
           
 java.lang.String UserRegistry.importResource(java.lang.String suggestedPath, java.lang.String sourceURL, Resource resource)
           
 void UserRegistry.invokeAspect(java.lang.String resourcePath, java.lang.String aspectName, java.lang.String action)
           
 void UserRegistry.invokeAspect(java.lang.String resourcePath, java.lang.String aspectName, java.lang.String action, java.util.Map<java.lang.String,java.lang.String> parameters)
           
 java.lang.String UserRegistry.move(java.lang.String currentPath, java.lang.String newPath)
           
 Collection UserRegistry.newCollection()
           
 Resource UserRegistry.newResource()
           
 java.lang.String UserRegistry.put(java.lang.String suggestedPath, Resource resource)
           
 void UserRegistry.rateResource(java.lang.String resourcePath, int rating)
           
 boolean UserRegistry.removeAspect(java.lang.String aspect)
           
 void UserRegistry.removeAssociation(java.lang.String sourcePath, java.lang.String associationPath, java.lang.String associationType)
           
 void UserRegistry.removeComment(java.lang.String commentPath)
           
 void UserRegistry.removeLink(java.lang.String path)
           
 void UserRegistry.removeTag(java.lang.String path, java.lang.String tag)
           
 java.lang.String UserRegistry.rename(java.lang.String currentPath, java.lang.String newPath)
           
 boolean UserRegistry.resourceExists(java.lang.String path)
           
 void UserRegistry.restore(java.lang.String path, java.io.Reader reader)
           
 void UserRegistry.restoreVersion(java.lang.String versionPath)
           
 void UserRegistry.rollbackTransaction()
           
 Collection UserRegistry.searchContent(java.lang.String keywords)
           
 void UserRegistry.setEventingServiceURL(java.lang.String path, java.lang.String eventingServiceURL)
           
 

Constructors in org.wso2.carbon.registry.core.session that throw RegistryException
UserRegistry(java.lang.String userName, int tenantId, Registry coreRegistry, org.wso2.carbon.user.core.service.RealmService realmService, java.lang.String chroot)
          Creates a user registry without authorizing the user
UserRegistry(java.lang.String userName, java.lang.String password, int tenantId, Registry coreRegistry, org.wso2.carbon.user.core.service.RealmService realmService, java.lang.String chroot)
          Create a user registry with authorizing a user
 

Uses of RegistryException in org.wso2.carbon.registry.core.utils
 

Methods in org.wso2.carbon.registry.core.utils that throw RegistryException
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. 
 void LogWriter.addLog(java.lang.String resourcePath, java.lang.String userName, int action, java.lang.String actionData)
          Adds log record to queue
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, java.lang.String path, java.lang.String target, boolean remote, java.lang.String author)
          Method to add a mount entry.
static void RegistryUtils.addMountEntry(Registry registry, RegistryContext registryContext, java.lang.String path, java.lang.String target, java.lang.String targetSubPath, java.lang.String author)
          Method to add a mount entry.
static void RegistryUtils.addRootCollectionAuthorization(org.wso2.carbon.user.core.UserRealm userRealm)
          Deprecated. 
static void RegistryUtils.addServiceConfigResources(Registry registry)
          Method to add the resources where the service configuration are stored.
static void RegistryUtils.addServiceStoreCollection(Registry registry, java.lang.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, java.lang.String profilesPath)
          Method to add the collection where the user profiles are stored.
static boolean AuthorizationUtils.authorize(java.lang.String resourcePath, java.lang.String action)
          Method to authorize a given resource path for a given action.
static void AuthorizationUtils.clearAuthorizations(java.lang.String resourcePath)
          Method to clear authorizations for a given resource path.
static void AuthorizationUtils.copyAuthorizations(java.lang.String sourcePath, java.lang.String targetPath)
          Method to copy authorizations from one path to another.
static void AuthorizationUtils.denyAnonAuthorization(java.lang.String path, org.wso2.carbon.user.core.UserRealm userRealm)
          Deprecated. 
static void RegistryClientUtils.exportFromRegistry(java.io.File toFile, java.lang.String path, Registry registry)
          This method can be used to export registry instance or node in a registry to a local file system.
static org.wso2.carbon.user.core.UserRealm RegistryUtils.getBootstrapRealm()
          Deprecated. 
static org.wso2.carbon.user.core.UserRealm RegistryUtils.getBootstrapRealm(org.wso2.carbon.user.core.service.RealmService realmService)
          This method returns the bootstrap (or initial) user realm from the realm service.
static byte[] RegistryUtils.getByteArray(java.io.InputStream inputStream)
          Convert an input stream into a byte array.
static java.lang.String MediaTypesUtils.getCollectionMediaTypeMappings(Registry configSystemRegistry)
          Method to obtain the collection media types.
static java.lang.String MediaTypesUtils.getCollectionMediaTypeMappings(RegistryContext registryContext)
          Method to obtain the collection media types.
static java.lang.String MediaTypesUtils.getCustomUIMediaTypeMappings(Registry configSystemRegistry)
          Method to obtain the custom UI media types.
static java.lang.String MediaTypesUtils.getCustomUIMediaTypeMappings(RegistryContext registryContext)
          Method to obtain the custom UI media types.
static java.lang.String MediaTypesUtils.getMediaType(java.lang.String resourceName)
          Method to obtain the media type of a given resource.
static java.io.InputStream RegistryUtils.getMemoryStream(java.io.InputStream inputStream)
          Create an in-memory input stream for the given input stream.
static java.lang.String MediaTypesUtils.getResourceMediaTypeMappings(Registry configSystemRegistry)
          Method to obtain the resource media types.
static java.lang.String MediaTypesUtils.getResourceMediaTypeMappings(RegistryContext registryContext)
          Method to obtain the resource media types.
static ResourceImpl RegistryUtils.getResourceWithMinimumData(java.lang.String path, ResourceDAO resourceDAO, boolean versioned)
          Gets the resource with sufficient data to differentiate it from another resource.
static Registry RegistryUtils.getSystemRegistry(Registry coreRegistry)
          this method can only be called if the registry context is initialized.
static boolean RegistryUtils.hasAdminAuthorizations(java.lang.String userName, org.wso2.carbon.user.core.UserRealm userRealm)
          Method to determine whether the given user is in an admin role.
static void RegistryClientUtils.importToRegistry(java.io.File file, java.lang.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.registerHandlerForRemoteLinks(RegistryContext registryContext, java.lang.String path, java.lang.String target, java.lang.String targetSubPath, java.lang.String author)
          Method to register handlers for remote links for the tenant on the current registry session.
static void RegistryUtils.registerHandlerForRemoteLinks(RegistryContext registryContext, java.lang.String path, java.lang.String target, java.lang.String targetSubPath, java.lang.String author, boolean forAllTenants)
          Method to register handlers for remote links.
static void RegistryUtils.registerHandlerForSymbolicLinks(RegistryContext context, java.lang.String path, java.lang.String target, java.lang.String author)
          Method to register handlers for symbolic links for the tenant on the current registry session.
static void RegistryUtils.registerMountPoints(Registry systemRegistry, int tenantId)
          Method to register mount points.
static void AuthorizationUtils.setAnonAuthorization(java.lang.String path, org.wso2.carbon.user.core.UserRealm userRealm)
          Deprecated. 
static void AuthorizationUtils.setRootAuthorizations(java.lang.String rootPath, org.wso2.carbon.user.core.UserRealm userRealm)
          Method to set authorizations to the root path.
static boolean RegistryUtils.systemResourceShouldBeAdded(Registry registry, java.lang.String absolutePath)
          Method to determine whether a system resource (or collection) is existing or whether it should be created.
static boolean RegistryUtils.systemResourceShouldBeAdded(ResourceDAO dataAccessObject, java.lang.String absolutePath)
          Method to determine whether a system resource (or collection) is existing or whether it should be created.
 void SchemaValidator.validate(java.io.InputStream xsdContent, Resource resource)
          Deprecated. This will valide the given schema againts the w3c.XMLSchema.
 

Uses of RegistryException in org.wso2.carbon.registry.synchronization
 

Subclasses of RegistryException in org.wso2.carbon.registry.synchronization
 class SynchronizationException
          This type of exception is thrown when an error occurs while performing a synchronization operation on the Registry.
 



Copyright © 2011 WSO2 Inc. All Rights Reserved.