Uses of Class
org.wso2.carbon.registry.ws.api.WSCollection
-
Packages that use WSCollection Package Description org.wso2.carbon.registry.ws.api org.wso2.carbon.registry.ws.api.utils -
-
Uses of WSCollection in org.wso2.carbon.registry.ws.api
Methods in org.wso2.carbon.registry.ws.api that return WSCollection Modifier and Type Method Description WSCollection
WSRegistry. WSexecuteQuery(String path, String[] key, String[] value)
Executes a custom query which lives at the given path in the Registry.WSCollection
WSRegistry. WSgetChildCollection(String path, int start, int pageSize)
WSCollection
WSRegistry. WSgetWithPageSize(String path, int start, int pageSize)
Returns the WSCollection according to the Collection at the given path, with the content paginated according to the arguments.WSCollection
WSRegistry. WSnewCollection()
Returns a new WSCollection instance.WSCollection
WSRegistry. WSsearchContent(String keywords)
Search the content of resources -
Uses of WSCollection in org.wso2.carbon.registry.ws.api.utils
Methods in org.wso2.carbon.registry.ws.api.utils that return WSCollection Modifier and Type Method Description static WSCollection
CommonUtil. newCollectiontoWSCollection(org.wso2.carbon.registry.core.Collection collection)
static WSCollection
CommonUtil. transformCollectiontoWSCollection(org.wso2.carbon.registry.core.Collection collection, DataHandler dataHandler)
-