Modifier and Type | Field and Description |
---|---|
protected IntegrityChecker |
IntegrityException.integrityChecker |
Modifier and Type | Method and Description |
---|---|
IntegrityChecker |
IntegrityException.getIntegrityChecker()
PUBLIC:
Return Integrity Checker.
|
Constructor and Description |
---|
IntegrityException(IntegrityChecker integrityChecker)
INTERNAL:
To throw all the descriptor exceptions.
|
Modifier and Type | Method and Description |
---|---|
void |
TransparentIndirectionPolicy.validateContainerPolicy(IntegrityChecker checker)
INTERNAL:
Verify that the container policy is compatible with the
indirection policy.
|
void |
IndirectionPolicy.validateContainerPolicy(IntegrityChecker checker)
INTERNAL:
Verify that the container policy is compatible with the
indirection policy.
|
void |
TransparentIndirectionPolicy.validateDeclaredAttributeType(Class attributeType,
IntegrityChecker checker)
INTERNAL:
Verify that attributeType is correct for the
indirection policy.
|
void |
NoIndirectionPolicy.validateDeclaredAttributeType(Class attributeType,
IntegrityChecker checker)
INTERNAL:
Verify that attributeType is correct for the
indirection policy.
|
void |
IndirectionPolicy.validateDeclaredAttributeType(Class attributeType,
IntegrityChecker checker)
INTERNAL:
Verify that attributeType is correct for the
indirection policy.
|
void |
BasicIndirectionPolicy.validateDeclaredAttributeType(Class attributeType,
IntegrityChecker checker)
INTERNAL:
Verify that attributeType is correct for the
indirection policy.
|
void |
NoIndirectionPolicy.validateDeclaredAttributeTypeForCollection(Class attributeType,
IntegrityChecker checker)
INTERNAL:
Verify that attributeType is an appropriate collection type for the
indirection policy.
|
void |
IndirectionPolicy.validateDeclaredAttributeTypeForCollection(Class attributeType,
IntegrityChecker checker)
INTERNAL:
Verify that attributeType is an appropriate collection type for the
indirection policy.
|
void |
TransparentIndirectionPolicy.validateGetMethodReturnType(Class returnType,
IntegrityChecker checker)
INTERNAL:
Verify that getter returnType is correct for the
indirection policy.
|
void |
NoIndirectionPolicy.validateGetMethodReturnType(Class returnType,
IntegrityChecker checker)
INTERNAL:
Verify that getter returnType is correct for the
indirection policy.
|
void |
IndirectionPolicy.validateGetMethodReturnType(Class returnType,
IntegrityChecker checker)
INTERNAL:
Verify that getter returnType is correct for the
indirection policy.
|
void |
BasicIndirectionPolicy.validateGetMethodReturnType(Class returnType,
IntegrityChecker checker)
INTERNAL:
Verify that getter returnType is correct for the
indirection policy.
|
void |
NoIndirectionPolicy.validateGetMethodReturnTypeForCollection(Class returnType,
IntegrityChecker checker)
INTERNAL:
Verify that getter returnType is an appropriate collection type for the
indirection policy.
|
void |
IndirectionPolicy.validateGetMethodReturnTypeForCollection(Class returnType,
IntegrityChecker checker)
INTERNAL:
Verify that getter returnType is an appropriate collection type for the
indirection policy.
|
void |
TransparentIndirectionPolicy.validateSetMethodParameterType(Class parameterType,
IntegrityChecker checker)
INTERNAL:
Verify that setter parameterType is correct for the
indirection policy.
|
void |
NoIndirectionPolicy.validateSetMethodParameterType(Class parameterType,
IntegrityChecker checker)
INTERNAL:
Verify that setter parameterType is correct for the
indirection policy.
|
void |
IndirectionPolicy.validateSetMethodParameterType(Class parameterType,
IntegrityChecker checker)
INTERNAL:
Verify that setter parameterType is correct for the
indirection policy.
|
void |
BasicIndirectionPolicy.validateSetMethodParameterType(Class parameterType,
IntegrityChecker checker)
INTERNAL:
Verify that setter parameterType is correct for the
indirection policy.
|
void |
NoIndirectionPolicy.validateSetMethodParameterTypeForCollection(Class parameterType,
IntegrityChecker checker)
INTERNAL:
Verify that setter parameterType is an appropriate collection type for the
indirection policy.
|
void |
IndirectionPolicy.validateSetMethodParameterTypeForCollection(Class parameterType,
IntegrityChecker checker)
INTERNAL:
Verify that setter parameterType is an appropriate collection type for the
indirection policy.
|
Modifier and Type | Field and Description |
---|---|
protected IntegrityChecker |
AbstractSession.integrityChecker
IntegrityChecker catch all the descriptor Exceptions.
|
Modifier and Type | Method and Description |
---|---|
IntegrityChecker |
AbstractSession.getIntegrityChecker()
PUBLIC:
Returns the integrityChecker.IntegrityChecker holds all the Descriptor Exceptions.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSession.setIntegrityChecker(IntegrityChecker integrityChecker)
PUBLIC:
set the integrityChecker.
|
Modifier and Type | Method and Description |
---|---|
IntegrityChecker |
Session.getIntegrityChecker()
PUBLIC:
Returns the integrityChecker,the integrityChecker holds all the Descriptor Exceptions.
|
Modifier and Type | Method and Description |
---|---|
void |
Session.setIntegrityChecker(IntegrityChecker integrityChecker)
PUBLIC:
Set the integrityChecker, the integrityChecker holds all the Descriptor Exceptions.
|
Copyright © 2023. All rights reserved.