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>
Modifier and Type | Method and Description |
---|---|
String[] |
getAllLifeCycleState(String LCName)
Get all the states from the LC
|
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.
|
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.Copyright © 2016 WSO2. All Rights Reserved.