Package | Description |
---|---|
oracle.hsgbu.ets.authoring |
Contains classes related to authoring
ETSComponent
in a generic editable CodingSchemeVersion . |
oracle.hsgbu.ets.base |
Contains base classes common to all components of ETS.
|
oracle.hsgbu.ets.base.staged |
Contains classes related to the terminology data staging area used by ETS Loaders and Importers.
|
Modifier and Type | Method and Description |
---|---|
CodingSchemeVersion |
ETSAuthoringService.createCodingSchemeVersion(String name,
String description,
CodingScheme codingScheme)
Creates a new
CodingSchemeVersion for the given editable coding scheme with the given version name and description.. |
Modifier and Type | Method and Description |
---|---|
CodingScheme |
ETSAdministrationService.createCodingScheme(String name,
String description,
String termModel)
Creates a new
CodingScheme with the given name and description. |
CodingScheme |
ETSAdministrationService.createCodingScheme(String name,
String description,
String termModel,
String oid)
Creates a new
CodingScheme with the given name, description,
terminology model, and object identifier (OID). |
CodingScheme |
ETSAdministrationService.createCodingScheme(String name,
String description,
String termModel,
String oid,
boolean isEditableFlag)
Creates a new
CodingScheme with the given name, description,
terminology model, and object identifier (OID) and if it is to be defined
as editable. |
CodingScheme |
ETSService.findCodingScheme(String etsID)
Finds a
CodingScheme object by its ETS identifier. |
CodingScheme[] |
ETSService.getAllCodingSchemes()
Gets all
CodingScheme objects in the system. |
CodingScheme |
CodingSchemeVersion.getCodingScheme()
Gets the
CodingScheme object associated with this
CodingSchemeVersion object. |
CodingScheme |
ETSService.getCodingScheme(String schemeName)
Gets a specific
CodingScheme object based on its name. |
CodingScheme |
ETSService.getCodingSchemeByOID(String oid)
Gets a specific
CodingScheme object based on its object identifier (OID). |
CodingScheme[] |
ETSService.getMatchingCodingSchemes(String namePattern)
Gets the
CodingScheme objects whose names match the specified SQL pattern. |
Modifier and Type | Method and Description |
---|---|
CodingSchemeVersion[] |
ETSAdministrationService.getAllVersionsForScheme(CodingScheme codingScheme)
Gets the
CodingSchemeVersion objects currently contained in
the repository given a valid CodingScheme . |
void |
ETSAdministrationService.setCodingSchemeDescription(CodingScheme scheme,
String description)
Sets the description of an existing
CodingScheme . |
void |
ETSAdministrationService.setCodingSchemeOID(CodingScheme scheme,
String oid)
Sets the OID of an existing
CodingScheme . |
Modifier and Type | Method and Description |
---|---|
CodingScheme |
StagedVersion.getCodingScheme()
Gets the coding scheme for this
StagedVersion object. |
Modifier and Type | Method and Description |
---|---|
StagedVersion[] |
StagedService.getStagedVersions(CodingScheme cs)
Gets an array of all
StagedVersion objects associated with the
specified coding scheme. |
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved