| Package | Description | 
|---|---|
| oracle.ifs.beans | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TieSchemaCategory
TieSchemaCategory allows the Oracle-defined behavior of the
 SCHEMACATEGORY classobject (and its subclasses) to be extended
 or overridden. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SchemaCategory | 
SchemaObject.addCategory(SchemaCategoryDefinition catdef)
Adds a SchemaCategory associated with this SchemaObject 
 | 
protected static SchemaCategory[] | 
SchemaCategory.constructCategoryArray(LibrarySession sess,
                      Long[] ids)
Construct a SchemaCategory array from an array of object IDs. 
 | 
protected static SchemaCategory | 
SchemaCategory.constructSchemaCategory(LibrarySession sess,
                       S_LibraryObjectData data)
Returns a SchemaCategory object from a SchemaCategory data object. 
 | 
SchemaCategory[] | 
SchemaObject.getCategories()
Returns an array of Schemacategories for this schemaObject. 
 | 
SchemaCategory[] | 
SchemaObject.getCategories(ClassObject classobj)
Returns the associated SchemaCategory objects that are instances of the
 ClassObject (or one of its subclasses) specified. 
 | 
SchemaCategory[] | 
SchemaObject.getCategories(ClassObject classobj,
             SortSpecification sort)
Returns the associated SchemaCategory objects that are instances of
 the specified class or a subclass of the specified class. 
 | 
SchemaCategory[] | 
SchemaObject.getCategories(SortSpecification sort)
Returns the associated SchemaCategory objects. 
 | 
Copyright © 2025. All rights reserved.