oracle.ifs.server
Class S_TiePublicObject


java.lang.Object

  |

  +--oracle.ifs.server.S_LibraryObject

        |

        +--oracle.ifs.server.S_TieLibraryObject

              |

              +--oracle.ifs.server.S_PublicObject

                    |

                    +--oracle.ifs.server.S_TiePublicObject

All Implemented Interfaces:
IfsEventHandler, LibraryObjectInterface, PublicObjectInterface, Traceable
Direct Known Subclasses:
S_AccessControlList, S_ApplicationObject, S_Category, S_DirectoryObject, S_Document, S_Family, S_Folder, S_UserProfile, S_VersionDescription, S_VersionSeries

public class S_TiePublicObject
extends S_PublicObject

S_TiePublicObject allows the Oracle-defined behavior of the PUBLICOBJECT classobject (and its subclasses) to be extended or overridden through the server extensibility API.

See Also:
S_PublicObject

Constructor Summary
protected S_TiePublicObject(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TiePublicObject for a new PUBLICOBJECT.
protected S_TiePublicObject(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TiePublicObject for an existing PUBLICOBJECT.
 
Methods inherited from class oracle.ifs.server.S_PublicObject
addRelationship, deriveDefinition, extendedPreFree, extendedPreInsert, extendedPreUpdate, getCategories, getLeftwardRelationshipObjects, getLeftwardRelationshipObjects, getLeftwardRelationships, getLeftwardRelationships, getReferencingFolders, getRightwardRelationshipObjects, getRightwardRelationshipObjects, getRightwardRelationships, getRightwardRelationships, getVersionDescriptions, hasNameAttribute, isLocked, isVersionable, removeRelationship
 
Methods inherited from class oracle.ifs.server.S_LibraryObject
equals, free, getAttribute, getAttributeByUpperCaseName, getClassId, getClassObject, getId, getSession, handleEvent, isTraced, postEvent, postEvent, renderAsReader, renderAsStream, setAttribute, setAttribute, toString, trace, update
 
Methods inherited from interface oracle.ifs.common.LibraryObjectInterface
getId
 
Methods inherited from interface oracle.ifs.common.Traceable
getTraceLogger, isTraced, trace
 

Constructor Detail


S_TiePublicObject


protected S_TiePublicObject(S_LibrarySession session,
                            S_LibraryObjectData data)
                     throws IfsException
Constructs an S_TiePublicObject for an existing PUBLICOBJECT.
Parameters:
session - the session
data - the data
Throws:
IfsException - if the operation fails

S_TiePublicObject


protected S_TiePublicObject(S_LibrarySession session,
                            java.lang.Long classId)
                     throws IfsException
Constructs an S_TiePublicObject for a new PUBLICOBJECT.
Parameters:
session - the session
classId - the class id
Throws:
IfsException - if the operation fails