A C D E G I M N O P R S T U 

A

Activity - Class in org.wso2.carbon.registry.api
Representation of a activity that has been performed on the registry.
Activity() - Constructor for class org.wso2.carbon.registry.api.Activity
 
ADD - Static variable in class org.wso2.carbon.registry.api.Activity
Filter value for the resource adding action.
ADD_ASSOCIATION - Static variable in class org.wso2.carbon.registry.api.Activity
Filter value for the adding association action.
addAspect(String) - Method in interface org.wso2.carbon.registry.api.Resource
Method to add an aspect.
addAssociation(String, String, String) - Method in interface org.wso2.carbon.registry.api.Registry
Adds an association stating that the resource at "associationPath" associate on the resource at "associationPath".
addComment(String, Comment) - Method in interface org.wso2.carbon.registry.api.Registry
Adds a comment to a resource.
addProperty(String, String) - Method in interface org.wso2.carbon.registry.api.Resource
Add a property value for the provided key.
ALL - Static variable in class org.wso2.carbon.registry.api.Activity
The log action to filter with.
ALLOW_ALL - Static variable in interface org.wso2.carbon.registry.api.Collection
Deprecated.
ALLOW_SELECTED - Static variable in interface org.wso2.carbon.registry.api.Collection
Deprecated.
applyTag(String, String) - Method in interface org.wso2.carbon.registry.api.Registry
Applies the given tag to the resource in the given path.
ASSOCIATE_ASPECT - Static variable in class org.wso2.carbon.registry.api.Activity
Filter value for the associating an aspect action.
associateAspect(String, String) - Method in interface org.wso2.carbon.registry.api.Registry
Associate an Aspect with a resource.
Association - Class in org.wso2.carbon.registry.api
This is a representation of a uni-directional association on the registry.
Association() - Constructor for class org.wso2.carbon.registry.api.Association
Default constructor for the Association Class.
Association(String, String, String) - Constructor for class org.wso2.carbon.registry.api.Association
Construct an association by providing the source, target and the association type.

C

Collection - Interface in org.wso2.carbon.registry.api
The Collection Interface.
COMMENT - Static variable in class org.wso2.carbon.registry.api.Activity
Filter value for the resource comment action.
Comment - Interface in org.wso2.carbon.registry.api
This interface represents a comment that can be added to a resource.
COPY - Static variable in class org.wso2.carbon.registry.api.Activity
Filter value for the resource copying action.
copy(String, String) - Method in interface org.wso2.carbon.registry.api.Registry
Copy a resource in the registry.
CoreRegistry - Interface in org.wso2.carbon.registry.api
This represents the most fundamental API for the Registry.
CREATE_REMOTE_LINK - Static variable in class org.wso2.carbon.registry.api.Activity
Filter value for the creating remote link action.
CREATE_SYMBOLIC_LINK - Static variable in class org.wso2.carbon.registry.api.Activity
Filter value for the creating symbolic link action.
createLink(String, String) - Method in interface org.wso2.carbon.registry.api.Registry
Create a symbolic link or mount a registry
createLink(String, String, String) - Method in interface org.wso2.carbon.registry.api.Registry
Create a symbolic link or mount a registry
createVersion(String) - Method in interface org.wso2.carbon.registry.api.Registry
Creates a new version of the resource.

D

delete(String) - Method in interface org.wso2.carbon.registry.api.CoreRegistry
Deletes the resource at the given path.
DELETE_COMMENT - Static variable in class org.wso2.carbon.registry.api.Activity
Filter value for the action of deleting a comment.
DELETE_RESOURCE - Static variable in class org.wso2.carbon.registry.api.Activity
Filter value for the resource deleting action.
DENY_SELECTED - Static variable in interface org.wso2.carbon.registry.api.Collection
Deprecated.
DEPENDS - Static variable in class org.wso2.carbon.registry.api.Association
Identifies a dependency to a resources.
discard() - Method in interface org.wso2.carbon.registry.api.Resource
Method to discard the resource
dump(String, Writer) - Method in interface org.wso2.carbon.registry.api.Registry
Check out the given path as an xml.

E

editComment(String, String) - Method in interface org.wso2.carbon.registry.api.Registry
Change the text of an existing comment.
editPropertyValue(String, String, String) - Method in interface org.wso2.carbon.registry.api.Resource
Edit property value.
executeQuery(String, Map) - Method in interface org.wso2.carbon.registry.api.Registry
Executes a custom query which lives at the given path in the Registry.

G

get(String) - Method in interface org.wso2.carbon.registry.api.CoreRegistry
Returns the resource at the given path.
get(String, int, int) - Method in interface org.wso2.carbon.registry.api.CoreRegistry
Returns the Collection at the given path, with the content paginated according to the arguments.
getAction() - Method in class org.wso2.carbon.registry.api.Activity
Method to get the action.
getActionData() - Method in class org.wso2.carbon.registry.api.Activity
Method to get the action data.
getAllAssociations(String) - Method in interface org.wso2.carbon.registry.api.Registry
Get all associations of the given resource.
getAspectActions(String, String) - Method in interface org.wso2.carbon.registry.api.Registry
Obtain a list of the available actions on a given resource for a given Aspect.
getAspects() - Method in interface org.wso2.carbon.registry.api.Resource
Get the aspects associated with the resource.
getAssociations(String, String) - Method in interface org.wso2.carbon.registry.api.Registry
Get all associations of the given resource for a give association type.
getAssociationType() - Method in class org.wso2.carbon.registry.api.Association
Method to get the association type.
getAuthorUserName() - Method in interface org.wso2.carbon.registry.api.Resource
Get the user name of the resource author.
getAvailableAspects() - Method in interface org.wso2.carbon.registry.api.Registry
Get a list of the available Aspects for this Registry
getAverageRating(String) - Method in interface org.wso2.carbon.registry.api.Registry
Returns the average rating for the given resource.
getChildCount() - Method in interface org.wso2.carbon.registry.api.Collection
Method to return the the number of children.
getChildren() - Method in interface org.wso2.carbon.registry.api.Collection
Method to return the absolute paths of the children of the collection
getChildren(int, int) - Method in interface org.wso2.carbon.registry.api.Collection
Method to return the paths of the selected range of children.
getCommentID() - Method in interface org.wso2.carbon.registry.api.Comment
Method to get the comment id.
getCommentPath() - Method in interface org.wso2.carbon.registry.api.Comment
Method to get the comment path.
getComments(String) - Method in interface org.wso2.carbon.registry.api.Registry
Get all comments for the given resource.
getConfigSystemRegistry() - Method in interface org.wso2.carbon.registry.api.RegistryService
Returns a registry to be used for system operations.
getConfigSystemRegistry(int) - Method in interface org.wso2.carbon.registry.api.RegistryService
Returns a registry to be used for system operations.
getConfigUserRegistry() - Method in interface org.wso2.carbon.registry.api.RegistryService
Creates a Registry instance for anonymous user from the configuration registry space.
getConfigUserRegistry(String, String) - Method in interface org.wso2.carbon.registry.api.RegistryService
Creates Registry instances for normal users from the configuration registry space.
getConfigUserRegistry(String) - Method in interface org.wso2.carbon.registry.api.RegistryService
Creates a Registry instance for the given user from the configuration registry space.
getConfigUserRegistry(String, int) - Method in interface org.wso2.carbon.registry.api.RegistryService
Creates a Registry instance for the given user from the configuration registry space with the tenant id.
getConfigUserRegistry(String, String, int) - Method in interface org.wso2.carbon.registry.api.RegistryService
Creates Registry instances for normal users from the configuration registry space.
getContent() - Method in interface org.wso2.carbon.registry.api.Resource
Method to get the content of the resource.
getContentStream() - Method in interface org.wso2.carbon.registry.api.Resource
Method to get the content stream.
getCreatedTime() - Method in interface org.wso2.carbon.registry.api.Resource
Method to get the created time.
getDate() - Method in class org.wso2.carbon.registry.api.Activity
Method to get the date.
getDescription() - Method in interface org.wso2.carbon.registry.api.Resource
Method to get the description.
getDestinationPath() - Method in class org.wso2.carbon.registry.api.Association
Method to get the destination path.
getEventingServiceURL(String) - Method in interface org.wso2.carbon.registry.api.Registry
Gets the URL of the WS-Eventing Service.
getGovernanceSystemRegistry() - Method in interface org.wso2.carbon.registry.api.RegistryService
Creates a Registry instance for the Governance space.
getGovernanceSystemRegistry(int) - Method in interface org.wso2.carbon.registry.api.RegistryService
Creates a Registry instance for the Governance space.
getGovernanceUserRegistry() - Method in interface org.wso2.carbon.registry.api.RegistryService
Creates a Registry instance for anonymous user from the Governance space.
getGovernanceUserRegistry(String, String) - Method in interface org.wso2.carbon.registry.api.RegistryService
Creates a Registry instance for anonymous user from the Governance space.
getGovernanceUserRegistry(String) - Method in interface org.wso2.carbon.registry.api.RegistryService
Creates a Registry instance for anonymous user from the Governance space.
getGovernanceUserRegistry(String, String, int) - Method in interface org.wso2.carbon.registry.api.RegistryService
Creates a Registry instance for anonymous user from the Governance space.
getGovernanceUserRegistry(String, int) - Method in interface org.wso2.carbon.registry.api.RegistryService
Creates a Registry instance for anonymous user from the Governance space.
getId() - Method in interface org.wso2.carbon.registry.api.Resource
The Resource ID, In the default implementation this returns the path.
getLastModified() - Method in interface org.wso2.carbon.registry.api.Resource
Method to get the last modified date.
getLastUpdaterUserName() - Method in interface org.wso2.carbon.registry.api.Resource
Method to get the last updated user name.
getLocalRepository() - Method in interface org.wso2.carbon.registry.api.RegistryService
Returns a registry to be used for node-specific system operations.
getLocalRepository(int) - Method in interface org.wso2.carbon.registry.api.RegistryService
Returns a registry to be used for node-specific system operations.
getLogs(String, int, String, Date, Date, boolean) - Method in interface org.wso2.carbon.registry.api.Registry
Returns the logs of the activities occurred in the registry.
getMediaType() - Method in interface org.wso2.carbon.registry.api.Resource
Get media type.
getMetaData(String) - Method in interface org.wso2.carbon.registry.api.Registry
Returns the meta data of the resource at a given path.
getParentPath() - Method in interface org.wso2.carbon.registry.api.Resource
Get the parent path.
getPath() - Method in interface org.wso2.carbon.registry.api.Resource
Method to get the path.
getPermanentPath() - Method in interface org.wso2.carbon.registry.api.Resource
If resource is version-ed, the associated version of the resource does not get modified by any means.
getProperties() - Method in interface org.wso2.carbon.registry.api.Resource
Returns all properties of the resource.
getProperty(String) - Method in interface org.wso2.carbon.registry.api.Resource
Get the property value for the given key, if there are multiple value for that key, it will return the first value.
getPropertyValues(String) - Method in interface org.wso2.carbon.registry.api.Resource
Returns the list of values for the given property name.
getRating(String, String) - Method in interface org.wso2.carbon.registry.api.Registry
Returns the rating given to the specified resource by the given user
getRegistry() - Method in interface org.wso2.carbon.registry.api.RegistryService
Creates a Registry instance for anonymous user which contains the entire registry tree starting from '/'.
getRegistry(String, String) - Method in interface org.wso2.carbon.registry.api.RegistryService
Creates a Registry instance for anonymous user which contains the entire registry tree starting from '/'.
getRegistry(String) - Method in interface org.wso2.carbon.registry.api.RegistryService
Creates a Registry instance for anonymous user which contains the entire registry tree starting from '/'.
getRegistry(String, String, int) - Method in interface org.wso2.carbon.registry.api.RegistryService
Creates a Registry instance for anonymous user which contains the entire registry tree starting from '/'.
getRegistry(String, String, int, String) - Method in interface org.wso2.carbon.registry.api.RegistryService
Creates a Registry instance for anonymous user which contains the entire registry tree starting from '/'.
getRegistry(String, int) - Method in interface org.wso2.carbon.registry.api.RegistryService
Creates a Registry instance for anonymous user which contains the entire registry tree starting from '/'.
getRegistry(String, int, String) - Method in interface org.wso2.carbon.registry.api.RegistryService
Creates a Registry instance for anonymous user which contains the entire registry tree starting from '/'.
getResource() - Method in class org.wso2.carbon.registry.api.GhostResource
Method to obtain the encapsulated resource.
getResourcePath() - Method in class org.wso2.carbon.registry.api.Activity
Get the resource path of the log entry.
getResourcePath() - Method in class org.wso2.carbon.registry.api.TaggedResourcePath
Method to get the resource path.
getResourcePathsWithTag(String) - Method in interface org.wso2.carbon.registry.api.Registry
Returns the paths of all Resources that are tagged with the given tag.
getSourcePath() - Method in class org.wso2.carbon.registry.api.Association
Method to get the source path.
getState() - Method in interface org.wso2.carbon.registry.api.Resource
Method to get the state.
getTagCount() - Method in class org.wso2.carbon.registry.api.Tag
Get the tag count.
getTagName() - Method in class org.wso2.carbon.registry.api.Tag
Get the tag name.
getTags(String) - Method in interface org.wso2.carbon.registry.api.Registry
Returns all tags used for tagging the given resource.
getTags() - Method in class org.wso2.carbon.registry.api.TaggedResourcePath
Method to get the tag count.
getText() - Method in class org.wso2.carbon.registry.api.Activity
Method to set the text for the log entry.
getText() - Method in interface org.wso2.carbon.registry.api.Comment
Get the comment text.
getTitle() - Method in class org.wso2.carbon.registry.api.Activity
Method to get the title of the log entry.
getUser() - Method in interface org.wso2.carbon.registry.api.Comment
Get the commenting user.
getUserName() - Method in class org.wso2.carbon.registry.api.Activity
Method to get the user name the action is logged with.
getVersions(String) - Method in interface org.wso2.carbon.registry.api.Registry
Get a list of all versions of the resource located at the given path.
GhostResource<T> - Class in org.wso2.carbon.registry.api
This class contains a reference to a resource that will be dynamically populated into the cache.
GhostResource(T) - Constructor for class org.wso2.carbon.registry.api.GhostResource
Creates a new entry to be cached.

I

importResource(String, String, Resource) - Method in interface org.wso2.carbon.registry.api.Registry
Creates a resource by fetching the resource content from the given URL.
invokeAspect(String, String, String) - Method in interface org.wso2.carbon.registry.api.Registry
This invokes an action on a specified Aspect, which must be associated with the Resource at the given path.

M

MOVE - Static variable in class org.wso2.carbon.registry.api.Activity
Filter value for the resource moving action.
move(String, String) - Method in interface org.wso2.carbon.registry.api.Registry
Move a resource in the registry.

N

newCollection() - Method in interface org.wso2.carbon.registry.api.CoreRegistry
Creates a new collection.
newResource() - Method in interface org.wso2.carbon.registry.api.CoreRegistry
Creates a new resource.

O

org.wso2.carbon.registry.api - package org.wso2.carbon.registry.api
 

P

put(String, Resource) - Method in interface org.wso2.carbon.registry.api.CoreRegistry
Adds or updates resources in the registry.

R

rateResource(String, int) - Method in interface org.wso2.carbon.registry.api.Registry
Rate the given resource.
RATING - Static variable in class org.wso2.carbon.registry.api.Activity
Filter value for the resource rating action.
Registry - Interface in org.wso2.carbon.registry.api
This is the "Full" Registry interface.
RegistryException - Exception in org.wso2.carbon.registry.api
Base Class for capturing any type of exception that occurs when using the Registry APIs.
RegistryException(String) - Constructor for exception org.wso2.carbon.registry.api.RegistryException
Constructs a new exception with the specified detail message.
RegistryException(String, Throwable) - Constructor for exception org.wso2.carbon.registry.api.RegistryException
Constructs a new exception with the specified detail message and cause.
RegistryService - Interface in org.wso2.carbon.registry.api
This interface can be used to implement an OSGi Service of the Registry.
REMOVE_ASSOCIATION - Static variable in class org.wso2.carbon.registry.api.Activity
Filter value for the removing association action.
REMOVE_LINK - Static variable in class org.wso2.carbon.registry.api.Activity
Filter value for the removing link action.
REMOVE_TAG - Static variable in class org.wso2.carbon.registry.api.Activity
Filter value for the action of removing a tag.
removeAspect(String) - Method in interface org.wso2.carbon.registry.api.Resource
Method to remove an aspect.
removeAssociation(String, String, String) - Method in interface org.wso2.carbon.registry.api.Registry
To remove an association for a given resource
removeComment(String) - Method in interface org.wso2.carbon.registry.api.Registry
Delete an existing comment.
removeLink(String) - Method in interface org.wso2.carbon.registry.api.Registry
Remove a symbolic link or mount point created
removeProperty(String) - Method in interface org.wso2.carbon.registry.api.Resource
Remove property.
removePropertyValue(String, String) - Method in interface org.wso2.carbon.registry.api.Resource
Remove property value.
removeTag(String, String) - Method in interface org.wso2.carbon.registry.api.Registry
Removes a tag on a resource.
RENAME - Static variable in class org.wso2.carbon.registry.api.Activity
Filter value for the resource renaming action.
rename(String, String) - Method in interface org.wso2.carbon.registry.api.Registry
Rename a resource in the registry.
Resource - Interface in org.wso2.carbon.registry.api
Interface to represent a resource that is stored on the registry.
resourceExists(String) - Method in interface org.wso2.carbon.registry.api.CoreRegistry
Check whether a resource exists at the given path
resourcePath - Variable in class org.wso2.carbon.registry.api.TaggedResourcePath
Resource path for which the tag counts are associated.
RESTORE - Static variable in class org.wso2.carbon.registry.api.Activity
Filter value for the resource restoring action.
restore(String, Reader) - Method in interface org.wso2.carbon.registry.api.Registry
Check in the input axiom element into database.
restoreVersion(String) - Method in interface org.wso2.carbon.registry.api.Registry
Reverts a resource to a given version.

S

searchContent(String) - Method in interface org.wso2.carbon.registry.api.Registry
Search the content of resources
setAction(int) - Method in class org.wso2.carbon.registry.api.Activity
Method to set the action.
setActionData(String) - Method in class org.wso2.carbon.registry.api.Activity
Method to set the action data.
setAssociationType(String) - Method in class org.wso2.carbon.registry.api.Association
Method to get the association type.
setChildren(String[]) - Method in interface org.wso2.carbon.registry.api.Collection
Method to set the absolute paths of the children belonging to this collection.
setCommentID(long) - Method in interface org.wso2.carbon.registry.api.Comment
Method to set the comment id.
setCommentPath(String) - Method in interface org.wso2.carbon.registry.api.Comment
Method to set the comment path.
setContent(Object) - Method in interface org.wso2.carbon.registry.api.Resource
Set the content of the resource.
setContentStream(InputStream) - Method in interface org.wso2.carbon.registry.api.Resource
Method to set the content stream.
setDate(Date) - Method in class org.wso2.carbon.registry.api.Activity
Method to set the date.
setDescription(String) - Method in interface org.wso2.carbon.registry.api.Resource
Method to set the description.
setDestinationPath(String) - Method in class org.wso2.carbon.registry.api.Association
Method to set the destination path.
setEventingServiceURL(String, String) - Method in interface org.wso2.carbon.registry.api.Registry
Sets the URL of the WS-Eventing Service.
setMediaType(String) - Method in interface org.wso2.carbon.registry.api.Resource
Set media type.
setProperties(Properties) - Method in interface org.wso2.carbon.registry.api.Resource
Set properties.
setProperty(String, String) - Method in interface org.wso2.carbon.registry.api.Resource
Set a property with single value.
setProperty(String, List<String>) - Method in interface org.wso2.carbon.registry.api.Resource
Set a property with multiple value.
setResource(T) - Method in class org.wso2.carbon.registry.api.GhostResource
Method to change the encapsulated resource.
setResourcePath(String) - Method in class org.wso2.carbon.registry.api.Activity
Set the resource path to the log entry.
setResourcePath(String) - Method in class org.wso2.carbon.registry.api.TaggedResourcePath
Method to get the resource path.
setSourcePath(String) - Method in class org.wso2.carbon.registry.api.Association
Method to set the source path.
setTagCount(long) - Method in class org.wso2.carbon.registry.api.Tag
Set the the number of times the same tag has been used.
setTagName(String) - Method in class org.wso2.carbon.registry.api.Tag
Set the tag name.
setText(String) - Method in interface org.wso2.carbon.registry.api.Comment
Set the comment text.
setUser(String) - Method in interface org.wso2.carbon.registry.api.Comment
Set the commenting user.
setUserName(String) - Method in class org.wso2.carbon.registry.api.Activity
Set the user name the action is logged with.

T

TAG - Static variable in class org.wso2.carbon.registry.api.Activity
Filter value for the resource tagging action.
Tag - Class in org.wso2.carbon.registry.api
Represents a tag and its meta-data.
Tag() - Constructor for class org.wso2.carbon.registry.api.Tag
 
tagCount - Variable in class org.wso2.carbon.registry.api.Tag
Number of taggings done using this tag.
TaggedResourcePath - Class in org.wso2.carbon.registry.api
Contains a resource path and tagging details of tags on that resource.
TaggedResourcePath() - Constructor for class org.wso2.carbon.registry.api.TaggedResourcePath
 
tagName - Variable in class org.wso2.carbon.registry.api.Tag
Name of the tag.
tags - Variable in class org.wso2.carbon.registry.api.TaggedResourcePath
Tags which are associated with resourcePath

U

UPDATE - Static variable in class org.wso2.carbon.registry.api.Activity
Filter value for the resource updating action.
USED_BY - Static variable in class org.wso2.carbon.registry.api.Association
Identifies a usage of a resource.
A C D E G I M N O P R S T U 

Copyright © 2018 WSO2 Inc. All rights reserved.