A C D E G I L M O P R S U V

A

addAspect(String, String) - Method in interface org.wso2.carbon.registry.admin.api.governance.IChecklistLifecycleService
Method to add the named aspect to the given resource path.
addAssociation(String, String, String, String) - Method in interface org.wso2.carbon.registry.admin.api.relations.IRelationService
Method to add an association (or dependency).
addCollection(String, String, String, String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to add a new collection to the repository.
addComment(String, String, String) - Method in interface org.wso2.carbon.registry.admin.api.info.IInfoService
Method to add a new comment to this a resource/collection.
addExtension(String, DataHandler) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to upload an extension to the registry.
addRemoteLink(String, String, String, String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to create a link to a remote resource (a resource on another repository that has been mounted into this repository).
addResource(String, String, String, DataHandler, String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to add a new resource from the filesystem into the repository.
addRolePermission(String, String, String, String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to add a role permission to the given resource (or collection) path.
addService(String) - Method in interface org.wso2.carbon.registry.admin.api.governance.IManageServicesService
Method to add a new service to the repository.
addSymbolicLink(String, String, String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to create a symbolic link.
addTag(String, String, String) - Method in interface org.wso2.carbon.registry.admin.api.info.IInfoService
Method to add a new tag to a resource/collection.
addTextContent(String, String, String, String, String) - Method in interface org.wso2.carbon.registry.admin.api.resource.ITextResourceManagementService
Method to add a text resource to the repository.

C

canChange(String) - Method in interface org.wso2.carbon.registry.admin.api.governance.IManageServicesService
Method to determine whether the given user can make changes to a service at the given resource path.
changeRolePermissions(String, String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to change the permissions that have been granted to the given resource.
copyResource(String, String, String, String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to copy a resource on the repository from one location to another.
createHandler(String) - Method in interface org.wso2.carbon.registry.admin.api.handler.IHandlerManagementService
Method to create a handler using the provided configuration.
createLifecycle(LifecycleConfigurationBean) - Method in interface org.wso2.carbon.registry.admin.api.governance.ILifecycleManagementService
Method to create a new lifecycle configuration.
createVersion(String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to create a new version at the given path.

D

delete(String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to delete a resource (or collection) at the given path.
deleteHandler(String) - Method in interface org.wso2.carbon.registry.admin.api.handler.IHandlerManagementService
Method to delete the configuration of a named handler.
deleteLifecycle(String) - Method in interface org.wso2.carbon.registry.admin.api.governance.ILifecycleManagementService
Method to delete an existing lifecycle configuration.

E

editService(String) - Method in interface org.wso2.carbon.registry.admin.api.governance.IManageServicesService
Method to obtain the content of the service by the given name for editing.

G

getActivities(String, String, String, String, String, String, String) - Method in interface org.wso2.carbon.registry.admin.api.activities.IActivityService
Method to obtain the list of activities that took place on the back-end registry.
getAdvancedSearchFilter(String) - Method in interface org.wso2.carbon.registry.admin.api.search.ISearchService
Returns the filter to populate advanced search fields
getAdvancedSearchResults(CustomSearchParameterBean) - Method in interface org.wso2.carbon.registry.admin.api.search.ISearchService
This method generates a search query according to parameters passed, and runs this query against the Registry and returns matching resutls
getAssociationTree(String, String) - Method in interface org.wso2.carbon.registry.admin.api.relations.IRelationService
Method to obtain a list of associations.
getCollectionContent(String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to obtain the content of a collection.
getCollectionMediatypeDefinitions() - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to obtain a list of media types against which handlers that are responsible for creating various collection types are registered.
getComments(String, String) - Method in interface org.wso2.carbon.registry.admin.api.info.IInfoService
Method to obtain a list of comments that were made against a resource/collection.
getContentBean(String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to obtain a bean that can be used to manage the content of this resource.
getContentDownloadBean(String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to obtain a bean from with the content of the given resource can be downloaded.
getContentSearchResults(String) - Method in interface org.wso2.carbon.registry.admin.api.indexing.IContentBasedSearchService
Method to do a search of the given query in the content of the resources on the registry.
getCustomUIMediatypeDefinitions() - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to obtain a list of media types against which custom user interfaces that are which will show up on the management console in place of the standard user interfaces for resources are registered
getDependencies(String) - Method in interface org.wso2.carbon.registry.admin.api.relations.IRelationService
Method to obtain a list of dependencies.
getEventTypes(String, String) - Method in interface org.wso2.carbon.registry.admin.api.info.IInfoService
Method to obtain a list of event types that are available for a resource/collection.
getHandlerCollectionLocation() - Method in interface org.wso2.carbon.registry.admin.api.handler.IHandlerManagementService
Method to obtain the location at which the handler collection is stored on the registry.
getHandlerConfiguration(String) - Method in interface org.wso2.carbon.registry.admin.api.handler.IHandlerManagementService
Method to obtain the configuration of a named handler.
getHandlerList() - Method in interface org.wso2.carbon.registry.admin.api.handler.IHandlerManagementService
Method to obtain the list of handlers that have been configured through the Handler Administration API.
getLifecycleBean(String) - Method in interface org.wso2.carbon.registry.admin.api.governance.IChecklistLifecycleService
Method to obtain the lifecycle bean for the given resource path.
getLifecycleBean(String) - Method in interface org.wso2.carbon.registry.admin.api.governance.ILifecycleManagementService
Method to obtain a configuration bean for the given lifecycle.
getLifecycleConfiguration(String) - Method in interface org.wso2.carbon.registry.admin.api.governance.ILifecycleManagementService
Method to obtain the lifecycle configuration of the given lifecycle.
getLifecycleList() - Method in interface org.wso2.carbon.registry.admin.api.governance.ILifecycleManagementService
Method to obtain a list of currently configured lifecycles.
getLifecyclesCollectionLocation() - Method in interface org.wso2.carbon.registry.admin.api.governance.ILifecycleManagementService
Method to obtain the location on the repository where lifecycle configurations are stored.
getMediatypeDefinitions() - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to obtain a list of media types for resources stored on the repository.
getMediaTypeSearch(String) - Method in interface org.wso2.carbon.registry.admin.api.search.ISearchService
Returns the
getMetadata(String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to obtain resource metadata.
getPermissions(String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to obtain a bean that can be used to manage and manipulate resource permissions.
getProperties(String, String) - Method in interface org.wso2.carbon.registry.admin.api.properties.IPropertiesAdminService
Method to return all the properties of a given resource.
getProperty(String, String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to obtain a named property of the given resource.
getRatings(String, String) - Method in interface org.wso2.carbon.registry.admin.api.info.IInfoService
Method to obtain a list of ratings that were made against a resource/collection.
getRemoteURL(String, String) - Method in interface org.wso2.carbon.registry.admin.api.info.IInfoService
Method to obtain the remote url of the given resource or collection.
getResourceData(String[]) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to obtain the resource data for the given list of resource paths.
getResourceTreeEntry(String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to obtain a bean for an entry on the resource tree.
getSavedFilters() - Method in interface org.wso2.carbon.registry.admin.api.search.ISearchService
Return names of all saved filters
getSearchResults(String, String) - Method in interface org.wso2.carbon.registry.admin.api.search.ISearchService
This method generates a search query that runs against the Registry and returns matching results
getServiceConfiguration() - Method in interface org.wso2.carbon.registry.admin.api.governance.IConfigureServiceUIService
Method to obtain the current service UI configuration.
getServicePath() - Method in interface org.wso2.carbon.registry.admin.api.governance.IManageServicesService
Method to obtain the path at which services are stored on the repository.
getSessionResourcePath() - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to obtain the resource path which has been set on the servlet session.
getSubscriptions(String, String) - Method in interface org.wso2.carbon.registry.admin.api.info.IInfoService
Method to obtain a list of subscriptions that were made against a resource/collection.
getTags(String, String) - Method in interface org.wso2.carbon.registry.admin.api.info.IInfoService
Method to obtain a list of tags that were made against a resource/collection.
getTextContent(String) - Method in interface org.wso2.carbon.registry.admin.api.resource.ITextResourceManagementService
Method to obtain the text content of the given resource.
getUserProfile(String) - Method in interface org.wso2.carbon.registry.admin.api.profiles.IProfilesAdminService
Method to retrieve profile details from the registry.
getVersionsBean(String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to obtain a list of versions of the given resource.

I

IActivityService<ActivityBean> - Interface in org.wso2.carbon.registry.admin.api.activities
Provides functionality to list activities on the back-end registry instance.
IChecklistLifecycleService<LifecycleBean> - Interface in org.wso2.carbon.registry.admin.api.governance
This provides functionality to manage a check-list of a given lifecycle which is available for a particular resource or collection, with the corresponding lifecycle.
IConfigureServiceUIService - Interface in org.wso2.carbon.registry.admin.api.governance
This provides functionality to configure the user interface that is available for managing services through the Management Console.
IContentBasedSearchService<SearchResultsBean> - Interface in org.wso2.carbon.registry.admin.api.indexing
Provides functionality to search inside resource content.
ICustomUIService - Interface in org.wso2.carbon.registry.admin.api.resource
This provides functionality to be used by an implementation of a custom user interface that is used in place of the standard user interface for a resource on the Management Console.
IHandlerManagementService<SimulationResponse,SimulationRequest> - Interface in org.wso2.carbon.registry.admin.api.handler
Provides functionality to list (view, edit, delete), and simulate handlers configured on the Registry.
IInfoService<CommentBean,TagBean,RatingBean,EventTypeBean,SubscriptionBean> - Interface in org.wso2.carbon.registry.admin.api.info
Provides functionality to access the community features available around each registry resource and collection.
ILifecycleManagementService<LifecycleConfigurationBean> - Interface in org.wso2.carbon.registry.admin.api.governance
This provides functionality to manage various lifecycle (or aspects which are lifecycles) configurations on the registry.
IListMetadataService<ServiceBean,WSDLBean,PolicyBean,SchemaBean> - Interface in org.wso2.carbon.registry.admin.api.governance
This provides functionality to list metadata information on the repository, and display them on the Management Console.
IManageServicesService - Interface in org.wso2.carbon.registry.admin.api.governance
This provides functionality to manage services stored on the repository.
importResource(String, String, String, String, String, String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to import a resource (available on a specified remote URL) in to the repository.
invokeAspect(String, String, String, String[]) - Method in interface org.wso2.carbon.registry.admin.api.governance.IChecklistLifecycleService
Method to invoke an action of the defined aspect at the given resource (or collection) path.
IProfilesAdminService<ProfilesBean> - Interface in org.wso2.carbon.registry.admin.api.profiles
Provides functionality to load and store user profile details in to the registry.
IPropertiesAdminService<PropertiesBean> - Interface in org.wso2.carbon.registry.admin.api.properties
Provides functionality to search inside resource content.
IRelationService<DependenciesBean,AssociationTreeBean> - Interface in org.wso2.carbon.registry.admin.api.relations
Provides functionality to manage relationships (associations and dependencies) among resources and collections.
IResourceService<MetadataBean,CollectionContentBean,ResourceData,ContentBean,PermissionBean,VersionsBean,ResourceTreeEntryBean,ContentDownloadBean> - Interface in org.wso2.carbon.registry.admin.api.resource
This provides the functionality to manage resources and collections on the repository.
isAuthorized(String, String) - Method in interface org.wso2.carbon.registry.admin.api.resource.ICustomUIService
Checks whether the currently logged in user is authorized to perform the given action on the given path.
ISearchService<SearchResultsBean,AdvancedSearchResultsBean,CustomSearchParameterBean,MediaTypeValueList> - Interface in org.wso2.carbon.registry.admin.api.search
This provides functionality to search resources available in the registry by meta-data.
isLifecycleNameInUse(String) - Method in interface org.wso2.carbon.registry.admin.api.governance.ILifecycleManagementService
Method to determine whether the lifecycle configuration by the given name is currently being used.
isProfileExisting(String, String) - Method in interface org.wso2.carbon.registry.admin.api.info.IInfoService
Method to determine whether the given user has a valid user profile on the system.
isResource(String, String) - Method in interface org.wso2.carbon.registry.admin.api.info.IInfoService
Method to determine whether the given path is a resource or collection.
isRoleProfileExisting(String, String) - Method in interface org.wso2.carbon.registry.admin.api.info.IInfoService
Method to determine whether the given role has a valid profile on the system.
isRoleValid(String, String) - Method in interface org.wso2.carbon.registry.admin.api.info.IInfoService
Method to determine whether the given role identifies a valid role on the system.
isUserValid(String, String) - Method in interface org.wso2.carbon.registry.admin.api.info.IInfoService
Method to determine whether the given username identifies a valid user on the system.
ITextResourceManagementService - Interface in org.wso2.carbon.registry.admin.api.resource
This provides an interface to manage text resources.

L

listExtensions() - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
This method lists all of the installed extensions for the given tenant.
listpolicies() - Method in interface org.wso2.carbon.registry.admin.api.governance.IListMetadataService
Method to list the policies on the repository.
listschema() - Method in interface org.wso2.carbon.registry.admin.api.governance.IListMetadataService
Method to list the schema on the repository.
listservices(String) - Method in interface org.wso2.carbon.registry.admin.api.governance.IListMetadataService
Method to list the services on the repository.
listwsdls() - Method in interface org.wso2.carbon.registry.admin.api.governance.IListMetadataService
Method to list the WSDLs on the repository.

M

moveResource(String, String, String, String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to move a resource on the repository from one location to another.

O

org.wso2.carbon.registry.admin.api.activities - package org.wso2.carbon.registry.admin.api.activities
 
org.wso2.carbon.registry.admin.api.governance - package org.wso2.carbon.registry.admin.api.governance
 
org.wso2.carbon.registry.admin.api.handler - package org.wso2.carbon.registry.admin.api.handler
 
org.wso2.carbon.registry.admin.api.indexing - package org.wso2.carbon.registry.admin.api.indexing
 
org.wso2.carbon.registry.admin.api.info - package org.wso2.carbon.registry.admin.api.info
 
org.wso2.carbon.registry.admin.api.profiles - package org.wso2.carbon.registry.admin.api.profiles
 
org.wso2.carbon.registry.admin.api.properties - package org.wso2.carbon.registry.admin.api.properties
 
org.wso2.carbon.registry.admin.api.relations - package org.wso2.carbon.registry.admin.api.relations
 
org.wso2.carbon.registry.admin.api.resource - package org.wso2.carbon.registry.admin.api.resource
 
org.wso2.carbon.registry.admin.api.search - package org.wso2.carbon.registry.admin.api.search
 

P

parseConfiguration(String) - Method in interface org.wso2.carbon.registry.admin.api.governance.ILifecycleManagementService
Method to parse the given lifecycle configuration XML and generate a lifecycle configuration bean.
putUserProfile(String) - Method in interface org.wso2.carbon.registry.admin.api.profiles.IProfilesAdminService
Method to add a new user profile to the registry.

R

rateResource(String, String, String) - Method in interface org.wso2.carbon.registry.admin.api.info.IInfoService
Method to add a rating to a resource/collection.
removeAspect(String, String) - Method in interface org.wso2.carbon.registry.admin.api.governance.IChecklistLifecycleService
Method to remove the named aspect from the given resource path.
removeComment(String, String) - Method in interface org.wso2.carbon.registry.admin.api.info.IInfoService
Method to remove a comment that has been added to a resource/collection.
removeExtension(String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to remove the named extension from the registry.
removeProperty(String, String) - Method in interface org.wso2.carbon.registry.admin.api.properties.IPropertiesAdminService
Method to remove property.
removeTag(String, String, String) - Method in interface org.wso2.carbon.registry.admin.api.info.IInfoService
Method to remove a tag that has been added to a resource/collection.
renameResource(String, String, String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to rename resource (or collection) on the repository.
restoreVersion(String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to restore a resource to the given version.

S

saveAdvancedSearchFilter(CustomSearchParameterBean, String) - Method in interface org.wso2.carbon.registry.admin.api.search.ISearchService
Saves the advanced search fields as a filter for later retrieval
saveServiceConfiguration(String) - Method in interface org.wso2.carbon.registry.admin.api.governance.IConfigureServiceUIService
Method to save the updated service UI configuration to the registry.
search(UserRegistry, Input) - Method in interface org.wso2.carbon.registry.admin.api.search.SearchOSGiService
Method to search for results matching the given parameters from the registry instance provided.
search(int, Input) - Method in interface org.wso2.carbon.registry.admin.api.search.SearchOSGiService
Method to search for results matching the given parameters for the given tenant.
search(Input) - Method in interface org.wso2.carbon.registry.admin.api.search.SearchOSGiService
Method to search for results matching the given parameters.
SearchOSGiService<Input,Output> - Interface in org.wso2.carbon.registry.admin.api.search
API to perform a search through an OSGi service
setDescription(String, String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to set a description to this resource or collection.
setHandlerCollectionLocation(String) - Method in interface org.wso2.carbon.registry.admin.api.handler.IHandlerManagementService
Method to set the location at which the handler collection is stored on the registry.
setLifecyclesCollectionLocation(String) - Method in interface org.wso2.carbon.registry.admin.api.governance.ILifecycleManagementService
Method to set the location on the repository where lifecycle configurations are stored.
setProperty(String, String, String) - Method in interface org.wso2.carbon.registry.admin.api.properties.IPropertiesAdminService
Method to add a property, if there already exist a property with the same name, this will add the value to the existing property name.
setSessionResourcePath(String) - Method in interface org.wso2.carbon.registry.admin.api.resource.IResourceService
Method to set a resource path to the servlet session, to be used later.
simulate(SimulationRequest) - Method in interface org.wso2.carbon.registry.admin.api.handler.IHandlerManagementService
Method to simulate handlers on a registry.
subscribe(String, String, String, String) - Method in interface org.wso2.carbon.registry.admin.api.info.IInfoService
Method to add a subscription to a resource/collection.
subscribeREST(String, String, String, String) - Method in interface org.wso2.carbon.registry.admin.api.info.IInfoService
Method to add a REST subscription to a resource/collection.

U

unsubscribe(String, String, String) - Method in interface org.wso2.carbon.registry.admin.api.info.IInfoService
Method to remove a subscription to a resource/collection.
updateHandler(String, String) - Method in interface org.wso2.carbon.registry.admin.api.handler.IHandlerManagementService
Method to update the configuration of a named handler, using the provided configuration
updateLifecycle(String, LifecycleConfigurationBean) - Method in interface org.wso2.carbon.registry.admin.api.governance.ILifecycleManagementService
Method to update an existing lifecycle configuration.
updateProperty(String, String, String, String) - Method in interface org.wso2.carbon.registry.admin.api.properties.IPropertiesAdminService
Method to update a property (This removes the old property with the oldName)
updateTextContent(String, String) - Method in interface org.wso2.carbon.registry.admin.api.resource.ITextResourceManagementService
Method to update the text content of the given resource.

V

verifyEmail(String, String) - Method in interface org.wso2.carbon.registry.admin.api.info.IInfoService
Method to verify an e-mail address.

A C D E G I L M O P R S U V

Copyright © 2011 WSO2 Inc. All Rights Reserved.