Uses of Interface
com.aquima.interactions.communication.IElementReference
Packages that use IElementReference
Package
Description
-
Uses of IElementReference in com.aquima.interactions.communication
Methods in com.aquima.interactions.communication that return IElementReferenceModifier and TypeMethodDescriptionIRestMessageDefinition.getBodyElement()
This method returns reference to the body element.IDomainPropertyDefinition.getCustomSchemaElement()
Returns the custom schema element.IElementParticleMappingDefinition.getElementReference()
This method returns the element reference of the element.ISoapMessagePartDefinition.getElementReference()
This method returns the element reference of the message part.Methods in com.aquima.interactions.communication with parameters of type IElementReferenceModifier and TypeMethodDescriptionICommunicationEngineHandler.composeElement
(IElementReference customSchemaElement, InferenceContext profile) This method is called by the communication engine when a custom schema element is encountered and should be composed. -
Uses of IElementReference in com.aquima.interactions.communication.impl
Classes in com.aquima.interactions.communication.impl that implement IElementReferenceModifier and TypeClassDescriptionfinal class
Schema Element reference that can be created with a datasource.Methods in com.aquima.interactions.communication.impl that return IElementReferenceModifier and TypeMethodDescriptionRestMessageDefinition.getBodyElement()
CustomSchemaPropertyDefinition.getCustomSchemaElement()
DomainPropertyDefinition.getCustomSchemaElement()
ElementParticleMappingDefinition.getElementReference()
SoapMessagePartDefinition.getElementReference()
Methods in com.aquima.interactions.communication.impl with parameters of type IElementReferenceModifier and TypeMethodDescriptionprotected static void
InitializationUtil.validateAttribute
(IAttributeDefinition attribute, IElementReference elementReference, ISchemaSetDefinition schemaSet) protected static void
InitializationUtil.validateElementReference
(IElementReference elementReference, ISchemaSetDefinition schemaSet) -
Uses of IElementReference in com.aquima.interactions.portal.model.session
Methods in com.aquima.interactions.portal.model.session with parameters of type IElementReferenceModifier and TypeMethodDescriptionCommunicationEngineHandler.composeElement
(IElementReference customSchemaElement, InferenceContext profile)