oracle.ifs.beans
Class TieClassDomain
java.lang.Object
|
+--oracle.ifs.beans.LibraryObject
|
+--oracle.ifs.beans.TieLibraryObject
|
+--oracle.ifs.beans.SchemaObject
|
+--oracle.ifs.beans.TieSchemaObject
|
+--oracle.ifs.beans.ClassDomain
|
+--oracle.ifs.beans.TieClassDomain
- All Implemented Interfaces:
- IfsEventHandler, LibraryObjectInterface, SchemaObjectInterface, Traceable
- public class TieClassDomain
- extends ClassDomain
TieClassDomain allows the Oracle-defined behavior of the
CLASSDOMAIN classobject (and its subclasses) to be extended
or overridden.
- See Also:
ClassDomain
| Methods inherited from class oracle.ifs.beans.ClassDomain |
classDomainTypeName, classDomainTypeResourceBundleKey, getClasses, getClasses, getDescription, getDomainType, getDomainTypeLabel, setClasses, setDescription, setDomainType, toDomainTypeLabel, toDomainTypeLabel, toDomainTypeLabel |
| Methods inherited from class oracle.ifs.beans.SchemaObject |
getPolicyBundle, getPropertyBundle, hasNameAttribute, isActive, putPolicy, putProperty, putProperty, removeAllPolicies, removeAllProperties, removePolicy, removePolicy, removeProperty, setActive, setPolicyBundle, setPropertyBundle |
| Methods inherited from class oracle.ifs.beans.LibraryObject |
equals, free, free, getAttribute, getAttributeByUpperCaseName, getAttributes, getAttributesByUpperCaseNames, getClassId, getClassObject, getDefinition, getId, getLabel, getName, getSession, handleEvent, invokeServerMethod, isInstanceOf, isTraced, lookupInstanceLabel, postEvent, postEvent, renderAsReader, renderAsStream, setAttribute, setAttribute, setAttributes, setAttributes, setName, toString, trace, update |
TieClassDomain
protected TieClassDomain(LibrarySession session,
java.lang.Long id,
java.lang.Long classId,
S_LibraryObjectData data)
throws IfsException
- Constructs a TieClassDomain.
- Parameters:
session - the sessionid - the idclassId - the class iddata - the data- Throws:
IfsException - if the operation fails