oracle.ifs.server
Class S_TieValueDefaultPropertyBundle


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_ApplicationObject

                                |

                                +--oracle.ifs.server.S_TieApplicationObject

                                      |

                                      +--oracle.ifs.server.S_PropertyBundle

                                            |

                                            +--oracle.ifs.server.S_TiePropertyBundle

                                                  |

                                                  +--oracle.ifs.server.S_ValueDefaultPropertyBundle

                                                        |

                                                        +--oracle.ifs.server.S_TieValueDefaultPropertyBundle

All Implemented Interfaces:
IfsEventHandler, LibraryObjectInterface, PublicObjectInterface, Traceable

public class S_TieValueDefaultPropertyBundle
extends S_ValueDefaultPropertyBundle

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

See Also:
S_ValueDefaultPropertyBundle

Constructor Summary
protected S_TieValueDefaultPropertyBundle(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieValueDefaultPropertyBundle for a new VALUEDEFAULTPROPERTYBUNDLE.
protected S_TieValueDefaultPropertyBundle(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieValueDefaultPropertyBundle for an existing VALUEDEFAULTPROPERTYBUNDLE.
 
Methods inherited from class oracle.ifs.server.S_ValueDefaultPropertyBundle
getPropertyValue
 
Methods inherited from class oracle.ifs.server.S_PropertyBundle
deriveDefinition, extendedPreFree, extendedPreUpdate, getProperties, getProperty, getPropertyValue, handleEvent, putProperty, removeProperty
 
Methods inherited from class oracle.ifs.server.S_ApplicationObject
isVersionable
 
Methods inherited from class oracle.ifs.server.S_PublicObject
addRelationship, extendedPreInsert, getCategories, getLeftwardRelationshipObjects, getLeftwardRelationshipObjects, getLeftwardRelationships, getLeftwardRelationships, getReferencingFolders, getRightwardRelationshipObjects, getRightwardRelationshipObjects, getRightwardRelationships, getRightwardRelationships, getVersionDescriptions, hasNameAttribute, isLocked, removeRelationship
 
Methods inherited from class oracle.ifs.server.S_LibraryObject
equals, free, getAttribute, getAttributeByUpperCaseName, getClassId, getClassObject, getId, getSession, 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_TieValueDefaultPropertyBundle


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

S_TieValueDefaultPropertyBundle


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