Uses of Interface
de.xima.fc.interfaces.workflow.mixin.IBeanValidatingTrigger
- 
Packages that use IBeanValidatingTrigger Package Description de.xima.fc.workflow.designer.registry.triggers de.xima.fc.workflow.mixin  - 
- 
Uses of IBeanValidatingTrigger in de.xima.fc.workflow.designer.registry.triggers
 - 
Uses of IBeanValidatingTrigger in de.xima.fc.workflow.mixin
Subinterfaces of IBeanValidatingTrigger in de.xima.fc.workflow.mixin Modifier and Type Interface Description interfaceIBaseTrigger<TData extends BaseTriggerProps>Trigger handler for triggers with a properties model that inherit fromBaseTriggerProps.interfaceIPluginTriggerHandler<TData extends BaseTriggerProps>Mixin meant forIPluginWorkflowTriggerplugins that only wish to provide a workflow trigger that executes some business logic.Classes in de.xima.fc.workflow.mixin that implement IBeanValidatingTrigger Modifier and Type Class Description classAPluginTriggerHandler<TData extends BaseTriggerProps>Abstract base class meant forIPluginWorkflowTriggerplugins that only wish to provide a workflow action that executes some business logic. 
 -