Interface GatewayInfoRpc


public interface GatewayInfoRpc
  • Method Details

    • getPrinterNames

      List<String> getPrinterNames()
    • getSmtpProfileNames

      List<String> getSmtpProfileNames()
    • getGatewayName

      String getGatewayName()
    • getGatewayHomePath

      String getGatewayHomePath()
    • getGatewayVersion

      Version getGatewayVersion()
    • getPlatformEdition

      PlatformEdition getPlatformEdition()
    • getPlatformLicenseState

      LicenseState getPlatformLicenseState()
    • getEdgeProjectName

      String getEdgeProjectName()
    • isPlatformLicensed

      boolean isPlatformLicensed()
    • getSystemRoles

      List<String> getSystemRoles()
    • getSecurityZones

      List<String> getSecurityZones()
    • getSecurityLevels

      List<SecurityLevelConfig> getSecurityLevels()
    • getScriptMessageEncoding

      @Nullable ScriptMessageEncoding getScriptMessageEncoding()
      The encoding format to use for client/designer <-> gateway scripted messages (system.util.sendMessage, system.util.sendRequest).
      Returns:
      Null if there is no encoding property set on the gateway - clients must send the most restrictive format possible in this case.