Uses of Interface
org.wso2.carbon.registry.api.Collection
-
-
Uses of Collection in org.wso2.carbon.registry.api
Methods in org.wso2.carbon.registry.api that return Collection Modifier and Type Method Description CollectionRegistry. executeQuery(String path, Map parameters)Executes a custom query which lives at the given path in the Registry.CollectionCoreRegistry. get(String path, int start, int pageSize)Returns the Collection at the given path, with the content paginated according to the arguments.CollectionCoreRegistry. newCollection()Creates a new collection.CollectionRegistry. searchContent(String keywords)Search the content of resources
-