Uses of Class
org.swisspush.gateleen.core.util.ResourceCollectionException
-
Packages that use ResourceCollectionException Package Description org.swisspush.gateleen.core.util -
-
Uses of ResourceCollectionException in org.swisspush.gateleen.core.util
Methods in org.swisspush.gateleen.core.util that throw ResourceCollectionException Modifier and Type Method Description static java.util.List<java.lang.String>ExpansionDeltaUtil. extractCollectionResourceNames(io.vertx.core.json.JsonArray collectionArray)Extracts the collection resource names from the givenJsonArraystatic ExpansionDeltaUtil.CollectionResourceContainerExpansionDeltaUtil. verifyCollectionResponse(io.vertx.core.http.HttpServerRequest request, io.vertx.core.buffer.Buffer data, java.util.Set<java.lang.String> originalParams)Verifies the result of the collection request.static ExpansionDeltaUtil.CollectionResourceContainerExpansionDeltaUtil. verifyCollectionResponse(java.lang.String targetPath, io.vertx.core.buffer.Buffer data, java.util.Set<java.lang.String> originalParams)Verifies the result of the collection request.
-