Uses of Class
org.wso2.registry.RegistryException

Packages that use RegistryException
org.wso2.registry   
org.wso2.registry.client   
org.wso2.registry.inmemory   
org.wso2.registry.inmemory.comments   
org.wso2.registry.inmemory.ratings   
org.wso2.registry.inmemory.tags   
org.wso2.registry.jdbc   
org.wso2.registry.jdbc.mediatypes   
org.wso2.registry.jdbc.mediatypes.builtin   
org.wso2.registry.jdbc.queries   
org.wso2.registry.jdbc.urlhandlers   
org.wso2.registry.jdbc.utils   
org.wso2.registry.secure   
org.wso2.registry.servlet   
 

Uses of RegistryException in org.wso2.registry
 

Methods in org.wso2.registry that throw RegistryException
 void 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.
 void Registry.delete(java.lang.String path)
          Deletes the resource in the given path.
 Resource Registry.executeQuery(java.lang.String path, java.lang.Object[] parameters)
          Executes a custom query defined by users.
 Resource Registry.get(java.lang.String path)
          Returns the resource in the given path.
 float Registry.getAverageRating(java.lang.String resourcePath)
          Returns the avarage rating for the given resource.
 Comment[] Registry.getComments(java.lang.String resourcePath)
          Retruns all comments for the given resource.
 LogEntry[] Registry.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to)
          Returns the logs of the activities occured in the registy.
 int Registry.getRating(java.lang.String path, java.lang.String userName)
          Returns the rating given to the specified resource by the given user
 TaggedResourcePath[] Registry.getResourcePathsWithTag(java.lang.String tag)
          Returns the paths of the resources, which are tagged using the given tag.
 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)
          Returns the paths of the versions of the resource located at the given path.
 void ResourceImporter.importDirectory(java.lang.String fromURL, java.lang.String toPath)
           
 void Registry.put(java.lang.String path, Resource resource)
          Adds or updates resources in the registry.
 void Registry.rateResource(java.lang.String resourcePath, int rating)
          Rates the given resource.
 void Registry.removeTag(java.lang.String path, java.lang.String tag, java.lang.String taggedUser)
          Removes a tag done on a resource by a user.
 boolean Registry.resourceExists(java.lang.String path)
          Check whether a resource exist in the given path
 void Registry.restoreVersion(java.lang.String versionPath)
          Reverts a resource to a given version.
 

Uses of RegistryException in org.wso2.registry.client
 

Methods in org.wso2.registry.client that throw RegistryException
 void RegistryClient.addComment(java.lang.String resourcePath, Comment comment)
           
 void RegistryClient.applyTag(java.lang.String resourcePath, java.lang.String tag)
           
 void RegistryClient.delete(java.lang.String path)
           
 Resource RegistryClient.executeQuery(java.lang.String path, java.lang.Object[] parameters)
           
 Resource RegistryClient.get(java.lang.String path)
           
 float RegistryClient.getAverageRating(java.lang.String resourcePath)
           
 Comment[] RegistryClient.getComments(java.lang.String resourcePath)
           
 LogEntry[] RegistryClient.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to)
           
 int RegistryClient.getRating(java.lang.String path, java.lang.String userName)
           
 TaggedResourcePath[] RegistryClient.getResourcePathsWithTag(java.lang.String tag)
           
 Tag[] RegistryClient.getTags(java.lang.String resourcePath)
           
 java.lang.String[] RegistryClient.getVersions(java.lang.String path)
           
 void RegistryClient.put(java.lang.String path, Resource resource)
           
 void RegistryClient.rateResource(java.lang.String resourcePath, int rating)
           
 void RegistryClient.removeTag(java.lang.String path, java.lang.String tag, java.lang.String taggedUser)
           
 boolean RegistryClient.resourceExists(java.lang.String path)
           
 void RegistryClient.restoreVersion(java.lang.String versionPath)
           
 

Uses of RegistryException in org.wso2.registry.inmemory
 

Methods in org.wso2.registry.inmemory that throw RegistryException
 void InMemoryRegistry.addComment(java.lang.String resourcePath, Comment comment)
           
 void InMemoryRegistry.applyTag(java.lang.String resourcePath, java.lang.String tag)
           
 void InMemoryRegistry.delete(java.lang.String path)
          Deletes a resource from the resourceMap.
 Resource InMemoryRegistry.executeQuery(java.lang.String path, java.lang.Object[] parameters)
           
 Resource InMemoryRegistry.get(java.lang.String path)
           
 float InMemoryRegistry.getAverageRating(java.lang.String resourcePath)
           
 Comment[] InMemoryRegistry.getComments(java.lang.String resourcePath)
           
 LogEntry[] InMemoryRegistry.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to)
           
 int InMemoryRegistry.getRating(java.lang.String path, java.lang.String userName)
           
 TaggedResourcePath[] InMemoryRegistry.getResourcePathsWithTag(java.lang.String tag)
           
 Tag[] InMemoryRegistry.getTags(java.lang.String resourcePath)
           
 java.lang.String[] InMemoryRegistry.getVersions(java.lang.String path)
           
 void InMemoryRegistry.put(java.lang.String path, Resource resource)
          Creates and updates resources (directories, repositories, content resourcess)
 void InMemoryRegistry.rateResource(java.lang.String resourcePath, int rating)
           
 void InMemoryRegistry.removeTag(java.lang.String path, java.lang.String tag, java.lang.String taggedUser)
           
 boolean InMemoryRegistry.resourceExists(java.lang.String path)
           
 void InMemoryRegistry.restoreVersion(java.lang.String versionPath)
           
 

Uses of RegistryException in org.wso2.registry.inmemory.comments
 

Methods in org.wso2.registry.inmemory.comments that throw RegistryException
 void CommentManager.addComment(java.lang.String resourcePath, Comment comment)
           
 

Uses of RegistryException in org.wso2.registry.inmemory.ratings
 

Methods in org.wso2.registry.inmemory.ratings that throw RegistryException
 void RatingsManager.rateResource(java.lang.String resourcePath, int rating)
           
 

Uses of RegistryException in org.wso2.registry.inmemory.tags
 

Methods in org.wso2.registry.inmemory.tags that throw RegistryException
 void TagManager.applyTag(java.lang.String resourcePath, java.lang.String tag)
           
 Tag[] TagManager.getTags(java.lang.String resourcePath)
           
 

Uses of RegistryException in org.wso2.registry.jdbc
 

Methods in org.wso2.registry.jdbc that throw RegistryException
 void JDBCRegistry.addComment(java.lang.String resourcePath, Comment comment)
          Adds a comment to a resource.
 void JDBCRegistry.applyTag(java.lang.String resourcePath, java.lang.String tag)
          Applies the given tag to the resource in the given path.
 void JDBCRegistry.defineQuery(java.lang.String name, java.lang.String query)
           
 void JDBCRegistry.delete(java.lang.String path)
          Deletes the resource in the given path.
 Resource JDBCRegistry.executeQuery(java.lang.String path, java.lang.Object[] parameters)
           
 Resource JDBCRegistry.get(java.lang.String path)
          Returns the resource in the given path.
 float JDBCRegistry.getAverageRating(java.lang.String resourcePath)
          Returns the avarage rating for the given resource.
 Comment[] JDBCRegistry.getComments(java.lang.String resourcePath)
          Retruns all comments for the given resource.
 java.sql.Connection ConnectionFactory.getConnection()
           
 javax.sql.DataSource ConnectionFactory.getDataSource()
           
 LogEntry[] JDBCRegistry.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to)
           
 int JDBCRegistry.getRating(java.lang.String path, java.lang.String userName)
           
 TaggedResourcePath[] JDBCRegistry.getResourcePathsWithTag(java.lang.String tag)
          Returns the paths of the resources, which are tagged using the given tag.
 Tag[] JDBCRegistry.getTags(java.lang.String resourcePath)
          Returns all tags used for tagging the given resource.
 java.lang.String[] JDBCRegistry.getVersions(java.lang.String path)
           
 void JDBCRegistry.put(java.lang.String path, Resource resource)
          Adds or updates resources in the registry.
 void JDBCRegistry.rateResource(java.lang.String resourcePath, int rating)
          Rates the given resource.
 void JDBCRegistry.removeTag(java.lang.String path, java.lang.String tag, java.lang.String taggedUser)
           
 boolean JDBCRegistry.resourceExists(java.lang.String path)
           
 void JDBCRegistry.restoreVersion(java.lang.String versionPath)
           
 void JDBCRegistry.shutdown()
           
 

Constructors in org.wso2.registry.jdbc that throw RegistryException
ConnectionFactory()
           
JDBCRegistry(org.wso2.usermanager.Realm realm)
           
 

Uses of RegistryException in org.wso2.registry.jdbc.mediatypes
 

Methods in org.wso2.registry.jdbc.mediatypes that throw RegistryException
 void MediaTypeManager.delete(java.lang.String path)
           
abstract  boolean MediaTypeHandler.delete(java.lang.String path)
          Processes the DELETE action of the media type.
 Resource MediaTypeManager.get(java.lang.String path)
           
abstract  Resource MediaTypeHandler.get(java.lang.String path, Resource rawArtifact)
          Processes the GET action of the media type.
 void MediaTypeManager.put(java.lang.String path, Resource resource)
           
abstract  boolean MediaTypeHandler.put(java.lang.String path, Resource resource)
          Processes the PUT action of the media type.
 

Uses of RegistryException in org.wso2.registry.jdbc.mediatypes.builtin
 

Methods in org.wso2.registry.jdbc.mediatypes.builtin that throw RegistryException
 boolean SQLQueryMediaTypeHandler.delete(java.lang.String path)
           
 boolean DefaultMediaTypeHandler.delete(java.lang.String path)
           
 boolean SynapseRepositoryMediaTypeHandler.delete(java.lang.String path)
           
 Resource SQLQueryMediaTypeHandler.get(java.lang.String path, Resource resource)
           
 Resource DefaultMediaTypeHandler.get(java.lang.String path, Resource resource)
           
 Resource SynapseRepositoryMediaTypeHandler.get(java.lang.String path, Resource resource)
           
 boolean SQLQueryMediaTypeHandler.put(java.lang.String path, Resource resource)
           
 boolean DefaultMediaTypeHandler.put(java.lang.String path, Resource resource)
           
 boolean SynapseRepositoryMediaTypeHandler.put(java.lang.String path, Resource resource)
           
 

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

Methods in org.wso2.registry.jdbc.queries that throw RegistryException
 Resource SQLQueryProcessor.executeQuery(Resource query, java.lang.Object[] parameters, java.sql.Connection conn)
           
 Resource QueryProcessor.executeQuery(Resource query, java.lang.Object[] parameters, java.sql.Connection conn)
           
 

Uses of RegistryException in org.wso2.registry.jdbc.urlhandlers
 

Methods in org.wso2.registry.jdbc.urlhandlers that throw RegistryException
 Resource URLHandlerManager.handleURL(java.lang.String url)
           
 boolean RatingURLHandler.handleURL(java.lang.String url, Resource resource)
           
 boolean RatingsCollectionURLHandler.handleURL(java.lang.String url, Resource resource)
           
 boolean TagURLHandler.handleURL(java.lang.String url, Resource resource)
          Accepts the URLs in the form ;tags::
 boolean CommentURLHandler.handleURL(java.lang.String url, Resource resource)
          Accepts URL in the form ?comment
abstract  boolean URLHandler.handleURL(java.lang.String url, Resource resource)
           
 boolean CommentCollectionURLHandler.handleURL(java.lang.String url, Resource resource)
           
 

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

Methods in org.wso2.registry.jdbc.utils that throw RegistryException
 void AuthorizationUtil.setDefaultAuthorizations(org.wso2.usermanager.Realm realm, java.lang.String path, java.lang.String authorUserName)
           
 

Uses of RegistryException in org.wso2.registry.secure
 

Subclasses of RegistryException in org.wso2.registry.secure
 class AuthorizationFailedException
           
 

Methods in org.wso2.registry.secure that throw RegistryException
 void SecureRegistry.addComment(java.lang.String resourcePath, Comment comment)
           
 void RegistryUserManager.addRole(java.lang.String roleName)
           
 void RegistryUserManager.addUser(java.lang.String userName, java.lang.String password)
           
 void RegistryUserManager.addUserToRole(java.lang.String userName, java.lang.String roleName)
           
 void SecureRegistry.applyTag(java.lang.String resourcePath, java.lang.String tag)
           
 void RegistryUserManager.authorizeRole(java.lang.String roleName, java.lang.String resourceID, java.lang.String action)
           
 void RegistryUserManager.authorizeUser(java.lang.String userName, java.lang.String resourceID, java.lang.String action)
           
static org.wso2.usermanager.Realm RegistryRealm.createDataSourceAwareRegistryRealm()
           
 void HSQLDBInitializer.createHSQLTables()
           
static org.wso2.usermanager.Realm RegistryRealm.createInMemoryRegistryRealm()
           
 void SecureRegistry.delete(java.lang.String path)
           
 void RegistryUserManager.denyRole(java.lang.String roleName, java.lang.String resourceID, java.lang.String action)
           
 void RegistryUserManager.denyUser(java.lang.String userName, java.lang.String resourceID, java.lang.String action)
           
 Resource SecureRegistry.executeQuery(java.lang.String path, java.lang.Object[] parameters)
           
 Resource SecureRegistry.get(java.lang.String path)
           
 java.lang.String[] RegistryUserManager.getAllRoles()
           
 java.lang.String[] RegistryUserManager.getAllUsers()
           
 float SecureRegistry.getAverageRating(java.lang.String resourcePath)
           
 Comment[] SecureRegistry.getComments(java.lang.String resourcePath)
           
 LogEntry[] SecureRegistry.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to)
           
 int SecureRegistry.getRating(java.lang.String path, java.lang.String userName)
           
 TaggedResourcePath[] SecureRegistry.getResourcePathsWithTag(java.lang.String tag)
           
 Tag[] SecureRegistry.getTags(java.lang.String resourcePath)
           
 java.util.Map RegistryUserManager.getUserProperties(java.lang.String userName)
           
 java.lang.String RegistryUserManager.getUserProperty(java.lang.String userName, java.lang.String propName)
           
 java.lang.String[] SecureRegistry.getVersions(java.lang.String path)
           
 boolean RegistryUserManager.isUserAuthorized(java.lang.String userName, java.lang.String resourcePath, java.lang.String action)
           
 void SecureRegistry.put(java.lang.String path, Resource resource)
          Checks if the user has "PUT" permissions to the existing ascendent path of the given path.
 void SecureRegistry.rateResource(java.lang.String resourcePath, int rating)
           
 void RegistryUserManager.removeRole(java.lang.String roleName)
           
 void SecureRegistry.removeTag(java.lang.String path, java.lang.String tag, java.lang.String taggedUser)
           
 void RegistryUserManager.removeUser(java.lang.String userName)
           
 void RegistryUserManager.removeUserFromRole(java.lang.String userName, java.lang.String roleName)
           
 boolean SecureRegistry.resourceExists(java.lang.String path)
           
 void SecureRegistry.restoreVersion(java.lang.String versionPath)
           
 void RegistryUserManager.setUserProperties(java.lang.String userName, java.util.Map properties)
           
 void RegistryUserManager.setUserProperty(java.lang.String userName, java.lang.String name, java.lang.String value)
           
 boolean RegistryUserManager.userExists(java.lang.String userName)
           
 

Constructors in org.wso2.registry.secure that throw RegistryException
RegistryUserManager(org.wso2.usermanager.Realm realm, java.lang.String userName)
           
SecureRegistry(java.lang.String userID, java.lang.String password, Registry registry, org.wso2.usermanager.Realm realm)
           
 

Uses of RegistryException in org.wso2.registry.servlet
 

Methods in org.wso2.registry.servlet that throw RegistryException
static SecureRegistry Utils.getSecureRegistry(javax.servlet.http.HttpServletRequest request)
          Returns the registry associated with the current session.
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.