Uses of Class
de.xima.fc.workflow.model.triggers.FcInvitationSentProps
Packages that use FcInvitationSentProps
Package
Description
-
Uses of FcInvitationSentProps in de.xima.fc.workflow.designer.registry.triggers
Methods in de.xima.fc.workflow.designer.registry.triggers that return types with arguments of type FcInvitationSentPropsModifier and TypeMethodDescriptionClass<? extends FcInvitationSentProps>
FcInvitationSentHandler.getDataModelClass()
Method parameters in de.xima.fc.workflow.designer.registry.triggers with type arguments of type FcInvitationSentPropsModifier and TypeMethodDescriptionFcInvitationSentHandler.getElementSummaryKeyValueModel
(IGetElementSummaryParams<FcInvitationSentProps> params) boolean
FcInvitationSentHandler.isAppliesToEvent
(ITriggerAppliesToEventParams<FcInvitationSentProps> params) FcInvitationSentHandler.onTaskBegin
(ITriggerOnTaskBeginParams<FcInvitationSentProps> params) -
Uses of FcInvitationSentProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcInvitationSentPropsModifier and TypeMethodDescriptionstatic FcInvitationSentProps
WorkflowTriggerPropsFactory.invitationSent()
Creates a new model of typeEWorkflowTriggerType.FC_INVITATION_SENT
that occurs when an invitation was created successfully.