oracle.ifs.server
Class S_GroupMemberRelationship


java.lang.Object

  |

  +--oracle.ifs.server.S_LibraryObject

        |

        +--oracle.ifs.server.S_TieLibraryObject

              |

              +--oracle.ifs.server.S_SystemObject

                    |

                    +--oracle.ifs.server.S_TieSystemObject

                          |

                          +--oracle.ifs.server.S_Relationship

                                |

                                +--oracle.ifs.server.S_TieRelationship

                                      |

                                      +--oracle.ifs.server.S_GroupMemberRelationship

All Implemented Interfaces:
IfsEventHandler, LibraryObjectInterface, SystemObjectInterface, Traceable
Direct Known Subclasses:
S_TieGroupMemberRelationship

public class S_GroupMemberRelationship
extends S_TieRelationship

A S_GroupMemberRelationship is the server-side representation of a GroupMemberRelationship.

See Also:
S_LibraryService, S_LibrarySession

Method Summary
protected  void extendedPreInsert(OperationState opState, S_LibraryObjectDefinition def)
          Updates any system attributes appropriate for creating this object, and checks for cycles.
 
Methods inherited from class oracle.ifs.server.S_Relationship
deriveDefinition
 
Methods inherited from class oracle.ifs.server.S_LibraryObject
equals, extendedPreFree, extendedPreUpdate, free, getAttribute, getAttributeByUpperCaseName, getClassId, getClassObject, getId, getSession, handleEvent, hasNameAttribute, 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
 

Method Detail


extendedPreInsert


protected void extendedPreInsert(OperationState opState,
                                 S_LibraryObjectDefinition def)
                          throws IfsException
Updates any system attributes appropriate for creating this object, and checks for cycles.
Overrides:
extendedPreInsert in class S_Relationship
Parameters:
opState - current operation state
def - current object definition to be updated
Throws:
IfsException - if operation fails.