public class TransferError
extends java.lang.Object
Client.updateTransferError(String, TransferError)).| Constructor and Description |
|---|
TransferError()
Use this constructor to report errors back to the server, using
Client.updateTransferError(String, TransferError). |
TransferError(boolean emlCreationFailed,
boolean allNotificationsFailed,
boolean senderNotificationFailed,
boolean allFilesRemoved,
boolean quickConnectionPreparationFailed,
java.util.List<java.lang.String> preProcessingSkippedFiles,
java.util.List<java.lang.String> preProcessingRemovedFiles,
java.util.List<java.lang.String> failedEncryptionFiles,
java.util.List<java.lang.String> failedRecipients,
java.util.List<java.lang.String> failedArchivingSkippedFiles,
java.util.List<java.lang.String> failedArchivingRemovedFiles,
java.util.List<java.lang.String> failedArchivingConnectors)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getFailedArchivingConnectors() |
java.util.List<java.lang.String> |
getFailedArchivingRemovedFiles() |
java.util.List<java.lang.String> |
getFailedArchivingSkippedFiles() |
java.util.List<java.lang.String> |
getFailedEncryptionFiles() |
java.util.List<java.lang.String> |
getFailedRecipients() |
java.util.List<java.lang.String> |
getPreProcessingRemovedFiles() |
java.util.List<java.lang.String> |
getPreProcessingSkippedFiles() |
boolean |
isAllFilesRemoved() |
boolean |
isAllNotificationsFailed() |
boolean |
isEmlCreationFailed() |
boolean |
isQuickConnectionPreparationFailed() |
boolean |
isSenderNotificationFailed() |
void |
setAllNotificationsFailed(boolean allNotificationsFailed) |
void |
setEmlCreationFailed(boolean emlCreationFailed) |
void |
setSenderNotificationFailed(boolean senderNotificationFailed) |
public TransferError()
Client.updateTransferError(String, TransferError).public TransferError(boolean emlCreationFailed,
boolean allNotificationsFailed,
boolean senderNotificationFailed,
boolean allFilesRemoved,
boolean quickConnectionPreparationFailed,
java.util.List<java.lang.String> preProcessingSkippedFiles,
java.util.List<java.lang.String> preProcessingRemovedFiles,
java.util.List<java.lang.String> failedEncryptionFiles,
java.util.List<java.lang.String> failedRecipients,
java.util.List<java.lang.String> failedArchivingSkippedFiles,
java.util.List<java.lang.String> failedArchivingRemovedFiles,
java.util.List<java.lang.String> failedArchivingConnectors)
emlCreationFailed - Whether the EML file creation for the encrypted message failed.allNotificationsFailed - Whether no email notifications could be sent to the parties of the transfer.senderNotificationFailed - Whether the email notification could not be sent to the sender.allFilesRemoved - Whether all files were removed during the processing of the transfer.
This can happen if a file contains a virus, or if another error occurrs during the processing of a file.quickConnectionPreparationFailed - whether an error occured during the preparation of the QUICK connections.preProcessingSkippedFiles - A List of all files that were skipped during pre-processing.preProcessingRemovedFiles - A List of all files that were removed during pre-processing.failedEncryptionFiles - A List of files that could not be encrypted due to an error.failedRecipients - A List of recipients, which could not automatically be notified of the transfer.failedArchivingSkippedFiles - A List of skipped files of the archiving process.failedArchivingRemovedFiles - A List of failed files of the archiving process.failedArchivingConnectors - A List of failed archiving connectors.public boolean isEmlCreationFailed()
public void setEmlCreationFailed(boolean emlCreationFailed)
public boolean isAllNotificationsFailed()
public void setAllNotificationsFailed(boolean allNotificationsFailed)
public boolean isSenderNotificationFailed()
public void setSenderNotificationFailed(boolean senderNotificationFailed)
public boolean isAllFilesRemoved()
public boolean isQuickConnectionPreparationFailed()
public java.util.List<java.lang.String> getPreProcessingSkippedFiles()
public java.util.List<java.lang.String> getPreProcessingRemovedFiles()
public java.util.List<java.lang.String> getFailedEncryptionFiles()
public java.util.List<java.lang.String> getFailedRecipients()
public java.util.List<java.lang.String> getFailedArchivingSkippedFiles()
public java.util.List<java.lang.String> getFailedArchivingRemovedFiles()
public java.util.List<java.lang.String> getFailedArchivingConnectors()