Uses of Class
com.aquima.interactions.mapping.impl.MappingAction
Packages that use MappingAction
Package
Description
-
Uses of MappingAction in com.aquima.interactions.mapping
Methods in com.aquima.interactions.mapping that return MappingActionModifier and TypeMethodDescriptionIEntityMappingDefinition.getActionForMatch()
The method returns the mapping action when a matching source and target instances is found.IEntityMappingDefinition.getActionForNoMatchingSource()
The method returns the mapping action when no matching source instance is found.IEntityMappingDefinition.getActionForNoMatchingTarget()
The method returns the mapping action when no matching target instance is found. -
Uses of MappingAction in com.aquima.interactions.mapping.ds
Methods in com.aquima.interactions.mapping.ds that return MappingActionModifier and TypeMethodDescriptionIEntityMappingDS.getActionForMatch()
The method returns the mapping action when a matching source and target instances is found.IEntityMappingDS.getActionForNoMatchingSource()
The method returns the mapping action when no matching source instance is found.IEntityMappingDS.getActionForNoMatchingTarget()
The method returns the mapping action when no matching target instance is found. -
Uses of MappingAction in com.aquima.interactions.mapping.ds.xml.parsing
Methods in com.aquima.interactions.mapping.ds.xml.parsing that return MappingActionModifier and TypeMethodDescriptionXmlEntityMappingDS.getActionForMatch()
XmlEntityMappingDS.getActionForNoMatchingSource()
XmlEntityMappingDS.getActionForNoMatchingTarget()
-
Uses of MappingAction in com.aquima.interactions.mapping.impl
Fields in com.aquima.interactions.mapping.impl declared as MappingActionModifier and TypeFieldDescriptionstatic final MappingAction
MappingAction.ERROR
This member defines the ERROR mapping action type.static final MappingAction
MappingAction.IGNORE
This member defines the IGNORE mapping action type.static final MappingAction
MappingAction.TRANSFER
This member defines the TRANSFER mapping action type.Methods in com.aquima.interactions.mapping.impl that return MappingActionModifier and TypeMethodDescriptionstatic MappingAction
This method returns the action type for the specified name.EntityMappingDefinition.getActionForMatch()
EntityMappingDefinition.getActionForNoMatchingSource()
EntityMappingDefinition.getActionForNoMatchingTarget()
-
Uses of MappingAction in com.aquima.interactions.mapping.report
Methods in com.aquima.interactions.mapping.report that return MappingActionModifier and TypeMethodDescriptionReportingEntityMappingDS.getActionForMatch()
ReportingEntityMappingDS.getActionForNoMatchingSource()
ReportingEntityMappingDS.getActionForNoMatchingTarget()