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 toIElementHandler.validateLocal(IElementLocalValidationParams).- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IWorkflowLocalHandlerValidationContextgetValidationContext()- 
Methods inherited from interface de.xima.fc.interfaces.workflow.IElementKeyProviding
getKey 
- 
Methods inherited from interface de.xima.fc.interfaces.workflow.IWorkflowElementWithDeserializedModel
getData, getElement 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getValidationContext
IWorkflowLocalHandlerValidationContext getValidationContext()
- Returns:
 - The validation context of the current workflow validation process.
 
 
 - 
 
 -