public static interface MappingExtension.Mapping
extends java.io.Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
MappingExtension.Mapping.SearchContext
The Enum SearchContext.
|
Modifier and Type | Method and Description |
---|---|
ResolvedConceptReferencesIterator |
resolveMapping()
Resolve mapping.
|
ResolvedConceptReferencesIterator |
resolveMapping(java.util.List<MappingExtension.MappingSortOption> sortOptionList)
Resolve mapping.
|
MappingExtension.Mapping |
restrictToCodes(ConceptReferenceList codeList,
MappingExtension.Mapping.SearchContext searchContext)
Restrict to codes.
|
MappingExtension.Mapping |
restrictToMatchingDesignations(java.lang.String matchText,
CodedNodeSet.SearchDesignationOption option,
java.lang.String matchAlgorithm,
java.lang.String language,
MappingExtension.Mapping.SearchContext searchContext)
Restrict to matching designations.
|
MappingExtension.Mapping |
restrictToMatchingProperties(LocalNameList propertyNames,
CodedNodeSet.PropertyType[] propertyTypes,
LocalNameList sourceList,
LocalNameList contextList,
NameAndValueList qualifierList,
java.lang.String matchText,
java.lang.String matchAlgorithm,
java.lang.String language,
MappingExtension.Mapping.SearchContext searchContext)
Restrict to matching properties.
|
MappingExtension.Mapping |
restrictToRelationship(java.lang.String matchText,
CodedNodeSet.SearchDesignationOption option,
java.lang.String matchAlgorithm,
java.lang.String language,
LocalNameList relationshipList)
Restrict to relationship.
|
MappingExtension.Mapping restrictToMatchingDesignations(java.lang.String matchText, CodedNodeSet.SearchDesignationOption option, java.lang.String matchAlgorithm, java.lang.String language, MappingExtension.Mapping.SearchContext searchContext) throws LBInvocationException, LBParameterException
matchText
- the match textoption
- the optionmatchAlgorithm
- the match algorithmslanguage
- the languagesearchContext
- the search contextLBInvocationException
- the LB invocation exceptionLBParameterException
- the LB parameter exceptionMappingExtension.Mapping restrictToMatchingProperties(LocalNameList propertyNames, CodedNodeSet.PropertyType[] propertyTypes, LocalNameList sourceList, LocalNameList contextList, NameAndValueList qualifierList, java.lang.String matchText, java.lang.String matchAlgorithm, java.lang.String language, MappingExtension.Mapping.SearchContext searchContext) throws LBInvocationException, LBParameterException
propertyNames
- the property namespropertyTypes
- the property typessourceList
- the source listcontextList
- the context listqualifierList
- the qualifier listmatchText
- the match textmatchAlgorithm
- the match algorithmlanguage
- the languagesearchContext
- the search contextLBInvocationException
- the LB invocation exceptionLBParameterException
- the LB parameter exceptionMappingExtension.Mapping restrictToCodes(ConceptReferenceList codeList, MappingExtension.Mapping.SearchContext searchContext) throws LBInvocationException, LBParameterException
codeList
- the code listsearchContext
- the search contextLBInvocationException
- the LB invocation exceptionLBParameterException
- the LB parameter exceptionMappingExtension.Mapping restrictToRelationship(java.lang.String matchText, CodedNodeSet.SearchDesignationOption option, java.lang.String matchAlgorithm, java.lang.String language, LocalNameList relationshipList) throws LBInvocationException, LBParameterException
matchText
- the match textoption
- the optionmatchAlgorithm
- the match algorithmlanguage
- the languagerelationshipList
- the relationship listLBInvocationException
- the LB invocation exceptionLBParameterException
- the LB parameter exceptionResolvedConceptReferencesIterator resolveMapping() throws LBException
LBException
- the LB exceptionResolvedConceptReferencesIterator resolveMapping(java.util.List<MappingExtension.MappingSortOption> sortOptionList) throws LBException
sortOptionList
- the sort option listLBException
- the LB exception