oracle.ifs.server
Class S_TieClassDomain
java.lang.Object
|
+--oracle.ifs.server.S_LibraryObject
|
+--oracle.ifs.server.S_TieLibraryObject
|
+--oracle.ifs.server.S_SchemaObject
|
+--oracle.ifs.server.S_TieSchemaObject
|
+--oracle.ifs.server.S_ClassDomain
|
+--oracle.ifs.server.S_TieClassDomain
- All Implemented Interfaces:
- IfsEventHandler, LibraryObjectInterface, SchemaObjectInterface, Traceable
- public class S_TieClassDomain
- extends S_ClassDomain
S_TieClassDomain allows the Oracle-defined behavior of the
CLASSDOMAIN classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
- See Also:
S_ClassDomain
Methods inherited from class oracle.ifs.server.S_LibraryObject |
deriveDefinition, equals, extendedPostFree, extendedPostInsert, extendedPostUpdate, extendedPreFree, free, getAttribute, getAttributeByUpperCaseName, getClassId, getClassObject, getId, getSession, isTraced, postEvent, postEvent, renderAsReader, renderAsStream, setAttribute, setAttribute, toString, trace, update |
S_TieClassDomain
protected S_TieClassDomain(S_LibrarySession session,
S_LibraryObjectData data)
throws IfsException
- Constructs an S_TieClassDomain for an
existing CLASSDOMAIN.
- Parameters:
session
- the sessiondata
- the data- Throws:
IfsException
- if the operation fails
S_TieClassDomain
protected S_TieClassDomain(S_LibrarySession session,
java.lang.Long classId)
throws IfsException
- Constructs an S_TieClassDomain for a
new CLASSDOMAIN.
- Parameters:
session
- the sessionclassId
- the class id- Throws:
IfsException
- if the operation fails
(c) 2002 Copyright Oracle Corporation. All rights reserved.