Adaptive Framework 0.9.0

convert_query_string_to_AdaptiveQueryCriteria

The following is a list of properties for the function convert_query_string_to_AdaptiveQueryCriteria:

PropertyValue
briefConvert query string to _AdaptiveQueryCriteria_
categoryadaptor
descriptionThis function converts a query string to an _AdaptiveQueryCriteria_ object.
functionIdconvert_query_string_to_AdaptiveQueryCriteria
functionLabelconvert_query_string_to_AdaptiveQueryCriteria
parameters[ { "dataType": "string", "description": "The query string to convert.", "name": "queryString" }, { "dataType": "string", "description": "This is the adaptorId of adaptor containing the objectType for validating and mapping this query. If not specified, no validation or mapping will occur.", "name": "adaptorId", "optional": true }, { "dataType": "string", "description": "This is the objectType used in conjunction with the adaptorId parameter. This parameter is only allowed and is required if the adaptorId parameter is specified.", "name": "objectType", "optional": true } ]
returns{ "dataType": "object", "dataTypeParameter": "_AdaptiveQueryCriteria_", "description": "An object type _AdaptiveQueryCriteria_ object representing query string." }