oracle.ifs.server
Class S_TieDirectoryUser


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_DirectoryObject

                                |

                                +--oracle.ifs.server.S_TieDirectoryObject

                                      |

                                      +--oracle.ifs.server.S_DirectoryUser

                                            |

                                            +--oracle.ifs.server.S_TieDirectoryUser

All Implemented Interfaces:
DirectoryObjectInterface, IfsEventHandler, LibraryObjectInterface, PublicObjectInterface, Traceable

public class S_TieDirectoryUser
extends S_DirectoryUser

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

See Also:
S_DirectoryUser

Constructor Summary
protected S_TieDirectoryUser(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieDirectoryUser for a new DIRECTORYUSER.
protected S_TieDirectoryUser(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieDirectoryUser for an existing DIRECTORYUSER.
 
Methods inherited from class oracle.ifs.server.S_DirectoryUser
deriveDefinition, extendedPreFree, extendedPreInsert, extendedPreUpdate, getPrimaryUserProfile
 
Methods inherited from class oracle.ifs.server.S_DirectoryObject
getAllAncestors, getAllMembers, getDirectAncestors, getDirectMembers
 
Methods inherited from class oracle.ifs.server.S_PublicObject
addRelationship, getCategories, getLeftwardRelationshipObjects, getLeftwardRelationshipObjects, getLeftwardRelationships, getLeftwardRelationships, getReferencingFolders, getRightwardRelationshipObjects, getRightwardRelationshipObjects, getRightwardRelationships, getRightwardRelationships, getVersionDescriptions, 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_TieDirectoryUser


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

S_TieDirectoryUser


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