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