Uses of Class
com.aquima.interactions.communication.impl.evaluator.parser.SchemaEntity.SchemaEntityKey
Packages that use SchemaEntity.SchemaEntityKey
-
Uses of SchemaEntity.SchemaEntityKey in com.aquima.interactions.communication.impl.evaluator.parser
Methods in com.aquima.interactions.communication.impl.evaluator.parser that return SchemaEntity.SchemaEntityKeyModifier and TypeMethodDescriptionSchemaEntity.getKey()
SchemaAttribute.getParentReference()
SchemaRelation.getParentReference()
Returns the reference to the instance which has this relation.Constructors in com.aquima.interactions.communication.impl.evaluator.parser with parameters of type SchemaEntity.SchemaEntityKeyModifierConstructorDescriptionprotected
SchemaAttribute
(SchemaEntity.SchemaEntityKey parentReference, IDomainPropertyDefinition propertyDefinition, IValue value, InstanceContext instanceContext) protected
SchemaAttribute
(SchemaEntity.SchemaEntityKey parentReference, String propertyName, String attributeName, IValue value, IFieldValidationDefinition[] validationList, InstanceContext instanceContext) protected
SchemaRelation
(SchemaEntity.SchemaEntityKey parentReference, IDomainPropertyDefinition propertyDefinition, IValue value, InstanceContext instanceContext) protected
SchemaRelation
(SchemaEntity.SchemaEntityKey parentReference, String propertyName, String relationName, IValue value, IFieldValidationDefinition[] validationList, InstanceContext instanceContext, boolean multiValued)