Oracle Content Management SDK

oracle.ifs.server
Class S_TiePolicy

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_Policy
                                |
                                +--oracle.ifs.server.S_TiePolicy
All Implemented Interfaces:
IfsEventHandler, LibraryObjectInterface, SystemObjectInterface, Traceable

public class S_TiePolicy
extends S_Policy

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

See Also:
S_Policy

Constructor Summary
protected S_TiePolicy(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TiePolicy for a new POLICY.
protected S_TiePolicy(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TiePolicy for an existing POLICY.
 
Methods inherited from class oracle.ifs.server.S_SystemObject
extendedPreInsert
 
Methods inherited from class oracle.ifs.server.S_LibraryObject
deriveDefinition, equals, extendedPostFree, extendedPostInsert, extendedPostUpdate, extendedPreFree, extendedPreUpdate, 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_TiePolicy

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

S_TiePolicy

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