Uses of Package
de.xima.fc.interfaces.workflow.validation
-
Packages that use de.xima.fc.interfaces.workflow.validation Package Description de.xima.fc.interfaces.workflow.elements de.xima.fc.interfaces.workflow.mixin The workflow engine is generic in the sense that it never checks the type of atrigger
ornode
for special types, all logic is implemented in terms of theITriggerHandler
andINodeHandler
interfaces.de.xima.fc.interfaces.workflow.params de.xima.fc.interfaces.workflow.validation de.xima.fc.workflow de.xima.fc.workflow.designer.helper de.xima.fc.workflow.designer.logic de.xima.fc.workflow.designer.model de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.mixin de.xima.fc.workflow.processor.iface de.xima.fc.workflow.processor.logic.validation de.xima.fc.workflow.processor.model de.xima.fc.workflow.validator -
Classes in de.xima.fc.interfaces.workflow.validation used by de.xima.fc.interfaces.workflow.elements Class Description IWorkflowElementValidationResult Represents the result of validating a single workflow node or trigger. -
Classes in de.xima.fc.interfaces.workflow.validation used by de.xima.fc.interfaces.workflow.mixin Class Description IWorkflowElementValidationResult Represents the result of validating a single workflow node or trigger. -
Classes in de.xima.fc.interfaces.workflow.validation used by de.xima.fc.interfaces.workflow.params Class Description IWorkflowGlobalHandlerValidationContext Validation context that is passed toIElementHandler.validateGlobal(de.xima.fc.interfaces.workflow.params.IElementGlobalValidationParams)
.IWorkflowLocalHandlerValidationContext Validation context that is passed toIElementHandler.validateLocal(de.xima.fc.interfaces.workflow.params.IElementLocalValidationParams)
. -
Classes in de.xima.fc.interfaces.workflow.validation used by de.xima.fc.interfaces.workflow.validation Class Description IWorkflowBeanValidator Interface for the bean validator that can be accessed during validation viaIWorkflowLocalHandlerValidationContext.getBeanValidator()
.IWorkflowElementValidationResult Represents the result of validating a single workflow node or trigger.IWorkflowElementValidationResultBuilder Simple builder for aIWorkflowElementValidationResult
.IWorkflowHandlerValidationContext Common methods for validation contexts used by node handlers.IWorkflowLocalValidationContext Context holding data required during a local workflow validation process, i.e.IWorkflowValidationContext Context holding global data required during a workflow validation process.IWorkflowValidationMessage Represents a message that is returned as the result ofIElementHandler.validateLocal(IElementLocalValidationParams)
. -
Classes in de.xima.fc.interfaces.workflow.validation used by de.xima.fc.workflow Class Description IWorkflowValidationMessage Represents a message that is returned as the result ofIElementHandler.validateLocal(IElementLocalValidationParams)
. -
Classes in de.xima.fc.interfaces.workflow.validation used by de.xima.fc.workflow.designer.helper Class Description IWorkflowElementValidationResult Represents the result of validating a single workflow node or trigger. -
Classes in de.xima.fc.interfaces.workflow.validation used by de.xima.fc.workflow.designer.logic Class Description IWorkflowElementValidationResultBuilder Simple builder for aIWorkflowElementValidationResult
.IWorkflowLocalBeanValidationContext Validation context that can be used (such as by beinginjected
into anIChoiceProviding
set on aSingleChoice
constraint annotation) during Jakarta bean API validation.IWorkflowLocalValidationContext Context holding data required during a local workflow validation process, i.e.IWorkflowValidationContext Context holding global data required during a workflow validation process. -
Classes in de.xima.fc.interfaces.workflow.validation used by de.xima.fc.workflow.designer.model Class Description IWorkflowElementValidationResult Represents the result of validating a single workflow node or trigger. -
Classes in de.xima.fc.interfaces.workflow.validation used by de.xima.fc.workflow.designer.registry.nodes Class Description IWorkflowElementValidationResult Represents the result of validating a single workflow node or trigger. -
Classes in de.xima.fc.interfaces.workflow.validation used by de.xima.fc.workflow.mixin Class Description IWorkflowElementValidationResult Represents the result of validating a single workflow node or trigger. -
Classes in de.xima.fc.interfaces.workflow.validation used by de.xima.fc.workflow.processor.iface Class Description IWorkflowElementValidationResult Represents the result of validating a single workflow node or trigger. -
Classes in de.xima.fc.interfaces.workflow.validation used by de.xima.fc.workflow.processor.model Class Description IWorkflowElementValidationResult Represents the result of validating a single workflow node or trigger.IWorkflowGlobalHandlerValidationContext Validation context that is passed toIElementHandler.validateGlobal(de.xima.fc.interfaces.workflow.params.IElementGlobalValidationParams)
.IWorkflowLocalHandlerValidationContext Validation context that is passed toIElementHandler.validateLocal(de.xima.fc.interfaces.workflow.params.IElementLocalValidationParams)
. -
Classes in de.xima.fc.interfaces.workflow.validation used by de.xima.fc.workflow.validator Class Description IWorkflowElementValidationResult Represents the result of validating a single workflow node or trigger.IWorkflowLocalHandlerValidationContext Validation context that is passed toIElementHandler.validateLocal(de.xima.fc.interfaces.workflow.params.IElementLocalValidationParams)
.IWorkflowLocalValidator Interface for all local validators of workflow elements.