Class InitializationUtil
java.lang.Object
com.aquima.interactions.communication.impl.InitializationUtil
Internal utility class for easy model initialization validations for the definition objects of the communication
engine.
- Since:
- 9.0
- Author:
- Arjan Pragt
-
Method Summary
Modifier and TypeMethodDescriptionprotected static void
validateAttribute
(IAttributeDefinition attribute, IElementReference elementReference, ISchemaSetDefinition schemaSet) protected static void
validateAttribute
(IAttributeDefinition attribute, ITypeMappingDefinition typeDefinition, ISchemaSetDefinition schemaSet) protected static void
validateAttribute
(IAttributeDefinition attribute, ITypeReference typeReference, ISchemaSetDefinition schemaSet) protected static void
validateElementReference
(IElementReference elementReference, ISchemaSetDefinition schemaSet) protected static void
validateTypeReference
(ITypeReference typeReference, ISchemaSetDefinition schemaSet) protected static void
validateTypeReference
(QualifiedName typeReference, ISchemaSetDefinition schemaSet)
-
Method Details
-
validateElementReference
protected static void validateElementReference(IElementReference elementReference, ISchemaSetDefinition schemaSet) throws InitializationException - Throws:
InitializationException
-
validateTypeReference
protected static void validateTypeReference(ITypeReference typeReference, ISchemaSetDefinition schemaSet) throws InitializationException - Throws:
InitializationException
-
validateTypeReference
protected static void validateTypeReference(QualifiedName typeReference, ISchemaSetDefinition schemaSet) throws InitializationException - Throws:
InitializationException
-
validateAttribute
protected static void validateAttribute(IAttributeDefinition attribute, IElementReference elementReference, ISchemaSetDefinition schemaSet) throws InitializationException - Throws:
InitializationException
-
validateAttribute
protected static void validateAttribute(IAttributeDefinition attribute, ITypeReference typeReference, ISchemaSetDefinition schemaSet) throws InitializationException - Throws:
InitializationException
-
validateAttribute
protected static void validateAttribute(IAttributeDefinition attribute, ITypeMappingDefinition typeDefinition, ISchemaSetDefinition schemaSet) throws InitializationException - Throws:
InitializationException
-