oracle.ifs.server
Class S_TieRelationship


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

All Implemented Interfaces:
IfsEventHandler, LibraryObjectInterface, SystemObjectInterface, Traceable
Direct Known Subclasses:
S_FolderRelationship, S_GroupMemberRelationship

public class S_TieRelationship
extends S_Relationship

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

See Also:
S_Relationship

Constructor Summary
protected S_TieRelationship(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieRelationship for a new RELATIONSHIP.
protected S_TieRelationship(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieRelationship for an existing RELATIONSHIP.
 
Methods inherited from class oracle.ifs.server.S_Relationship
deriveDefinition, extendedPreInsert
 
Methods inherited from class oracle.ifs.server.S_LibraryObject
equals, 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_TieRelationship


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

S_TieRelationship


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