Oracle Content Management SDK

oracle.ifs.server
Class S_TieFamily

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_Family
                                |
                                +--oracle.ifs.server.S_TieFamily
All Implemented Interfaces:
IfsEventHandler, LibraryObjectInterface, PublicObjectInterface, Traceable

public class S_TieFamily
extends S_Family

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

See Also:
S_Family

Constructor Summary
protected S_TieFamily(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieFamily for a new FAMILY.
protected S_TieFamily(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieFamily for an existing FAMILY.
 
Methods inherited from class oracle.ifs.server.S_Family
deriveDefinition, extendedPreUpdate, getAllVersionSeries
 
Methods inherited from class oracle.ifs.server.S_PublicObject
addRelationship, checkAccess, extendedPostInsert, extendedPostUpdate, extendedPreFree, extendedPreInsert, getCategories, getCategories, getLeftwardRelationshipObjects, getLeftwardRelationshipObjects, getLeftwardRelationships, getLeftwardRelationships, getLockObject, getReferencingFolders, getRightwardRelationshipObjects, getRightwardRelationshipObjects, getRightwardRelationships, getRightwardRelationships, getVersionDescriptions, hasNameAttribute, isLocked, isVersionable, removeRelationship, verifyCanUseContentQuota
 
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_TieFamily

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

S_TieFamily

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

Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.