Uses of Interface
de.xima.fc.interfaces.workflow.params.IElementLocalValidationParams
-
-
Uses of IElementLocalValidationParams in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements with parameters of type IElementLocalValidationParams Modifier and Type Method Description IWorkflowElementValidationResultIElementHandler. validateLocal(IElementLocalValidationParams<TData,TElement> params)Performs a local validation of the given workflow workflow element properties. -
Uses of IElementLocalValidationParams in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin with parameters of type IElementLocalValidationParams Modifier and Type Method Description default Class<?>[]IBeanValidatingElement. getValidationGroups(IElementLocalValidationParams<TData,TElement> params)Finds the validation groups that should be used for the bean validation.default IWorkflowElementValidationResultIBeanValidatingElement. validateLocal(IElementLocalValidationParams<TData,TElement> params)default IWorkflowElementValidationResultIBeanValidatingNode. validateLocal(IElementLocalValidationParams<TData,WorkflowNode> params)default IWorkflowElementValidationResultIHierarchyValidatingNode. validateLocal(IElementLocalValidationParams<TData,WorkflowNode> params) -
Uses of IElementLocalValidationParams in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes with parameters of type IElementLocalValidationParams Modifier and Type Method Description IWorkflowElementValidationResultFcChangeStateHandler. validateLocal(IElementLocalValidationParams<FcChangeStateProps,WorkflowNode> params)IWorkflowElementValidationResultFcEmptyHandler. validateLocal(IElementLocalValidationParams<com.alibaba.fastjson.JSONObject,WorkflowNode> params)IWorkflowElementValidationResultFcSequenceHandler. validateLocal(IElementLocalValidationParams<com.alibaba.fastjson.JSONObject,WorkflowNode> params) -
Uses of IElementLocalValidationParams in de.xima.fc.workflow.mixin
Methods in de.xima.fc.workflow.mixin with parameters of type IElementLocalValidationParams Modifier and Type Method Description default IWorkflowElementValidationResultIBaseActionNode. validateLocal(IElementLocalValidationParams<TData,WorkflowNode> params) -
Uses of IElementLocalValidationParams in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IElementLocalValidationParams Modifier and Type Class Description classElementLocalValidationParams<TData,TElement extends IWorkflowElementEntity>Default POJO implementation ofIElementLocalValidationParams. -
Uses of IElementLocalValidationParams in de.xima.fc.workflow.validator
Fields in de.xima.fc.workflow.validator declared as IElementLocalValidationParams Modifier and Type Field Description protected IElementLocalValidationParams<FcChangeStateProps,WorkflowNode>ACustomWorkflowLocalValidator. paramsMethods in de.xima.fc.workflow.validator with parameters of type IElementLocalValidationParams Modifier and Type Method Description IWorkflowElementValidationResultFcChangeStateValidator. validateState(IElementLocalValidationParams<FcChangeStateProps,WorkflowNode> params)Performs part of the local validation for the change state action by checking whether duplicate states exist.Constructors in de.xima.fc.workflow.validator with parameters of type IElementLocalValidationParams Constructor Description ACustomWorkflowLocalValidator(IElementLocalValidationParams<FcChangeStateProps,WorkflowNode> params)Creates a new validator with the given parameters.FcChangeStateValidator(IElementLocalValidationParams<FcChangeStateProps,WorkflowNode> params)Creates a new validator with the given parameters.
-