Uses of Class
de.xima.fc.workflow.model.triggers.FcCatchErrorProps
-
Packages that use FcCatchErrorProps Package Description de.xima.fc.workflow.designer.registry.triggers de.xima.fc.workflow.processor.factory -
-
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 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 ISummaryKeyValueModel
FcCatchErrorHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcCatchErrorProps> params)
boolean
FcCatchErrorHandler. isAppliesToEvent(ITriggerAppliesToEventParams<FcCatchErrorProps> params)
boolean
FcCatchErrorHandler. isPreconditionSatisfied(ITriggerPreconditionSatisfiedParams<FcCatchErrorProps> params)
IOnTaskBeginRetVal
FcCatchErrorHandler. onTaskBegin(ITriggerOnTaskBeginParams<FcCatchErrorProps> params)
void
FcCatchErrorHandler. onTaskFinish(ITriggerOnTaskFinishParams<FcCatchErrorProps> params)
-
Uses of FcCatchErrorProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type FcCatchErrorProps Modifier and Type Method Description static WorkflowTrigger
WorkflowTriggerFactory. catchError(FcCatchErrorProps props)
-