|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use S_ClassObject | |
oracle.ifs.server |
Uses of S_ClassObject in oracle.ifs.server |
Fields in oracle.ifs.server declared as S_ClassObject | |
protected S_ClassObject |
S_ClassObject.m_Superclass
The Superclass of this CLASSOBJECT. |
Methods in oracle.ifs.server that return S_ClassObject | |
S_ClassObject |
S_LibraryObject.getClassObject()
getClassObject - get the object's ClassObject |
S_ClassObject |
S_ClassObject.getSuperclass()
Gets the superclass for this class. |
S_ClassObject[] |
S_ClassObject.getDirectSubclasses()
Gets the direct subclasses for this class as an array of S_ClassObjects. |
S_ClassObject |
S_ClassObject.getDirectSubclasses(int index)
Gets the index-specified direct subclass for this class as an S_ClassObject. |
S_ClassObject[] |
S_ClassObject.getSubclasses()
Gets the subclasses for this class as an array of S_ClassObjects. |
S_ClassObject |
S_ClassObject.getSubclasses(int index)
Gets the index-specified subclass for this class as an S_ClassObject. |
S_ClassObject |
S_Attribute.getDefiningClass()
Returns the ClassObject that defines this attribute. |
S_ClassObject |
S_LibrarySession.getClassObjectByName(java.lang.String classname)
Returns a class object given a class name. |
protected S_ClassObject |
S_LibrarySession.getClassObject(java.lang.Long classid)
Gets the S_ClassObject for the specified class id. |
Methods in oracle.ifs.server with parameters of type S_ClassObject | |
protected java.util.Vector |
S_PublicObject.getRightwardRelationshipObjectDatas(S_ClassObject relClass,
SortSpecification sort)
|
protected java.util.Vector |
S_PublicObject.getLeftwardRelationshipObjectDatas(S_ClassObject relClass,
SortSpecification sort)
|
protected java.util.Vector |
S_PublicObject.getRightwardRelationshipDatas(S_ClassObject relClass,
SortSpecification sort)
|
protected java.util.Vector |
S_PublicObject.getLeftwardRelationshipDatas(S_ClassObject relClass,
SortSpecification sort)
|
protected long |
S_PublicObject.getLeftwardRelationshipsCount(S_ClassObject relClass)
|
S_PublicObject[] |
S_PublicObject.getRightwardRelationshipObjects(S_ClassObject relClass,
SortSpecification sort)
returns all "right side" public objects that are related to this object by the specified Relationship Class. |
S_PublicObject[] |
S_PublicObject.getLeftwardRelationshipObjects(S_ClassObject relClass,
SortSpecification sort)
returns all "left side" public objects that are related to this object by the specied Relationship Class. |
S_Relationship[] |
S_PublicObject.getRightwardRelationships(S_ClassObject relClass,
SortSpecification sort)
returns all "right side" relationship instances that are used to relate to this object to other PublicObjects. |
S_Relationship[] |
S_PublicObject.getLeftwardRelationships(S_ClassObject relClass,
SortSpecification sort)
returns all "left side" relationship instances that are used to relate to this object to other PublicObjects. |
S_Attribute[] |
S_ClassObject.getExtendedClassAttributes(S_ClassObject superclass)
Gets an array of the attributes defined by this class. |
boolean |
S_ClassObject.isDirectSubclassOf(S_ClassObject classObject)
Determines whether this class is a direct subclass of the specfied class (that is, whether the specified class is the immediate superclass of this class). |
boolean |
S_ClassObject.isSubclassOf(S_ClassObject classObject)
Determines whether this class is a subclass of the specfied class (that is, whether the specified class is this class, the immediate superclass of this class, the super-superclass of this class, etc.). |
protected void |
S_Media.auditErrors(S_ClassObject clsObj)
Move errors in the Context Errors table to the AuditLog. |
void |
S_LibrarySession.registerClassEventHandler(S_ClassObject co,
boolean includeSubclasses,
IfsEventHandler handler)
Registers the specified IfsEventHandler to receive events for all objects in the specified class. |
void |
S_LibrarySession.deregisterClassEventHandler(S_ClassObject co,
boolean includeSubclasses,
IfsEventHandler handler)
Deregisters the specified IfsEventHandler for the specified class. |
boolean |
S_ClassDomain.isClassInClassDomain(S_ClassObject co)
Determines whether the specified ClassObject is within this ClassDomain. |
|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |