Search
Preparing search index...
The search index is not available
Vlocity SDK
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"datasource/integrationprocedure/IntegrationProcedure"
IntegrationProcedure
Class IntegrationProcedure
Hierarchy
IntegrationProcedure
Implements
IDataSource
Index
Constructors
constructor
Properties
action
Mode
apex
Remote
Input
apex
Rest
Input
connection
data
SourceDB
in
Platform
Data
input
Methods
execute
get
Integration
Procedure
Path
ip
Response
Constructors
constructor
new
Integration
Procedure
(
connection
:
any
, input
:
IntegrationProcedureInput
, dataSourceDB
:
DataSourceBrowserDB
, inPlatformData
?:
Promise
<
Object
>
)
:
IntegrationProcedure
Parameters
connection:
any
input:
IntegrationProcedureInput
dataSourceDB:
DataSourceBrowserDB
Optional
inPlatformData:
Promise
<
Object
>
Returns
IntegrationProcedure
Properties
Private
action
Mode
action
Mode
:
boolean
Private
apex
Remote
Input
apex
Remote
Input
:
ApexRemoteInput
Private
apex
Rest
Input
apex
Rest
Input
:
ApexRestInput
Private
connection
connection
:
any
Private
data
SourceDB
data
SourceDB
:
DataSourceBrowserDB
Private
Optional
in
Platform
Data
in
Platform
Data
:
Promise
<
Object
>
Private
input
input
:
IntegrationProcedureInput
Methods
execute
execute
(
)
:
Promise
<
any
>
Executes the Integration Procedure
Returns
Promise
<
any
>
promise
Private
get
Integration
Procedure
Path
get
Integration
Procedure
Path
(
procedureKey
:
string
)
:
string
Parameters
procedureKey:
string
Returns
string
Private
ip
Response
ip
Response
(
response
:
string
)
:
any
Parameters
response:
string
Returns
any
Globals
"datasource/integrationprocedure/
Integration
Procedure"
Integration
Procedure
constructor
action
Mode
apex
Remote
Input
apex
Rest
Input
connection
data
SourceDB
in
Platform
Data
input
execute
get
Integration
Procedure
Path
ip
Response
Visualforce
Generated using
TypeDoc
Executes the Integration Procedure