IntegrationResource
XmlResource Functions
read | IntegrationResource.read( [adapterName ] ) | Issues a read request to the adapter specified by adapterName on the XML Resource. |
write | IntegrationResource.write( [adapterName ] ) | Issues a write request to the adapter specified by adapterName on the XML Resource. |
XmlResourceBase Functions
call | IntegrationResource.call( [adapterName ] ) | Calls the adapter specified by adapterName on the XML or Integration Resource. |
fetch | IntegrationResource.fetch( ) | Transfers any non-tabular field data from the resource to mapped form fields. |
getDocument | IntegrationResource.getDocument( documentName ) | Returns Document object from the resource based on a given name |
setDocument | IntegrationResource.setDocument( documentName , document ) | Set a document from external API. |
update | IntegrationResource.update( ) | Transfers any non-tabular field data from mapped form fields to the resource. |
Resource Functions
setDebug | IntegrationResource.setDebug( debug ) | Activates or deactivates debug for the resource. |
isDebug | IntegrationResource.isDebug( ) | Returns true if debug is activated for the resource. |
Element Functions
getElementName | IntegrationResource.getElementName( ) | Returns the element name |
getElementType | IntegrationResource.getElementType( ) | Returns the element type |
IntegrationResource
interface represents an Integration Resource. An Integration Resource is used by an Integration Service to represent the format of the request and response messages.Further documentation.