Interface IFcInvitationSentDescriptors
- All Superinterfaces:
ITriggerDataDescriptor
- All Known Implementing Classes:
FcInvitationSentHandler
The result descriptors for the data returned by the
EWorkflowTriggerType.FC_INVITATION_SENT action.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the corresponding property of thegetTriggerDataDescriptor(IValueDescriptorFactory). -
Method Summary
Modifier and TypeMethodDescriptiondefault IValueDescriptor<?,? extends IValueBuilder<?>> Creates the value descriptor for that data that is made available to the workflow when a task with this trigger starts.
-
Field Details
-
ATTR_MAIL_TO
Name of the corresponding property of thegetTriggerDataDescriptor(IValueDescriptorFactory). The email address to which the invitation was sent, if any.- See Also:
-
-
Method Details
-
getTriggerDataDescriptor
default IValueDescriptor<?,? extends IValueBuilder<?>> getTriggerDataDescriptor(IValueDescriptorFactory f) Description copied from interface:ITriggerDataDescriptorCreates the value descriptor for that data that is made available to the workflow when a task with this trigger starts.- Specified by:
getTriggerDataDescriptorin interfaceITriggerDataDescriptor- 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 value descriptor for the data that is made available to the workflow when the a task with this trigger is executed.
- See Also:
-