Uses of Class
org.wso2.carbon.registry.ws.api.WSCollection
Packages that use WSCollection
-
Uses of WSCollection in org.wso2.carbon.registry.ws.api
Methods in org.wso2.carbon.registry.ws.api that return WSCollectionModifier and TypeMethodDescriptionWSRegistry.WSexecuteQuery(String path, String[] key, String[] value) Executes a custom query which lives at the given path in the Registry.WSRegistry.WSgetChildCollection(String path, int start, int pageSize) 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.WSRegistry.WSnewCollection()Returns a new WSCollection instance.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 WSCollectionModifier and TypeMethodDescriptionstatic WSCollectionCommonUtil.newCollectiontoWSCollection(org.wso2.carbon.registry.core.Collection collection) static WSCollectionCommonUtil.transformCollectiontoWSCollection(org.wso2.carbon.registry.core.Collection collection, DataHandler dataHandler)