class="default no-js"> Admin | xmlmc
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Admin

Index

Constructors

constructor

Properties

Private connection

connection: Connection

Private paramMap

paramMap: Map<string, Array<string>>

Private service

service: string

Private xmlmc

Methods

addEmailRoutingRule

  • addEmailRoutingRule(condition: string, optionalParams?: paramTypes.addEmailRoutingRuleParams): Promise<XmlmcResponse>

deleteEmailRoutingRule

  • deleteEmailRoutingRule(condition: string, optionalParams?: paramTypes.deleteEmailRoutingRuleParams): Promise<XmlmcResponse>

getAuthentication

  • getAuthentication(userId: string, optionalParams?: paramTypes.getAuthenticationParams): Promise<XmlmcResponse>

getServerConfiguration

  • getServerConfiguration(optionalParams?: paramTypes.getServerConfigurationParams): Promise<XmlmcResponse>

lockAnalyst

  • lockAnalyst(userId: string, optionalParams?: paramTypes.lockAnalystParams): Promise<XmlmcResponse>

setAuthentication

  • setAuthentication(userId: string, authenticationString: string, optionalParams?: paramTypes.setAuthenticationParams): Promise<XmlmcResponse>
  • Parameters

    • userId: string
    • authenticationString: string
    • Optional optionalParams: paramTypes.setAuthenticationParams

    Returns Promise<XmlmcResponse>

unlockAnalyst

  • unlockAnalyst(userId: string, optionalParams?: paramTypes.unlockAnalystParams): Promise<XmlmcResponse>

Generated using TypeDoc

<>