Search

vRO intrinsic class URL

Extends ch.dunes.scripting.jsmodel.JSObject
Usable object to put/get Http requests

Attributes

Name Type Description
contentType String Gets or sets the datas (content).
datas String Gets or sets the datas (content).
host String
port Number
requestType String Gets or sets the request type (GET, PUT, POST or DELETE).
result String Returns the result.
url String Returns the URL in the form of a String

Methods

Name Returns
URL(Object url) constructor
addParameter(Object key, Object value) void
addPath(Object value) void
escapeHost(String ipAddress) String
getContent() String
getHostnameOrIPPatternStr() String
getIPAddressPatternStr() String
getIPv4AddressPatternStr() String
getIPv6AddressPatternStr() String
isValidHostname(String hostname) boolean
isValidHostnameOrIPAddress(String hostOrIP) boolean
isValidIPAddress(String ipAddress) boolean
isValidIPv4Address(String ipAddress) boolean
isValidIPv6Address(String ipAddress) boolean
post() String
postContent(Object content) String
tnamePatternStr() String
unescapeHost(String ipAddress) String

Returned by

Method Returns
System.customEventUrl(String eventName, boolean secure) URL
System.customEventUrlforServer(String eventName, String host, String port, boolean secure) URL
Workflow.getExecutionUrl(Object secure, Object inAutologon, Object inHost, Object inPort, Object inUrl) URL
Workflow.getScheduleUrl(Object secure, Object inAutologon, Object inHost, Object inPort, Object inUrl) URL
Workflow.getWebviewExecutionUrl(Object inWebviewUrlFolder, Object inPage, Object secure, Object inAutologon, Object inHost, Object inPort, Object inUrl) URL
Workflow.getWebviewScheduleUrl(Object inWebviewUrlFolder, Object inPage, Object secure, Object inAutologon, Object inHost, Object inPort, Object inUrl) URL
WorkflowInput.getAnswerUrl(Object secure, Object inAutologon, Object inHost, Object inPort, Object inUrl) URL
WorkflowInput.getInteractionUrl(Object secure, Object inHost, Object inPort) URL
WorkflowInput.getWebviewAnswerUrl(Object inWebviewUrlFolder, Object inPage, Object secure, Object inAutologon, Object inHost, Object inPort, Object inUrl) URL
WorkflowToken.getAnswerUrl(Object secure, Object inAutologon, Object inHost, Object inPort, Object inUrl) URL
WorkflowToken.getInteractionUrl(Object secure, Object inHost, Object inPort) URL
WorkflowToken.getWebviewAnswerUrl(Object inWebviewUrlFolder, Object inPage, Object secure, Object inAutologon, Object inHost, Object inPort, Object inUrl) URL

Referenced in

None