| Package | Description | 
|---|---|
| oracle.ifs.admin.tools.script | |
| oracle.ifs.beans | |
| oracle.ifs.core.tools.script | |
| oracle.ifs.core.tools.script.test | |
| oracle.ifs.core.util | 
| Modifier and Type | Method and Description | 
|---|---|
protected ClassDomain | 
ClassDomainAdmin.lookupClassDomain(LibrarySession sess,
                 String name)
Lookup ClassDomain by name 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ClassDomainAdmin.showClassDomain(LibrarySession sess,
               ClassDomain clsdomain)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TieClassDomain
TieClassDomain allows the Oracle-defined behavior of the
 CLASSDOMAIN classobject (and its subclasses) to be extended
 or overridden. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected static ClassDomain | 
ClassDomain.constructClassDomain(LibrarySession session,
                    S_LibraryObjectData data)
Internal use only: Constructs a ClassDomain for the specified data. 
 | 
static ClassDomain[] | 
ClassDomain.findAll(LibrarySession session)
Returns the set of defined ClassDomains. 
 | 
static ClassDomain | 
ClassDomain.findByName(LibrarySession session,
          String name)
Returns the a ClassDomain matching the 
 specified name. 
 | 
ClassDomain | 
Attribute.getClassDomain()
Gets the ClassDomain of this Attribute. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Attribute.setClassDomain(ClassDomain cd)
Sets the ClassDomain of this Attribute. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ShowUtils.showClassDomain(Logger logger,
               ClassDomain cd,
               String prefix)
Show details about a ClassDomain. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ClassDomain | 
ClassObjectOperations.RefIntegrityTest.createSchemaObject(LibrarySession sess)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClassObjectOperations.RefIntegrityTest.freeSchemaObject(LibrarySession sess,
                ClassDomain clDom)  | 
void | 
ClassObjectOperations.RefIntegrityTest.testActiveSchemaObjects(LibrarySession sess,
                       ClassDomain clDom,
                       int schemaObjCount)  | 
| Modifier and Type | Method and Description | 
|---|---|
ClassDomain | 
UserManager.lookupCreateUserOptionClassDomain(String optionName)
Returns ClassDomain (if any; null if none) for the option 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
UserManager.registerCreateUserOption(String optionName,
                        int datatype,
                        ClassDomain domain)
Register one option. 
 | 
Copyright © 2025. All rights reserved.