Click or drag to resize

DataObjectReferencePathParse Method

Overload List
  NameDescription
Public methodStatic memberCode exampleParse(String)
Parses a reference path.

A reference path consists of system names of reference properties seperated by slash or backslash. Certain fixed fields are also supported including among others "PROCESS" and "TARGET". Slash (/) indicates a forward reference. Backslash (\) indicates a backwards reference.

Each reference property system name can optionally be postfixed with filter expressions in {}.

The entire reference path can optionally be postfixed with a display format on the format [:][display format]. The display format may contain fixed text and variable text in the form of properties and fixed fields. Properties must be stated by their system name enclosed in square brackets (example: [NAME]).

Throws an exception if the path can't be parsed.

Public methodStatic memberParse(String, String)
Parses ReferencePath in a string representation and returns the equivalent object representation.
Top
See Also