Uses of Interface
com.aquima.interactions.communication.IParticleMappingDefinition
Packages that use IParticleMappingDefinition
Package
Description
-
Uses of IParticleMappingDefinition in com.aquima.interactions.communication
Subinterfaces of IParticleMappingDefinition in com.aquima.interactions.communicationModifier and TypeInterfaceDescriptioninterface
This interface defines an any particle of a type.interface
This interface defines an element particle of a type.interface
This interface defines a group particle of a type.Methods in com.aquima.interactions.communication that return IParticleMappingDefinitionModifier and TypeMethodDescriptionIGroupParticleMappingDefinition.getItems()
This method returns the items of the group. -
Uses of IParticleMappingDefinition in com.aquima.interactions.communication.impl
Classes in com.aquima.interactions.communication.impl that implement IParticleMappingDefinitionModifier and TypeClassDescriptionfinal class
This class holds the static definition of an any particle.final class
Element particle mapping definition that can be created with a datasource.class
Internal IElementGroupDefinition implementation that uses a datasource for construction.class
Internal abstract IParticleMappingDefinition implementation that uses a datasource for construction.Methods in com.aquima.interactions.communication.impl that return IParticleMappingDefinitionConstructors in com.aquima.interactions.communication.impl with parameters of type IParticleMappingDefinitionModifierConstructorDescriptionprotected
GroupParticleMappingDefinition
(GroupParticleType groupType, IParticleMappingDefinition[] items)