Package | Description |
---|---|
oracle.ifs.server |
Modifier and Type | Class and Description |
---|---|
class |
S_Attribute
An S_Attribute is the server-side representation of the ATTRIBUTE class.
|
class |
S_ClassDomain
A S_ClassDomain describes a validation that can be applied to an
Attribute to ensure that its values are instances of specified
classes.
|
class |
S_ClassObject
An S_ClassObject is the server-side representation of the CLASSOBJECT class.
|
class |
S_SchemaCategory
SchemaCategory subclasses can contain their own custom data,
which effectively contain data about the SchemaObject with
which the SchemaCategory instance is associated.
|
class |
S_TieClassDomain
S_TieClassDomain allows the Oracle-defined behavior of the
CLASSDOMAIN classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieSchemaCategory
S_TieSchemaCategory allows the Oracle-defined behavior of the
SCHEMACATEGORY classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieSchemaObject
S_TieSchemaObject allows the Oracle-defined behavior of the
SCHEMAOBJECT classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieValueDefault
S_TieValueDefault allows the Oracle-defined behavior of the
VALUEDEFAULT classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieValueDomain
S_TieValueDomain allows the Oracle-defined behavior of the
VALUEDOMAIN classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_ValueDefault
A ValueDefault describes a value that can be applied to an Attribute
to be used if no value for that Attribute is specified in creating
a new object.
|
class |
S_ValueDomain
A ValueDomain describes a validation that can be applied to an Attribute
to ensure that its values lie within a set of acceptable values.
|
Modifier and Type | Method and Description |
---|---|
S_SchemaObject |
S_SchemaCategory.getAssociatedSchemaObject()
Gets the SchemaObject associated with this SchemaCategory.
|
S_SchemaObject |
S_LibrarySession.getSchemaObject(Long id)
Gets an S_SchemaObject by id.
|
S_SchemaObject |
S_LibrarySession.getSchemaObject(Long id,
Long classId)
Gets an S_SchemaObject by id and classId.
|
S_SchemaObject |
S_LibrarySession.newSchemaObject(OperationState opState,
S_LibraryObjectDefinition def)
Creates a new S_SchemaObject based on the specified
S_LibraryObjectDefinition within the specified OperationState
context.
|
S_SchemaObject |
S_LibrarySession.newSchemaObject(S_LibraryObjectDefinition def)
Creates a new S_SchemaObject based on the specified
S_LibraryObjectDefinition.
|
protected S_SchemaObject |
S_LibrarySession.verifySchemaObject(S_LibraryObject obj)
Verifies that the specified S_LibraryObject is an S_SchemaObject.
|
Copyright © 2023. All rights reserved.