Package | Description |
---|---|
oracle.hsgbu.ets.base |
Contains base classes common to all components of ETS.
|
oracle.hsgbu.ets.mapping |
Contains classes related to the cross mapping functionality of ETS.
|
Modifier and Type | Method and Description |
---|---|
void |
ETSAdministrationService.deleteMapSet(MapSet mapSet)
Deletes a
MapSet and all of it associative contents. |
Modifier and Type | Method and Description |
---|---|
MapSet[] |
ETSMappingService.getAllMapSets()
Gets an array of all the map sets available
in the ETS repository.
|
MapSet |
CrossMap.getMapSet()
Gets the
MapSet that contains this CrossMap object. |
MapSet |
MapTarget.getMapSet()
Gets the parent
MapSet associated with this MapTarget object. |
MapSet |
ETSMappingService.getMapSetByName(String name)
Gets the map set that matches the specified unique name.
|
MapSet |
ETSMappingService.getMapSetByVendorCode(String vendor,
String code)
Gets the map set that matches the specified map set
vendor name and vendor-assigned map set code.
|
MapSet[] |
ETSMappingService.getMapSetsByRealm(String realmCode)
Gets an array of
MapSet objects that match the specified realm code. |
MapSet[] |
ETSMappingService.getMapSetsBySourceAndTarget(CodingSchemeVersion source,
CodingSchemeVersion target)
Gets an array of all map sets available between
the specified source and target coding scheme versions.
|
MapSet[] |
ETSMappingService.getMapSetsByTargetCode(String targetCode)
Gets an array of map sets that contain the specified
vendor-assigned target code.
|
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved