oracle.ifs.server
Class S_TieVersionSeries


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_VersionSeries

                                |

                                +--oracle.ifs.server.S_TieVersionSeries

All Implemented Interfaces:
IfsEventHandler, LibraryObjectInterface, PublicObjectInterface, Traceable

public class S_TieVersionSeries
extends S_VersionSeries

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

See Also:
S_VersionSeries

Constructor Summary
protected S_TieVersionSeries(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieVersionSeries for a new VERSIONSERIES.
protected S_TieVersionSeries(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieVersionSeries for an existing VERSIONSERIES.
 
Methods inherited from class oracle.ifs.server.S_VersionSeries
extendedPreInsert, extendedPreUpdate, getVersionDescriptions, newRevision, reserveNext, unReserve
 
Methods inherited from class oracle.ifs.server.S_PublicObject
addRelationship, deriveDefinition, extendedPreFree, getCategories, getLeftwardRelationshipObjects, getLeftwardRelationshipObjects, getLeftwardRelationships, getLeftwardRelationships, getReferencingFolders, getRightwardRelationshipObjects, getRightwardRelationshipObjects, getRightwardRelationships, getRightwardRelationships, hasNameAttribute, isLocked, isVersionable, 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_TieVersionSeries


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

S_TieVersionSeries


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