Uses of Interface
de.xima.fc.interfaces.workflow.mixin.IBeanValidatingElement
- 
- 
Uses of IBeanValidatingElement in de.xima.fc.interfaces.workflow.mixin
Subinterfaces of IBeanValidatingElement in de.xima.fc.interfaces.workflow.mixin Modifier and Type Interface Description interfaceIBeanValidatingNode<TData>Mixin that implementsIElementHandler.validateLocal(IElementLocalValidationParams)by performing a bean validation on the node's properties model.interfaceIBeanValidatingTrigger<TData>Mixin that implementsIElementHandler.validateLocal(IElementLocalValidationParams)by performing a bean validation on the trigger's properties model. - 
Uses of IBeanValidatingElement in de.xima.fc.workflow.designer.registry.nodes
 - 
Uses of IBeanValidatingElement in de.xima.fc.workflow.designer.registry.triggers
 - 
Uses of IBeanValidatingElement in de.xima.fc.workflow.mixin
Subinterfaces of IBeanValidatingElement in de.xima.fc.workflow.mixin Modifier and Type Interface Description interfaceIBaseActionNode<TData extends BaseActionProps>Node logic handler for actions with a properties model that inherit fromBaseActionProps.interfaceIBaseTrigger<TData extends BaseTriggerProps>Trigger handler for triggers with a properties model that inherit fromBaseTriggerProps.interfaceIPluginActionNodeHandler<TData extends BaseActionProps>Mixin meant forIPluginWorkflowNodeplugins that only wish to provide a workflow action that executes some business logic.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 IBeanValidatingElement Modifier and Type Class Description classAPluginActionNodeHandler<TData extends BaseActionProps>Abstract base class meant forIPluginWorkflowNodeplugins that only wish to provide a workflow action that executes some business logic.classAPluginTriggerHandler<TData extends BaseTriggerProps>Abstract base class meant forIPluginWorkflowTriggerplugins that only wish to provide a workflow action that executes some business logic. 
 -