oracle.ifs.server
Class S_TieValueDomain


java.lang.Object

  |

  +--oracle.ifs.server.S_LibraryObject

        |

        +--oracle.ifs.server.S_TieLibraryObject

              |

              +--oracle.ifs.server.S_SchemaObject

                    |

                    +--oracle.ifs.server.S_TieSchemaObject

                          |

                          +--oracle.ifs.server.S_ValueDomain

                                |

                                +--oracle.ifs.server.S_TieValueDomain

All Implemented Interfaces:
IfsEventHandler, LibraryObjectInterface, SchemaObjectInterface, Traceable

public class S_TieValueDomain
extends S_ValueDomain

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

See Also:
S_ValueDomain

Constructor Summary
protected S_TieValueDomain(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieValueDomain for a new VALUEDOMAIN.
protected S_TieValueDomain(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieValueDomain for an existing VALUEDOMAIN.
 
Methods inherited from class oracle.ifs.server.S_ValueDomain
extendedPreInsert, getPropertyValue, isAttributeValueInValueDomain
 
Methods inherited from class oracle.ifs.server.S_SchemaObject
hasNameAttribute
 
Methods inherited from class oracle.ifs.server.S_LibraryObject
deriveDefinition, equals, extendedPreFree, extendedPreUpdate, 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_TieValueDomain


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

S_TieValueDomain


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