Adaptive Framework 0.9.0

parse_uri

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

PropertyValue
briefParse URI
categorymiscellaneous
descriptionParse a URI.
functionIdparse_uri
functionLabelparse_uri
puretrue
parameters[ { "dataType": "string", "description": "URI to parse", "name": "uri" }, { "dataType": "boolean", "description": "The URI is an adaptive value path. If the path begins with a single slash \"/\", the URI will be parsed as an adaptive value path (example: /adaptorId/objectType/objectId.propertyNames)", "name": "isValuePath", "optional": true }, { "dataType": "string", "description": "If isValuePath is true, this is the current path that is used to resolve relative paths. If isValuePath is not true, this parameter is ignored.", "name": "currentPath", "optional": true } ]
returns{ "dataType": "object", "dataTypeParameter": "_AdaptiveParsedURI_", "description": "Object with results of parse." }