Oracle Content Management SDK

oracle.ifs.server
Class S_TieFolderPathRelationship

java.lang.Object
  |
  +--oracle.ifs.server.S_LibraryObject
        |
        +--oracle.ifs.server.S_TieLibraryObject
              |
              +--oracle.ifs.server.S_SystemObject
                    |
                    +--oracle.ifs.server.S_TieSystemObject
                          |
                          +--oracle.ifs.server.S_Relationship
                                |
                                +--oracle.ifs.server.S_TieRelationship
                                      |
                                      +--oracle.ifs.server.S_FolderRelationship
                                            |
                                            +--oracle.ifs.server.S_TieFolderRelationship
                                                  |
                                                  +--oracle.ifs.server.S_FolderPathRelationship
                                                        |
                                                        +--oracle.ifs.server.S_TieFolderPathRelationship
All Implemented Interfaces:
IfsEventHandler, LibraryObjectInterface, SystemObjectInterface, Traceable

public class S_TieFolderPathRelationship
extends S_FolderPathRelationship

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

See Also:
S_FolderPathRelationship

Constructor Summary
protected S_TieFolderPathRelationship(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieFolderPathRelationship for a new FOLDERPATHRELATIONSHIP.
protected S_TieFolderPathRelationship(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieFolderPathRelationship for an existing FOLDERPATHRELATIONSHIP.
 
Methods inherited from class oracle.ifs.server.S_FolderPathRelationship
deriveDefinition, extendedPreInsert, extendedPreRemoveRelationship, extendedPreUpdate
 
Methods inherited from class oracle.ifs.server.S_FolderRelationship
extendedPostAddRelationship, extendedPostRemoveRelationship, extendedPreAddRelationship
 
Methods inherited from class oracle.ifs.server.S_Relationship
extendedPreFree
 
Methods inherited from class oracle.ifs.server.S_LibraryObject
equals, extendedPostFree, extendedPostInsert, extendedPostUpdate, free, getAttribute, getAttributeByUpperCaseName, getClassId, getClassObject, getId, getSession, handleEvent, hasNameAttribute, 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_TieFolderPathRelationship

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

S_TieFolderPathRelationship

protected S_TieFolderPathRelationship(S_LibrarySession session,
                                      java.lang.Long classId)
                               throws IfsException
Constructs an S_TieFolderPathRelationship for a new FOLDERPATHRELATIONSHIP.
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.