Interface GatewayInfoRpc
public interface GatewayInfoRpc
-
Method Summary
Modifier and TypeMethodDescriptionThe encoding format to use for client/designer <-> gateway scripted messages (system.util.sendMessage
,system.util.sendRequest
).boolean
-
Method Details
-
getPrinterNames
-
getSmtpProfileNames
-
getGatewayName
String getGatewayName() -
getGatewayHomePath
String getGatewayHomePath() -
getGatewayVersion
Version getGatewayVersion() -
getPlatformEdition
PlatformEdition getPlatformEdition() -
getPlatformLicenseState
LicenseState getPlatformLicenseState() -
getEdgeProjectName
String getEdgeProjectName() -
isPlatformLicensed
boolean isPlatformLicensed() -
getSystemRoles
-
getSecurityZones
-
getSecurityLevels
List<SecurityLevelConfig> getSecurityLevels() -
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.
-