Hierarchy

Constructors

Methods

  • Creates AddressLevel array from topic string. If topic string includes variables (denoted by encapuslating curly braces), it tries to find the enum by Name in the provided enumApplicationDomainIds. It will use the first one found. It will use the latest enumVersion for the enumName. If the enum cannot be found, it will assume an unbounded variable.

    Returns

    Array if topicString.length > 0, otherwise undefined

    Parameters

    • __namedParameters: {
          enumApplicationDomainIds?: string[];
          topicDelimiter?: string;
          topicString: string;
          xContextId?: string;
      }
      • Optional enumApplicationDomainIds?: string[]
      • Optional topicDelimiter?: string
      • topicString: string
      • Optional xContextId?: string

    Returns Promise<AddressLevel[]>

  • Parameters

    • __namedParameters: {
          applicationDomainIds?: string[];
          enumName: string;
          xContextId?: string;
      }
      • Optional applicationDomainIds?: string[]
      • enumName: string
      • Optional xContextId?: string

    Returns Promise<string>