Transfer Bank Methods
Method | Description |
---|---|
addTransferToBank | Adds a Platform Server transfer to the bank.
The user calling this method must have FTAdminRight. |
updateTransferInBank | Updates a Platform Server transfer from the bank.
The user calling this method must have FTAdminRight. |
deleteTransferFromBank | Deletes a Platform Server transfer from the bank.
The user calling this method must have FTAdminRight. |
getTransferFromBank | Gets a Platform Server transfer from the bank.
The user calling this method must have FTAdminRight. |
retrieveAllTransfersFromBank | Retrieves all Platform Server transfers from the bank as an array of transfers.
The last element of the array is null. If no transfers are found, an array of one element is returned with a value of null. |
submitTransferToServer | Submits a TIBCO MFT Platform transfers from the bank to a server for execution.
The user calling this method must have FTAdminRight and FTTransferRight. |
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.