Adaptive Framework 0.9.0

compare_uri

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

PropertyValue
briefCompare URIs
categorymiscellaneous
descriptionCompare two URIs.
functionIdcompare_uri
functionLabelcompare_uri
puretrue
parameters[ { "dataType": "string", "description": "First URI for compare. This URI can not contain an asterisk (\"*\")", "name": "uri1" }, { "dataType": "string", "description": "Second URI for compare. This URI can contain asterisk (\"*\") for substitution if isValuePath is true and currentPath2 is specified.", "name": "uri2" }, { "dataType": "boolean", "description": "The URIs are adaptive value paths. If one of the URIs begins with a single slash \"/\", both must, and each 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 a relative path in the URIs. If isValuePath is not true, this parameter is ignored.", "name": "currentPath", "optional": true } ]
returns{ "dataType": "boolean", "description": "Result of comparison." }