CodBi
    Preparing search index...

    Questo Element-Placeholder recupera i dettagli di un contatto specifico dal servlet CodBi-Plugin corrispondente.

    Parametro segnaposto:

    • 1°: l'ID del contatto i cui dettagli devono essere recuperati. È possibile fornire più ID utilizzando "/" come divisore (ad esempio 12345 / 678901 ).

    • 2nd: una proprietà del contatto, come ad es. "nome del nach".

    • risolve A uno dei due Array <{ anrede: string; nomevor: stringa; nachname: stringa; funzione: stringa; stellenbezeichnung: stringa; e-mail: stringa; sito web: stringa; zimmer: stringa; behoerdeId: numero; behoerdeBezeichnung: stringa; gebaeudeId: numero; gebaeudeBezeichnung: stringa; ansprechpartnerId: numero; apTelefonLandvorwahl: stringa; apTelefonOrtsvorwahl: stringa; apTelefonAnlage: stringa; apTelefonDurchwahl: stringa; apEmail: stringa;>} o un Array < string >, se viene specificato il terzo parametro.

    Autore iniziale: Callari, Salvatore (Callari@WaXCode.net) Manutentore: Callari, Salvatore (Callari@WaXCode.net)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    buffer: Map<string, string[]> = ...

    Stores the response received from the BayVIS-Request.

    stdExp: { directoryMember: RegExp } = ...

    Stores often used RegExps.

    Methods

    • Parameters

      • params: unknown[]

        The parameters for that Element-Placeholder (provided by CodBi).

      Returns Promise<
          | string
          | string[]
          | {
              anrede: string;
              ansprechpartnerId: number;
              apEmail: string;
              apTelefonAnlage: string;
              apTelefonDurchwahl: string;
              apTelefonLandvorwahl: string;
              apTelefonOrtsvorwahl: string;
              behoerdeBezeichnung: string;
              behoerdeId: number;
              email: string;
              funktion: string;
              gebaeudeBezeichnung: string;
              gebaeudeId: number;
              nachname: string;
              stellenbezeichnung: string;
              vorname: string;
              website: string;
              zimmer: string;
          }
          | {
              anrede: string;
              ansprechpartnerId: number;
              apEmail: string;
              apTelefonAnlage: string;
              apTelefonDurchwahl: string;
              apTelefonLandvorwahl: string;
              apTelefonOrtsvorwahl: string;
              behoerdeBezeichnung: string;
              behoerdeId: number;
              email: string;
              funktion: string;
              gebaeudeBezeichnung: string;
              gebaeudeId: number;
              nachname: string;
              stellenbezeichnung: string;
              vorname: string;
              website: string;
              zimmer: string;
          }[],
      >

      A CodBiError if either no data could be retrieved from the BayVIS-Endpoint or, given the È stato specificato il 3° parametro, è stata specificata una proprietà di contatto inesistente.