Oracle Content Management SDK

Uses of Class
oracle.ifs.beans.BranchRelationship

Packages that use BranchRelationship
oracle.ifs.beans   
 

Uses of BranchRelationship in oracle.ifs.beans
 

Methods in oracle.ifs.beans that return BranchRelationship
 BranchRelationship[] VersionSeries.getParentBranchRelationships()
          Returns an array of BranchRelationships that describe branch or integrate operations involving this VersionSeries as a child (the other series are the parent).
 BranchRelationship[] VersionSeries.getParentBranchRelationships(ClassObject relClass, SortSpecification sortSpec)
          Returns an array of BranchRelationships that describe branch or integrate operations involving this VersionSeries as a child (the other series are the parent).
 BranchRelationship[] VersionSeries.getChildBranchRelationships()
          Returns an array of BranchRelationships that describe branch or integrate operations involving this VersionSeries as a parent (the other series are the child).
 BranchRelationship[] VersionSeries.getChildBranchRelationships(ClassObject relClass, SortSpecification sortSpec)
          Returns an array of BranchRelationships that describe branch or integrate operations involving this VersionSeries as a parent (the other series are the child).
protected static BranchRelationship BranchRelationship.constructBranchRelationship(LibrarySession sess, S_LibraryObjectData data)
          constructBranchRelationship - FixmeJavadocMethod
protected static BranchRelationship[] BranchRelationship.vectorToBranchRelationshipArray(java.util.Vector vector)
          returns a BranchRelationship array froma vector of BranchRelationships
 


Oracle Content Management SDK

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