Package | Description |
---|---|
oracle.hsgbu.ets.base |
Contains base classes common to all components of ETS.
|
Modifier and Type | Method and Description |
---|---|
ConceptList |
ETSAdministrationService.createConceptList(String name,
String description)
Creates a
ConceptList . |
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. |
ConceptList[] |
ConceptList.getAllChildConceptLists()
Gets the active children, grandchildren, and all descendant
ConceptList objects
of this ConceptList . |
ConceptList[] |
ETSService.getAllConceptLists()
Gets all
ConceptList objects in the system. |
ConceptList[] |
ETSService.getAllConceptLists(int status)
Gets an array of all
ConceptList objects in a specified state. |
ConceptList |
ConceptList.getChildConceptList(UsageContext context)
Gets the specialized child
ConceptList using a usage context. |
ConceptList |
ConceptList.getChildConceptListByName(String name)
Returns the specified child
ConceptList of this ConceptList . |
ConceptList[] |
ConceptList.getChildConceptLists()
Gets the immediate active children
ConceptList objects of this ConceptList . |
ConceptList |
ConceptListMember.getConceptList()
Gets the
ConceptList object to which this
ConceptListMember belongs. |
ConceptList |
ETSService.getConceptList(String name)
Gets a specific
ConceptList based on its name from the default group as
defined in ConceptList.DEFAULT_GROUP . |
ConceptList |
ETSService.getConceptList(String groupName,
String name)
Gets
ConceptList by group and name. |
ConceptList |
ETSService.getConceptListByID(String clID)
Gets a
ConceptList based on its ETS ID. |
ConceptList[] |
ETSService.getConceptListsByGroupName(String groupName)
Gets all
ConceptList objects that belong to a particular group. |
ConceptList[] |
Concept.getConceptListsContainingConcept()
Gets all
ConceptList objects that
contain this Concept object. |
ConceptList[] |
Concept.getConceptListsContainingConcept(String groupName)
Gets all the
ConceptList objects
that contain this Concept object as an active member and
belong to the specified group. |
ConceptList[] |
ETSService.getMatchingConceptLists(String namePattern)
Gets the
ConceptList objects that belong to the default group defined as
ConceptList.DEFAULT_GROUP and have names that match the specified
SQL pattern. |
ConceptList[] |
ETSService.getMatchingConceptListsByDescription(String groupName,
String descriptionPattern)
Gets the
ConceptList object belonging to the specified group and having a
description that matches the specified SQL pattern. |
ConceptList |
ConceptList.getParentConceptList()
Returns the parent
ConceptList of this ConceptList object. |
ConceptList |
ConceptList.getRootAncestorConceptList()
Gets the root parent
ConceptList of this ConceptList object. |
Modifier and Type | Method and Description |
---|---|
void |
ETSAdministrationService.activateConceptList(ConceptList conceptList)
Activates a retired
ConceptList . |
void |
ETSAdministrationService.addConceptToConceptList(Concept concept,
ConceptList conceptList)
|
void |
ETSAdministrationService.addConceptToConceptList(Concept concept,
String code,
ConceptList conceptList)
Adds a concept to a given
ConceptList that is activated on the
current date. |
void |
ETSAdministrationService.addConceptToConceptList(Concept concept,
String code,
ConceptList conceptList,
ConceptDescription printName,
ConceptDescription shortName,
ConceptDescription longName)
Adds a concept to a given
ConceptList that is activated on the
current date. |
void |
ETSAdministrationService.addConceptToConceptList(Concept concept,
String code,
ConceptList conceptList,
Date activationDate)
Adds a concept to a given
ConceptList that will be activated at a
specified date in the future. |
void |
ETSAdministrationService.addConceptToConceptList(Concept concept,
String code,
ConceptList conceptList,
Date activationDate,
ConceptDescription printName,
ConceptDescription shortName,
ConceptDescription longName)
Adds a concept to a given
ConceptList that will be activated at a
specified date in the future. |
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. |
void |
ETSAdministrationService.removeConceptFromConceptList(Concept concept,
ConceptList conceptList)
|
void |
ETSAdministrationService.removeConceptList(ConceptList conceptList)
Deprecated.
|
void |
ETSAdministrationService.retireConceptInConceptList(Concept concept,
ConceptList conceptList)
Retires an active or pending concept from the
ConceptList
on the current date. |
void |
ETSAdministrationService.retireConceptList(ConceptList conceptList)
Retires an active
ConceptList on the current date. |
void |
ETSAdministrationService.setConceptListAdditionInheritance(ConceptList cl,
boolean flag)
Sets the
ConceptList to either inherit additions of concept members
from its parent ConceptList or not. |
void |
ETSAdministrationService.setConceptListDefaultConcept(ConceptList list,
Concept concept)
Sets an active member as the default
Concept for a ConceptList . |
void |
ETSAdministrationService.setConceptListDeletionInheritance(ConceptList cl,
boolean flag)
Sets the
ConceptList to either inherit deletions of concept members
from its parent ConceptList or not. |
void |
ETSAdministrationService.setConceptListDescription(ConceptList cl,
String description)
Sets a description of the
ConceptList . |
void |
ETSAdministrationService.setConceptListUsageContext(ConceptList cl,
UsageContext usageContext)
Sets the usage context of a given
ConceptList . |
void |
ETSAdministrationService.setCoreMember(ConceptList cl,
Concept concept,
boolean flag)
Sets a flag indicating if the concept belongs to the core set of the
ConceptList . |
void |
ETSAdministrationService.updateMembershipActivationDate(Concept concept,
ConceptList conceptList)
Sets the activation date of a pending concept to the current date.
|
void |
ETSAdministrationService.updateMembershipActivationDate(Concept concept,
ConceptList conceptList,
Date date)
Sets the activation date of a pending concept to the
specified date in the future.
|
void |
ETSAdministrationService.updateMembershipRetirementDate(Concept concept,
ConceptList conceptList,
Date date)
Retires an active or pending concept from the
ConceptList
on the specified date. |
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved