Interface IElementLocalValidationParams<TData,TElement extends IWorkflowElementEntity>
- Type Parameters:
TData
- Type of the properties model for the workflow element. SeeIElementHandler
.TElement
- Type of the workflow element, i.e. a node or trigger.
- All Superinterfaces:
IElementKeyProviding
,IWorkflowElementWithDeserializedModel<TData,
TElement>
- All Known Implementing Classes:
ElementLocalValidationParams
public interface IElementLocalValidationParams<TData,TElement extends IWorkflowElementEntity>
extends IWorkflowElementWithDeserializedModel<TData,TElement>
Interface for the parameters that are passed to
IElementHandler.validateLocal(IElementLocalValidationParams)
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface de.xima.fc.interfaces.workflow.IElementKeyProviding
getKey
Methods inherited from interface de.xima.fc.interfaces.workflow.IWorkflowElementWithDeserializedModel
getData, getElement
-
Method Details
-
getValidationContext
IWorkflowLocalHandlerValidationContext getValidationContext()- Returns:
- The validation context of the current workflow validation process.
-