Uses of Class
de.xima.fc.workflow.model.triggers.FcInvitationErrorProps
Packages that use FcInvitationErrorProps
Package
Description
-
Uses of FcInvitationErrorProps in de.xima.fc.workflow.designer.registry.triggers
Methods in de.xima.fc.workflow.designer.registry.triggers that return types with arguments of type FcInvitationErrorPropsModifier and TypeMethodDescriptionClass<? extends FcInvitationErrorProps>
FcInvitationErrorHandler.getDataModelClass()
Method parameters in de.xima.fc.workflow.designer.registry.triggers with type arguments of type FcInvitationErrorPropsModifier and TypeMethodDescriptionFcInvitationErrorHandler.getElementSummaryKeyValueModel
(IGetElementSummaryParams<FcInvitationErrorProps> params) boolean
FcInvitationErrorHandler.isAppliesToEvent
(ITriggerAppliesToEventParams<FcInvitationErrorProps> params) FcInvitationErrorHandler.onTaskBegin
(ITriggerOnTaskBeginParams<FcInvitationErrorProps> params) -
Uses of FcInvitationErrorProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcInvitationErrorPropsModifier and TypeMethodDescriptionstatic FcInvitationErrorProps
WorkflowTriggerPropsFactory.invitationError()
Creates a new model of typeEWorkflowTriggerType.FC_INVITATION_ERROR
that occurs when an invitation email could not be sent.