Protected StaticbufferStores the response received from the BayVIS-Request.
StaticstdStores often used RegExps.
StaticretrieveThe parameters for that Element-Placeholder (provided by CodBi).
A CodBiError if either no data could be retrieved from the BayVIS-Endpoint or, given the 3rd parameter was specified, a non existent contact property was specified.
This Element-Placeholder retrieves details of a specific contact from the corresponding CodBi-Plugin servlet.
Placeholder Parameter:
1st: The ID of the contact who's details are to be retrieved. Multiple IDs may be provided by using "/" as a divider (e.g. 12345 / 678901 ).
2nd: A property of the contact, like e.g. "nachname".
resolves To either an Array <{ anrede: string; vorname: string; nachname: string; funktion: string; stellenbezeichnung: string; email: string; website: string; zimmer: string; behoerdeId: number; behoerdeBezeichnung: string; gebaeudeId: number; gebaeudeBezeichnung: string; ansprechpartnerId: number; apTelefonLandvorwahl: string; apTelefonOrtsvorwahl: string; apTelefonAnlage: string; apTelefonDurchwahl: string; apEmail: string;>} or an Array < string >, if the 3rd parameter is specified.
Remarks
Maintainer: Callari, Salvatore (Salvatore.Callari@Ansbach.de)