Uses of Class
com.helger.regrep.rim.QueryType
-
Packages that use QueryType Package Description com.helger.regrep.lcm com.helger.regrep.query com.helger.regrep.rim com.helger.regrep.spi -
-
Uses of QueryType in com.helger.regrep.lcm
Methods in com.helger.regrep.lcm that return QueryType Modifier and Type Method Description QueryTypeRemoveObjectsRequest. getQuery()Gets the value of the query property.QueryTypeUpdateObjectsRequest. getQuery()Gets the value of the query property.Methods in com.helger.regrep.lcm with parameters of type QueryType Modifier and Type Method Description voidRemoveObjectsRequest. setQuery(QueryType value)Sets the value of the query property.voidUpdateObjectsRequest. setQuery(QueryType value)Sets the value of the query property. -
Uses of QueryType in com.helger.regrep.query
Methods in com.helger.regrep.query that return QueryType Modifier and Type Method Description QueryTypeQueryRequest. getQuery()Gets the value of the query property.Methods in com.helger.regrep.query with parameters of type QueryType Modifier and Type Method Description voidQueryRequest. setQuery(QueryType value)Sets the value of the query property. -
Uses of QueryType in com.helger.regrep.rim
Methods in com.helger.regrep.rim that return QueryType Modifier and Type Method Description QueryTypeQueryType. clone()Created by ph-jaxb-plugin -Xph-cloneable2QueryTypeObjectFactory. createQueryType()Create an instance ofQueryTypeQueryTypeDynamicObjectRefType. getQuery()Gets the value of the query property.QueryTypeSubscriptionType. getSelector()Gets the value of the selector property.Methods in com.helger.regrep.rim with parameters of type QueryType Modifier and Type Method Description voidQueryType. cloneTo(QueryType ret)This method clones all values fromthisto the passed object.voidDynamicObjectRefType. setQuery(QueryType value)Sets the value of the query property.voidSubscriptionType. setSelector(QueryType value)Sets the value of the selector property. -
Uses of QueryType in com.helger.regrep.spi
Methods in com.helger.regrep.spi that return QueryType Modifier and Type Method Description QueryTypeCatalogObjectsRequest. getQuery()Gets the value of the query property.QueryTypeValidateObjectsRequest. getQuery()Gets the value of the query property.Methods in com.helger.regrep.spi with parameters of type QueryType Modifier and Type Method Description voidCatalogObjectsRequest. setQuery(QueryType value)Sets the value of the query property.voidValidateObjectsRequest. setQuery(QueryType value)Sets the value of the query property.
-