| Modifier and Type | Method and Description |
|---|---|
static BaseFileTransferMappedRecord |
BaseFileTransferUtils.createBaseFileTransferMappedRecord(URI uri,
ByteArrayOutputStream output)
Creates an BaseFileTransferMappedRecord from a ByteArrayOutputStream
Checksum is calculated automatically by the DefaultPayload class
|
BaseFileTransferMappedRecord |
FileTransferClient.get(ClientListEntry clientListEntry)
Gets a BaseFileTransferMappedRecord (a 'File') given a ClientListEntry
|
BaseFileTransferMappedRecord |
FileTransferClient.get(String filePath)
Gets a BaseFileTransferMappedRecord (a 'File') given a filePath
|
| Modifier and Type | Method and Description |
|---|---|
static BaseFileTransferMappedRecord |
BaseFileTransferMappedRecordTransformer.payloadToMappedRecord(Payload payload)
Method used to map an
Payload object to a
BaseFileTransferMappedRecord object. |
| Modifier and Type | Method and Description |
|---|---|
static Payload |
BaseFileTransferMappedRecordTransformer.mappedRecordToPayload(BaseFileTransferMappedRecord record)
Method used to map an
BaseFileTransferMappedRecord object to a
Payload object. |
| Modifier and Type | Method and Description |
|---|---|
protected BaseFileTransferMappedRecord |
AbstractBaseFileTransferTransactionalResourceCommand.getFile(ClientListEntry entry)
Get the Mapped record that is a representation of the file
|
protected BaseFileTransferMappedRecord |
AbstractBaseFileTransferTransactionalResourceCommand.getFile(String filePath)
Get the SFYPMapped record that is a representation of the file
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractBaseFileTransferTransactionalResourceCommand.putFile(BaseFileTransferMappedRecord file)
Put the file given
|
Copyright © 2007-2017 Ikasan. All Rights Reserved.