Package | Description |
---|---|
oracle.ifs.server |
Modifier and Type | Class and Description |
---|---|
class |
S_TieVersionDescription
S_TieVersionDescription allows the Oracle-defined behavior of the
VERSIONDESCRIPTION classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
Modifier and Type | Method and Description |
---|---|
protected static S_VersionDescription[] |
S_VersionDescription.constructVersionDescriptionArray(S_LibrarySession sess,
Long[] ids)
Construct a VersionDescription array from an array of object IDs.
|
protected S_VersionDescription |
S_Family.createVersionSeries(S_LibraryObjectDefinition vddef)
Creates a new secondary version series.
|
protected S_VersionDescription |
S_Family.getDefaultVersionDescription()
Gets the default version description for this family.
|
protected S_VersionDescription |
S_VersionSeries.getDefaultVersionDescription()
Gets the default VERSIONDESCRIPTION for this series.
|
protected S_VersionDescription |
S_VersionSeries.getLatestVersionDescription()
Gets the latest version description in this series.
|
S_VersionDescription[] |
S_PublicObject.getVersionDescriptions()
Get all VERSIONDESCRIPTIONs associated with this instance.
|
S_VersionDescription[] |
S_VersionSeries.getVersionDescriptions()
Gets server side representation of all version descriptions in this series.
|
protected S_VersionDescription |
S_VersionDescription.newBranchedVersionSeries(S_LibraryObjectDefinition vddef)
Javadoc Fixme
|
S_VersionDescription |
S_VersionSeries.newRevision(S_LibraryObjectDefinition vddef)
Add a new version in the series.
|
protected S_VersionDescription[] |
S_VersionDescriptionSelector.selectAllVersionDescriptions(Long seriesid)
return all VersionDescription objects associated with the specified
VersionSeries.
|
protected S_VersionDescription[] |
S_VersionDescriptionSelector.selectVersionDescriptionsForPublicObject(Long poid)
return all VersionDescription objects associated with the specified
PublicObject.
|
protected static S_VersionDescription[] |
S_VersionDescription.vectorToSVersionDescriptionArray(S_LibrarySession sess,
Vector vector)
Constructs an array of version descriptions from a vector of version descriptions.
|
Modifier and Type | Method and Description |
---|---|
protected void |
S_VersionDescription.createBranchRelationship(S_VersionSeries parentVS,
S_VersionSeries childVS,
S_VersionDescription sourceVD,
S_VersionDescription targetVD)
Javadoc Fixme
|
protected void |
S_VersionDescription.integrateIntoVersionSeries(S_VersionDescription targetvd)
Javadoc Fixme
|
protected void |
S_VersionDescription.newBranchRelationship(S_VersionDescription targetVD)
Javadoc Fixme
|
protected void |
S_VersionDescription.newIntegrateRelationship(S_VersionDescription targetVD)
Javadoc Fixme
|
protected void |
S_Family.setDefaultVersionDescription(S_VersionDescription version)
Sets the default VERSIONDESCRIPTION for the family.
|
protected void |
S_VersionSeries.setDefaultVersionDescription(S_VersionDescription version)
Sets the default VERSIONDESCRIPTION for the series.
|
protected void |
S_VersionSeries.setLatestVersionDescription(S_VersionDescription version)
Sets the latest VERSIONDESCRIPTION for the series.
|
Copyright © 2023. All rights reserved.