XmlResource
XmlResource is one these types:
XmlResourceIntegrationResource
XmlResource Functions
read | XmlResource.read( [adapterName ] ) | Issues a read request to the adapter specified by adapterName on the XML Resource. |
write | XmlResource.write( [adapterName ] ) | Issues a write request to the adapter specified by adapterName on the XML Resource. |
XmlResourceBase Functions
call | XmlResource.call( [adapterName ] ) | Calls the adapter specified by adapterName on the XML or Integration Resource. |
fetch | XmlResource.fetch( ) | Transfers any non-tabular field data from the resource to mapped form fields. |
getDocument | XmlResource.getDocument( documentName ) | Returns Document object from the resource based on a given name |
setDocument | XmlResource.setDocument( documentName , document ) | Set a document from external API. |
update | XmlResource.update( ) | Transfers any non-tabular field data from mapped form fields to the resource. |
Resource Functions
setDebug | XmlResource.setDebug( debug ) | Activates or deactivates debug for the resource. |
isDebug | XmlResource.isDebug( ) | Returns true if debug is activated for the resource. |
Element Functions
getElementName | XmlResource.getElementName( ) | Returns the element name |
getElementType | XmlResource.getElementType( ) | Returns the element type |
XmlResource
interface represents an Xml Resource. An Xml Resource is used to read and write Xml documents to or from the file system, remote systems etc, and to provide additional services to process Xml documents.Further documentation.