Uses of Class
com.helger.regrep.query.QueryRequest
-
Packages that use QueryRequest Package Description com.helger.regrep com.helger.regrep.query -
-
Uses of QueryRequest in com.helger.regrep
Methods in com.helger.regrep that return QueryRequest Modifier and Type Method Description static QueryRequestRegRepHelper. createEmptyQueryRequest()static QueryRequestRegRepHelper. createQueryRequest(String sQueryDefinition, SlotType... aSlots)Methods in com.helger.regrep that return types with arguments of type QueryRequest Modifier and Type Method Description static RegRep4Reader<QueryRequest>RegRep4Reader. queryRequest()Deprecated, for removal: This API element is subject to removal in a future version.Create a reader builder forQueryRequest.static RegRep4Reader<QueryRequest>RegRep4Reader. queryRequest(com.helger.commons.io.resource.ClassPathResource... aAdditionalXSDs)Deprecated, for removal: This API element is subject to removal in a future version.Create a reader builder forQueryRequest.static RegRep4Reader<QueryRequest>RegRep4Reader. queryRequest(Iterable<? extends com.helger.commons.io.resource.ClassPathResource> aAdditionalXSDs)Deprecated, for removal: This API element is subject to removal in a future version.Create a reader builder forQueryRequest.static RegRep4Writer<QueryRequest>RegRep4Writer. queryRequest()Deprecated, for removal: This API element is subject to removal in a future version.Create a writer builder forQueryRequest.static RegRep4Writer<QueryRequest>RegRep4Writer. queryRequest(com.helger.commons.io.resource.ClassPathResource... aAdditionalXSDs)Deprecated, for removal: This API element is subject to removal in a future version.Create a writer builder forQueryRequest.static RegRep4Writer<QueryRequest>RegRep4Writer. queryRequest(Iterable<? extends com.helger.commons.io.resource.ClassPathResource> aAdditionalXSDs)Deprecated, for removal: This API element is subject to removal in a future version.Create a writer builder forQueryRequest. -
Uses of QueryRequest in com.helger.regrep.query
Methods in com.helger.regrep.query that return QueryRequest Modifier and Type Method Description QueryRequestQueryRequest. clone()Created by ph-jaxb-plugin -Xph-cloneable2QueryRequestObjectFactory. createQueryRequest()Create an instance ofQueryRequestMethods in com.helger.regrep.query with parameters of type QueryRequest Modifier and Type Method Description voidQueryRequest. cloneTo(QueryRequest ret)This method clones all values fromthisto the passed object.
-