Uses of Class
de.xima.fc.workflow.model.triggers.FcCatchErrorProps
-
Packages that use FcCatchErrorProps Package Description de.xima.fc.workflow.designer.bpmn.trigger de.xima.fc.workflow.designer.registry.triggers de.xima.fc.workflow.processor.factory -
-
Uses of FcCatchErrorProps in de.xima.fc.workflow.designer.bpmn.trigger
Fields in de.xima.fc.workflow.designer.bpmn.trigger with type parameters of type FcCatchErrorProps Modifier and Type Field Description static IWorkflowTriggerBpmnModeler<FcCatchErrorProps>FcCatchErrorBpmnModeler. INSTANCEThe immutable singleton instance of this modeler. -
Uses of FcCatchErrorProps in de.xima.fc.workflow.designer.registry.triggers
Methods in de.xima.fc.workflow.designer.registry.triggers that return types with arguments of type FcCatchErrorProps Modifier and Type Method Description IWorkflowTriggerBpmnModeler<FcCatchErrorProps>FcCatchErrorHandler. getBpmnModeler()Class<FcCatchErrorProps>FcCatchErrorHandler. getDataModelClass()Method parameters in de.xima.fc.workflow.designer.registry.triggers with type arguments of type FcCatchErrorProps Modifier and Type Method Description ISummaryKeyValueModelFcCatchErrorHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcCatchErrorProps> params)booleanFcCatchErrorHandler. isAppliesToEvent(ITriggerAppliesToEventParams<FcCatchErrorProps> params)booleanFcCatchErrorHandler. isPreconditionSatisfied(ITriggerPreconditionSatisfiedParams<FcCatchErrorProps> params)IOnTaskBeginRetValFcCatchErrorHandler. onTaskBegin(ITriggerOnTaskBeginParams<FcCatchErrorProps> params)voidFcCatchErrorHandler. onTaskFinish(ITriggerOnTaskFinishParams<FcCatchErrorProps> params) -
Uses of FcCatchErrorProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcCatchErrorProps Modifier and Type Method Description static FcCatchErrorPropsWorkflowTriggerPropsFactory. catchError()Methods in de.xima.fc.workflow.processor.factory with parameters of type FcCatchErrorProps Modifier and Type Method Description static WorkflowTriggerWorkflowTriggerFactory. catchError(FcCatchErrorProps props)
-