Package | Description |
---|---|
oracle.hsgbu.ets.base |
Contains base classes common to all components of ETS.
|
Modifier and Type | Method and Description |
---|---|
UsageContext |
ETSAdministrationService.createUsageContext(String name,
String description)
Creates a new
UsageContext with a given name and description. |
UsageContext[] |
ETSService.getAllUsageContexts()
Gets all
UsageContext objects in the system. |
UsageContext[] |
ETSService.getMatchingUsageContexts(String namePattern)
Gets all
UsageContext objects whose names match a given SQL pattern. |
UsageContext |
ConceptList.getUsageContext()
Gets the usage context linked to this
ConceptList object. |
UsageContext |
LocalConceptDescription.getUsageContext()
Gets the
UsageContext object associated with this
LocalConceptDescription . |
UsageContext |
ETSService.getUsageContext(String name)
Gets a specific
UsageContext object based on its name. |
UsageContext |
ETSService.getUsageContextForExternalOwner(String ownerType,
String ownerID)
Gets the
UsageContext associated with an owner identifier. |
Modifier and Type | Method and Description |
---|---|
void |
ETSAdministrationService.associateUsageContextWithExternalOwner(UsageContext usageContext,
String ownerType,
String ownerID)
Associates a usage context with an owner identifier.
|
ConceptList |
ETSAdministrationService.createConceptList(String name,
String description,
ConceptList parentConceptList,
String groupName,
boolean newGroupFlag,
boolean restrictedFlag,
boolean inheritAdditionFlag,
boolean inheritDeletionFlag,
int status,
UsageContext usageContext)
Creates a user-defined
ConceptList with parent-child relationship
properties, such as inheritance, restriction, and usage context specialization,
in addition to ConceptList properties, such as status and group names. |
LocalConceptDescription |
ETSAdministrationService.createLocalConceptDescription(Concept concept,
String term,
UsageContext usageContext,
boolean isPreferred)
Creates a new
LocalConceptDescription for a given Concept
in the in the base language (Base language is constructed by concatenating profile options
value for ETS MLS Language Code(In uppercase) and for ETS MLS Country Code). |
LocalConceptDescription |
ETSAdministrationService.createLocalConceptDescription(Concept concept,
String term,
UsageContext usageContext,
boolean isPreferred,
Locale locale)
Creates a new
LocalConceptDescription for a given Concept
for the specified Locale in the in the given Locale . |
Concept[] |
ETSService.findConcepts(String[] etsIds,
UsageContext[] usageContexts,
int prefetchDescriptionOptions)
Fetches or validates the existence of a set of concepts.
|
Concept[] |
ETSService.findConcepts(String[] etsIds,
UsageContext[] usageContexts,
int prefetchDescriptionOptions,
Locale locale)
Fetches or validates the existence of a set of concepts in a given
Locale.
|
ConceptList |
ConceptList.getChildConceptList(UsageContext context)
Gets the specialized child
ConceptList using a usage context. |
ConceptDescription |
Concept.getDescription(UsageContext usageContext)
Gets the description for this
Concept
object in a given usage context for the base language (Base language is the
constructed by concatenating profile options value for ETS MLS Language Code(In uppercase) and for ETS MLS Country Code). |
ConceptDescription |
Concept.getDescription(UsageContext usageContext,
Locale locale)
Gets the description for this
Concept
object in a given usage context and Locale . |
void |
ETSAdministrationService.removeUsageContext(UsageContext usageContext)
Removes a
UsageContext from the system. |
void |
ETSAdministrationService.setConceptDescriptionUsageContext(LocalConceptDescription description,
UsageContext usageContext)
Sets the
UsageContext of a given LocalConceptDescription . |
void |
ETSAdministrationService.setConceptListUsageContext(ConceptList cl,
UsageContext usageContext)
Sets the usage context of a given
ConceptList . |
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved