oracle.ifs.server
Class S_TieDocument


java.lang.Object

  |

  +--oracle.ifs.server.S_LibraryObject

        |

        +--oracle.ifs.server.S_TieLibraryObject

              |

              +--oracle.ifs.server.S_PublicObject

                    |

                    +--oracle.ifs.server.S_TiePublicObject

                          |

                          +--oracle.ifs.server.S_Document

                                |

                                +--oracle.ifs.server.S_TieDocument

All Implemented Interfaces:
IfsEventHandler, LibraryObjectInterface, PublicObjectInterface, Traceable

public class S_TieDocument
extends S_Document

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

See Also:
S_Document

Constructor Summary
protected S_TieDocument(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieDocument for a new DOCUMENT.
protected S_TieDocument(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieDocument for an existing DOCUMENT.
 
Methods inherited from class oracle.ifs.server.S_Document
cloneContentObject, deriveDefinition, extendedPreFree, extendedPreInsert, extendedPreUpdate, getContentReader, getContentSize, getContentStream, isVersionable
 
Methods inherited from class oracle.ifs.server.S_PublicObject
addRelationship, getCategories, getLeftwardRelationshipObjects, getLeftwardRelationshipObjects, getLeftwardRelationships, getLeftwardRelationships, getReferencingFolders, getRightwardRelationshipObjects, getRightwardRelationshipObjects, getRightwardRelationships, getRightwardRelationships, getVersionDescriptions, hasNameAttribute, isLocked, 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_TieDocument


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

S_TieDocument


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