oracle.ifs.beans
Class TieProperty


java.lang.Object

  |

  +--oracle.ifs.beans.LibraryObject

        |

        +--oracle.ifs.beans.TieLibraryObject

              |

              +--oracle.ifs.beans.SystemObject

                    |

                    +--oracle.ifs.beans.TieSystemObject

                          |

                          +--oracle.ifs.beans.Property

                                |

                                +--oracle.ifs.beans.TieProperty

All Implemented Interfaces:
IfsEventHandler, LibraryObjectInterface, SystemObjectInterface, Traceable

public class TieProperty
extends Property

A TieProperty allows the Oracle-defined behavior of the PROPERTY classobject (and its subclasses) to be extended or overridden.

See Also:
Property

Fields inherited from class oracle.ifs.beans.Property
BOOLEANVALUE_ATTRIBUTE, BOOLEANVALUES_ATTRIBUTE, BUNDLE_ATTRIBUTE, CLASS_NAME, DATATYPE_ATTRIBUTE, DATEVALUE_ATTRIBUTE, DATEVALUES_ATTRIBUTE, DIRECTORYOBJECTVALUE_ATTRIBUTE, DIRECTORYOBJECTVALUES_ATTRIBUTE, DOUBLEVALUE_ATTRIBUTE, DOUBLEVALUES_ATTRIBUTE, INTEGERVALUE_ATTRIBUTE, INTEGERVALUES_ATTRIBUTE, LONGVALUE_ATTRIBUTE, LONGVALUES_ATTRIBUTE, NAME_ATTRIBUTE, PUBLICOBJECTVALUE_ATTRIBUTE, PUBLICOBJECTVALUES_ATTRIBUTE, SCHEMAOBJECTVALUE_ATTRIBUTE, SCHEMAOBJECTVALUES_ATTRIBUTE, STRINGVALUE_ATTRIBUTE, STRINGVALUES_ATTRIBUTE, SYSTEMOBJECTVALUE_ATTRIBUTE, SYSTEMOBJECTVALUES_ATTRIBUTE
 
Fields inherited from class oracle.ifs.beans.SystemObject
ACTIVE_ATTRIBUTE, POLICYBUNDLE_ATTRIBUTE, PROPERTYBUNDLE_ATTRIBUTE
 
Constructor Summary
protected TieProperty(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieProperty.
 
Methods inherited from class oracle.ifs.beans.Property
getBundle, getDataType, getValue, handleEvent, setValue
 
Methods inherited from class oracle.ifs.beans.SystemObject
getPolicyBundle, isActive, putPolicy, putProperty, putProperty, removeAllPolicies, removeAllProperties, removePolicy, removePolicy, removeProperty, setActive, setPolicyBundle, setPropertyBundle
 
Methods inherited from class oracle.ifs.beans.LibraryObject
equals, free, free, getAttribute, getAttributeByUpperCaseName, getAttributes, getAttributesByUpperCaseNames, getClassId, getClassObject, getDefinition, getId, getLabel, getName, getSession, hasNameAttribute, invokeServerMethod, isInstanceOf, isTraced, lookupInstanceLabel, postEvent, postEvent, renderAsReader, renderAsStream, setAttribute, setAttribute, setAttributes, setAttributes, setName, 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


TieProperty


protected TieProperty(LibrarySession session,
                      java.lang.Long id,
                      java.lang.Long classId,
                      S_LibraryObjectData data)
               throws IfsException
Constructs a TieProperty.
Parameters:
session - the session
id - the id
classId - the class id
data - the data
Throws:
IfsException - if the operation fails