new ArchActionGetRawSIPHeaders(coreGetRawSIPHeadersActionViewModel)
The Architect Scripting class that represents the GetRawSIPHeaders action.
Instances of this action should be created by calling ArchFactoryActions#addActionGetRawSIPHeaders
Parameters:
| Name | Type | Description |
|---|---|---|
coreGetRawSIPHeadersActionViewModel |
Object | ( Internal ) an Architect core get raw sip headers action view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionGetRawSIPHeaders'.
-
readonly _actionTypeId :string
-
Returns the action type identifier string from actionTypes.js
-
readonly getRawSipHeadersFailureOutputs :ArchNamedValueList
-
The contents of this named value list come from the Failure Outputs schema. It will contain two values: errorType and errorMessage. These values will be returned by the server if the action takes the Failure path.
-
readonly isArchActionGetRawSIPHeaders :boolean
-
Returns true indicating that this is an ArchActionGetRawSIPHeaders instance.
-
readonly outputSuccess :ArchActionOutput
-
The success output for this action
- Inherited From:
-
readonly rawSIPHeadersResult :ArchValueString
-
A string to retrieve a Raw SIP Header value
Methods
-
setInputDataVariable(inputDataVariable)
-
Helper method to set a variable on the value property.
Parameters:
Name Type Description inputDataVariablestring | ArchVariableString the variable to hold the caller entered data