Package | Description |
---|---|
oracle.ifs.beans |
Modifier and Type | Class and Description |
---|---|
class |
TieBranchRelationship
TieBranchRelationship allows the Oracle-defined behavior of the
BRANCHRELATIONSHIP classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
protected static BranchRelationship |
BranchRelationship.constructBranchRelationship(LibrarySession sess,
S_LibraryObjectData data)
constructBranchRelationship - FixmeJavadocMethod
|
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).
|
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).
|
protected static BranchRelationship[] |
BranchRelationship.vectorToBranchRelationshipArray(Vector vector)
returns a BranchRelationship array froma vector of BranchRelationships
|
Copyright © 2023. All rights reserved.