|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ServiceBean - a bean containing the list of services on the repository.WSDLBean - a bean containing the list of WSDLs on the repository.PolicyBean - a bean containing the list of policies on the repository.SchemaBean - a bean containing the list of schema on the repository.public interface IListMetadataService<ServiceBean,WSDLBean,PolicyBean,SchemaBean>
This provides functionality to list metadata information on the repository, and display them on
the Management Console.
Statistics:
| Method Summary | |
|---|---|
PolicyBean |
listpolicies()
Method to list the policies on the repository. |
SchemaBean |
listschema()
Method to list the schema on the repository. |
ServiceBean |
listservices(String criteria)
Method to list the services on the repository. |
WSDLBean |
listwsdls()
Method to list the WSDLs on the repository. |
| Method Detail |
|---|
ServiceBean listservices(String criteria)
throws org.wso2.carbon.registry.core.exceptions.RegistryException
criteria - the filter criteria to be used should be a valid XML, which confirms to the
service configuration defined through IConfigureServiceUIService.
org.wso2.carbon.registry.core.exceptions.RegistryException - if the operation failed.
WSDLBean listwsdls()
throws org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.registry.core.exceptions.RegistryException - if the operation failed.
PolicyBean listpolicies()
throws org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.registry.core.exceptions.RegistryException - if the operation failed.
SchemaBean listschema()
throws org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.registry.core.exceptions.RegistryException - if the operation failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||