REMOTE_CALL_RESOURCE

<< Click to Display Table of Contents >>

Navigation:  Development > Project Artifacts >

REMOTE_CALL_RESOURCE

 

The REMOTE_CALL_RESOURCE collection holds references to all routines (function, procedures, methods, etc.) identified by the connectors of existing design projects.

 

{

 "_id" : "",

 "name" : "",

 "nativeIdentifier" : "",

 "projectId" : "",

 "connectorId" : ""

}

 

Attribute

Value

Note

_id

A unique identifier for the remote call resource.

 

name

The given name for the remote call resource

By default, it is the simple name of the routine

nativeIdentifier

The full native name of the routine

Generally of the form <container>.<name>

e.g.: "public.calculate_impact"

projectId

Reference to the design project (PROJECT_WIP entry) this routine belongs to.

 

connectorId

Reference to the connector (CONNECTOR entry) this routine is accessed through.