Oracle Content Management SDK

Uses of Class
oracle.ifs.server.S_Relationship

Packages that use S_Relationship
oracle.ifs.server   
 

Uses of S_Relationship in oracle.ifs.server
 

Subclasses of S_Relationship in oracle.ifs.server
 class S_FolderPathRelationship
          Server side representation of the FOLDERPATHRELATIONSHIP class.
 class S_FolderRelationship
          Server side representation of the FOLDERRELATIONSHIP class.
 class S_GroupMemberRelationship
          A S_GroupMemberRelationship is the server-side representation of a GroupMemberRelationship.
 class S_TieFolderPathRelationship
          S_TieFolderPathRelationship allows the Oracle-defined behavior of the FOLDERPATHRELATIONSHIP classobject (and its subclasses) to be extended or overridden through the server extensibility API.
 class S_TieFolderRelationship
          S_TieFolderRelationship allows the Oracle-defined behavior of the FOLDERRELATIONSHIP classobject (and its subclasses) to be extended or overridden through the server extensibility API.
 class S_TieGroupMemberRelationship
          A S_TieGroupMemberRelationship allows the Oracle-defined behavior of the GROUPMEMBERRELATIONSHIP classobject (and its subclasses) to be extended or overridden through the server extensibility API.
 class S_TieRelationship
          S_TieRelationship allows the Oracle-defined behavior of the RELATIONSHIP classobject (and its subclasses) to be extended or overridden through the server extensibility API.
 

Methods in oracle.ifs.server that return S_Relationship
protected  S_Relationship[] S_PublicObject.getAllLeftRelationships()
          getAllLeftRelationships - gets all Relationship objects to the left of this object.
protected  S_Relationship[] S_PublicObject.getLeftRelationships(java.lang.String relClassName)
          getLeftRelationships - gets all Relationship objects to the left of this object for a specified Relationship class.
protected  S_Relationship[] S_PublicObject.getAllRightRelationships()
          getAllRightRelationships - gets all Relationship objects to the right of this object.
protected  S_Relationship[] S_PublicObject.getRightRelationships(java.lang.String relClassName)
          getRightRelationships - gets all Relationship objects to the right of this object for a specified Relationship class.
protected  S_Relationship[] S_PublicObject.getSpecificRightRelationships(S_PublicObject target, java.lang.String relClassName)
          getSpecificRightRelationships - gets all Relationship objects to the right of this object for a specified Relationship class, and for a specific target object.
protected  S_Relationship[] S_PublicObject.getSpecificLeftRelationships(S_PublicObject source, java.lang.String relClassName)
          getSpecificLeftRelationships - gets all Relationship objects to the left of this object for a specified Relationship class, and for a specific source object.
 S_Relationship[] S_PublicObject.getRightwardRelationships(java.lang.String relClassName, SortSpecification sort)
          returns all "right side" relationship instances that are used to relate to this object to other PublicObjects.
 S_Relationship[] S_PublicObject.getRightwardRelationships(S_ClassObject relClass, SortSpecification sort)
          returns all "right side" relationship instances that are used to relate to this object to other PublicObjects.
 S_Relationship[] S_PublicObject.getLeftwardRelationships(java.lang.String relClassName, SortSpecification sort)
          returns all "left side" relationship instances that are used to relate to this object to other PublicObjects.
 S_Relationship[] S_PublicObject.getLeftwardRelationships(S_ClassObject relClass, SortSpecification sort)
          returns all "left side" relationship instances that are used to relate to this object to other PublicObjects.
protected static S_Relationship[] S_Relationship.vectorToSRelationshipArray(S_LibrarySession sess, java.util.Vector vector)
           
 

Methods in oracle.ifs.server with parameters of type S_Relationship
 void S_PublicObject.removeRelationship(S_Relationship rel)
          removes the relationship; may cascade to left and right objects.
protected  void S_PublicObject.signalRightRelationshipFreed(OperationState opState, S_Relationship rightRel, S_PublicObject rightPo)
          a PublicObject to the right of us has been freed.
protected  void S_PublicObject.signalLeftRelationshipFreed(OperationState opState, S_Relationship leftRel, S_PublicObject leftPo)
          a PublicObject to the left of us has been freed.
protected  void S_Folder.extendedPostAddItem(OperationState opState, S_PublicObject rightpo, S_LibraryObjectDefinition def, S_Relationship rel)
          An extensibility point after an item is added to a folder.
protected  void S_Folder.extendedPreRemoveItem(OperationState opState, S_PublicObject rightpo, S_LibraryObjectDefinition def, S_Relationship relationship)
          an extensibility point before an item is removed from a folder.
protected  void S_Folder.extendedPostRemoveItem(OperationState opState, S_PublicObject rightpo, S_LibraryObjectDefinition def, S_Relationship relationship)
          an extensibility point after an item is removed from a folder.
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.