Uses of Interface
org.ikasan.spec.mapping.QueryParameter
-
-
Uses of QueryParameter in org.ikasan.spec.mapping
Method parameters in org.ikasan.spec.mapping with type arguments of type QueryParameter Modifier and Type Method Description java.util.List<NamedResult>MappingService. getTargetConfigurationValuesWithOrdinality(java.lang.String clientName, java.lang.String configurationType, java.lang.String sourceContext, java.lang.String targetContext, java.util.List<QueryParameter> sourceSystemValues)For use on Many to Many mappings that do have the names defined.java.lang.StringMappingService. getTargetConfigurationValueWithIgnoresWithOrdinality(java.lang.String clientName, java.lang.String configurationTypeName, java.lang.String sourceContext, java.lang.String targetContext, java.util.List<QueryParameter> sourceSystemValues)For use on Many to One mappings who have source parameter names and will ignore non parameter matches.
-