Interface IFcEmailDescriptors
- All Superinterfaces:
IExecutionResultDescriptor, IRefinedExecutionResultDescriptor<FcEmailProps>
- All Known Implementing Classes:
FcEmailHandler
public interface IFcEmailDescriptors
The result descriptors for the data returned by the
EWorkflowNodeType.FC_EMAIL action.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe contents of the generated.emlmail archive file.static final StringThe encryption report, if the email was encrypted.static final StringThe error message if encryption for this recipient failed.static final StringThe number of recipients for which encryption failed.static final StringThe recipient's email address.static final StringA list of results for each recipient.static final StringWhether encryption for this recipient was successful.static final StringThe number of recipients for which encryption was successful.static final StringThe size of the generated.emlmail archive file.static final StringA list of mails that were sent by the email action.static final StringFor each mail that was sent: A list of BCC addresses.static final StringFor each mail that was sent: A list of CC addresses.static final StringFor each mail that was sent: The subject of the email that was sent.static final StringFor each mail that was sent: A list of recipient addresses.static final StringThe security report for the sent email, if any security features (signing/encryption) were applied.static final StringThe type of security applied to the email.static final StringThe signing report, if the email was signed.static final StringThe error message if signing failed.static final StringWhether the signing was successful.static final StringName of the corresponding property of thegetSoftErrorValueDescriptors(IValueDescriptorFactory).static final StringThe (database) ID of the user to which no mail could be sent.static final StringThe name of the user to which no mail could be sent.static final StringThe type of the user to which no mail could be sent.static final StringTheATTR_USER_NOT_FOUND_USERS_TYPEfor a user from a direct client authorization.static final StringTheATTR_USER_NOT_FOUND_USERS_TYPEfor a user from an indirect client authorization.static final StringForATTR_USER_NOT_FOUND_USERS_TYPE_USER_INDIRECTusers, a list of found user entries without an email address.static final StringForATTR_USER_NOT_FOUND_USERS_TYPE_USER_INDIRECTusers, the technical name of the user entry. -
Method Summary
Modifier and TypeMethodDescriptiondefault IFileProvisionGets the content types of the attachments and files that can be produced by an execution of the node.default Stringdefault IAttachmentValueDescriptorCreates the descriptor for the attachment or attachments that are created when the node is executed.default IAttachmentValueDescriptorSame asgetAttachmentValueDescriptorwithout data, but refined depending on the current node's configuration.default Map<String, IValueDescriptor<?, ?>> The descriptors for the different error types that may occur when the node is executed.default IFileValueDescriptorCreates the descriptor for the file or files that are created and made available to other actions when the node is executed.default Map<String, IValueDescriptor<?, ?>> The descriptors for the differentsoft errortypes that may occur when the node is executed.default IValueDescriptor<?, ? extends IValueBuilder<?>> Creates the value descriptor for the data that is made available to the workflow when the node was executed successfully.Methods inherited from interface IExecutionResultDescriptor
getAlwaysValueDescriptor, getCurrentAttachmentValueDescriptor, getCurrentFileValueDescriptor, getCurrentValueDescriptor, getErrorValueDescriptor, getSoftErrorValueDescriptorMethods inherited from interface IRefinedExecutionResultDescriptor
getAlwaysValueDescriptor, getAlwaysValueDescriptor, getAttachmentValueDescriptor, getCurrentAttachmentValueDescriptor, getCurrentAttachmentValueDescriptor, getCurrentFileValueDescriptor, getCurrentFileValueDescriptor, getCurrentValueDescriptor, getCurrentValueDescriptor, getErrorValueDescriptor, getErrorValueDescriptors, getFileValueDescriptor, getFileValueDescriptor, getSoftErrorValueDescriptor, getSoftErrorValueDescriptors, getSuccessValueDescriptor, getSuccessValueDescriptor
-
Field Details
-
ATTR_CONTENT
-
ATTR_FILE_SIZE
-
ATTR_MAILS
-
ATTR_SECURITY_REPORT
The security report for the sent email, if any security features (signing/encryption) were applied.- See Also:
-
ATTR_SECURITY_TYPE
The type of security applied to the email. One of the values fromEMailSecurityType.- See Also:
-
ATTR_SIGNING
-
ATTR_SIGNING_SUCCESS
-
ATTR_SIGNING_ERROR_MSG
-
ATTR_ENCRYPTION
-
ATTR_ENCRYPTION_SUCCESS_COUNT
The number of recipients for which encryption was successful.- See Also:
-
ATTR_ENCRYPTION_FAILURE_COUNT
The number of recipients for which encryption failed.- See Also:
-
ATTR_ENCRYPTION_RECIPIENTS
-
ATTR_ENCRYPTION_RECIPIENT_ADDRESS
-
ATTR_ENCRYPTION_SUCCESS
Whether encryption for this recipient was successful.- See Also:
-
ATTR_ENCRYPTION_ERROR_MSG
The error message if encryption for this recipient failed.- See Also:
-
ATTR_MAILS_BCC
-
ATTR_MAILS_CC
-
ATTR_MAILS_SUBJECT
For each mail that was sent: The subject of the email that was sent.- See Also:
-
ATTR_MAILS_TO
For each mail that was sent: A list of recipient addresses.- See Also:
-
ATTR_USER_NOT_FOUND_USERS
Name of the corresponding property of thegetSoftErrorValueDescriptors(IValueDescriptorFactory). A list with the users to which no mail could be sent.- See Also:
-
ATTR_USER_NOT_FOUND_USERS_ID
The (database) ID of the user to which no mail could be sent.- See Also:
-
ATTR_USER_NOT_FOUND_USERS_NAME
The name of the user to which no mail could be sent.- See Also:
-
ATTR_USER_NOT_FOUND_USERS_TYPE
The type of the user to which no mail could be sent. One ofATTR_USER_NOT_FOUND_USERS_TYPE_USER_DIRECTorATTR_USER_NOT_FOUND_USERS_TYPE_USER_INDIRECT.- See Also:
-
ATTR_USER_NOT_FOUND_USERS_TYPE_USER_DIRECT
TheATTR_USER_NOT_FOUND_USERS_TYPEfor a user from a direct client authorization.- See Also:
-
ATTR_USER_NOT_FOUND_USERS_TYPE_USER_INDIRECT
TheATTR_USER_NOT_FOUND_USERS_TYPEfor a user from an indirect client authorization.- See Also:
-
ATTR_USER_NOT_FOUND_USERS_TYPE_USER_INDIRECT_LOOKUP_ENTRIES
ForATTR_USER_NOT_FOUND_USERS_TYPE_USER_INDIRECTusers, a list of found user entries without an email address.- See Also:
-
ATTR_USER_NOT_FOUND_USERS_TYPE_USER_INDIRECT_LOOKUP_ENTRIES_NAME
ForATTR_USER_NOT_FOUND_USERS_TYPE_USER_INDIRECTusers, the technical name of the user entry.- See Also:
-
-
Method Details
-
extractSingleFileProvision
-
getAttachmentAndFileDescriptorI18nPrefix
-
getErrorValueDescriptors
Description copied from interface:IExecutionResultDescriptorThe descriptors for the different error types that may occur when the node is executed. Each discriminator of the union represents an error or exception type.var connectTimeoutError = factory.recordBuilder().requiredProperty("connectTimeoutMs", factory.integer()); var readTimeoutError = factory.recordBuilder().requiredProperty("readTimeoutMs", factory.integer()); return Map.of("CONNECT_TIMEOUT", connectTimeoutError, "READ_TIMEOUT", readTimeoutError);The example above uses a different set of data each type of error.Note that you do not have to include a general error code. When the
executemethod of a node handler throws an unhandled (runtime) exception, the error codeCmnConst.Workflow.ERROR_CODE_GENERALis set automatically.- Specified by:
getErrorValueDescriptorsin interfaceIExecutionResultDescriptor- Parameters:
f- Factory that may be used for creating the descriptor. You may also useValueDescriptorFactory.getInstance()if you wish to cache the descriptor in a static or instance field.- Returns:
- The value descriptor for the data that is made available to the workflow when the execution of the node failed (such as by throwing an exception).
-
getSoftErrorValueDescriptors
Description copied from interface:IExecutionResultDescriptorThe descriptors for the differentsoft errortypes that may occur when the node is executed. Each discriminator of the union represents an error or exception type.var missingUploadError = factory.recordBuilder().requiredProperty("elementName", factory.string()); var clientError = factory.recordBuilder().requiredProperty("statusCode", factory.integer()); return Map.of("MISSING_UPLOAD", missingUploadError, "CLIENT_ERROR", clientError);The example above uses a different data type for each type of error.@implNote This interface provides a default implementation for backwards compatibility so as not to break existing implementations. However, all existing implementations are strongly advised to override and implement this method. The default implementation may be removed at some point.
- Specified by:
getSoftErrorValueDescriptorsin interfaceIExecutionResultDescriptor- Parameters:
f- Factory that may be used for creating the descriptor. You may also useValueDescriptorFactory.getInstance()if you wish to cache the descriptor in a static or instance field.- Returns:
- The value descriptor for the data that is made available to the workflow when the execution of the node was successful, but contains one or more soft errors.
-
getSuccessValueDescriptor
default IValueDescriptor<?, ? extends IValueBuilder<?>> getSuccessValueDescriptor(IValueDescriptorFactory f) Description copied from interface:IExecutionResultDescriptorCreates the value descriptor for the data that is made available to the workflow when the node was executed successfully.- Specified by:
getSuccessValueDescriptorin interfaceIExecutionResultDescriptor- Parameters:
f- Factory that may be used for creating the descriptor. Instead of the factory passed in to this method, you may also useValueDescriptorFactory.getInstance()if you wish to cache the descriptor in a static or instance field.- Returns:
- The data provided by the node after having been executed successfully.
-
getAttachmentAndFileContentTypes
Gets the content types of the attachments and files that can be produced by an execution of the node. SeeFileListDescriptor.getContentTypes()- Returns:
- The content types of the attachments and files that can be produced by an execution of the node.
-
getAttachmentValueDescriptor
Description copied from interface:IExecutionResultDescriptorCreates the descriptor for the attachment or attachments that are created when the node is executed. Should returnnullwhen the node never creates attachments.- Specified by:
getAttachmentValueDescriptorin interfaceIExecutionResultDescriptor- Returns:
- The descriptor for the attachment or attachments made available after the node was executed.
-
getAttachmentValueDescriptor
default IAttachmentValueDescriptor getAttachmentValueDescriptor(IRefinedExecutionResultDescriptorParams<FcEmailProps> params) Description copied from interface:IRefinedExecutionResultDescriptorSame asgetAttachmentValueDescriptorwithout data, but refined depending on the current node's configuration.- Specified by:
getAttachmentValueDescriptorin interfaceIRefinedExecutionResultDescriptor<Model>- Parameters:
params- Parameters with the current properties model of the node.- Returns:
- The descriptor for the attachment or attachment made available after the node was executed. If
null, the non-refined descriptor is used.
-
getFileValueDescriptor
Description copied from interface:IExecutionResultDescriptorCreates the descriptor for the file or files that are created and made available to other actions when the node is executed. Should returnnullwhen the node provides node files.- Specified by:
getFileValueDescriptorin interfaceIExecutionResultDescriptor- Returns:
- The descriptor for the file or files made available after the node was executed.
-