Uses of Class
de.xima.fc.workflow.model.triggers.FcInvitationSentProps
-
Packages that use FcInvitationSentProps Package Description de.xima.fc.workflow.designer.bpmn.trigger de.xima.fc.workflow.designer.registry.triggers de.xima.fc.workflow.processor.factory -
-
Uses of FcInvitationSentProps in de.xima.fc.workflow.designer.bpmn.trigger
Fields in de.xima.fc.workflow.designer.bpmn.trigger with type parameters of type FcInvitationSentProps Modifier and Type Field Description static IWorkflowTriggerBpmnModeler<FcInvitationSentProps>
FcInvitationSentBpmnModeler. INSTANCE
The immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.trigger with type arguments of type FcInvitationSentProps Modifier and Type Method Description protected String
FcInvitationSentBpmnModeler. createName(IModelWorkflowTriggerParams<FcInvitationSentProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
protected String
FcInvitationSentBpmnModeler. getInterfaceName(IModelWorkflowTriggerParams<FcInvitationSentProps> params, IWorkflowBpmnModelContext context)
protected QName
FcInvitationSentBpmnModeler. getMessageStructure(IModelWorkflowTriggerParams<FcInvitationSentProps> params, IWorkflowBpmnModelContext context)
protected String
FcInvitationSentBpmnModeler. getMessageType(IModelWorkflowTriggerParams<FcInvitationSentProps> params, IWorkflowBpmnModelContext context)
protected String
FcInvitationSentBpmnModeler. getOperationName(IModelWorkflowTriggerParams<FcInvitationSentProps> params, IWorkflowBpmnModelContext context)
-
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 FcInvitationSentProps Modifier and Type Method Description IWorkflowTriggerBpmnModeler<FcInvitationSentProps>
FcInvitationSentHandler. getBpmnModeler()
Class<? extends FcInvitationSentProps>
FcInvitationSentHandler. getDataModelClass()
Method parameters in de.xima.fc.workflow.designer.registry.triggers with type arguments of type FcInvitationSentProps Modifier and Type Method Description ISummaryKeyValueModel
FcInvitationSentHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcInvitationSentProps> params)
boolean
FcInvitationSentHandler. isAppliesToEvent(ITriggerAppliesToEventParams<FcInvitationSentProps> params)
IOnTaskBeginRetVal
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 FcInvitationSentProps Modifier and Type Method Description static FcInvitationSentProps
WorkflowTriggerPropsFactory. invitationSent()
Creates a new model of typeEWorkflowTriggerType.FC_INVITATION_SENT
that occurs when an invitation was created successfully.
-