|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use S_VersionDescription | |
oracle.ifs.server |
Uses of S_VersionDescription in oracle.ifs.server |
Subclasses of S_VersionDescription in oracle.ifs.server | |
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. |
Methods in oracle.ifs.server that return S_VersionDescription | |
S_VersionDescription[] |
S_PublicObject.getVersionDescriptions()
Get all VERSIONDESCRIPTIONs associated with this instance. |
protected S_VersionDescription |
S_Family.newSecondaryVersionSeries(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_VersionDescription.newBranchedVersionSeries(S_LibraryObjectDefinition vddef)
Javadoc Fixme |
protected static S_VersionDescription[] |
S_VersionDescription.vectorToSVersionDescriptionArray(S_LibrarySession sess,
java.util.Vector vector)
Constructs an array of version descriptions from a vector of version descriptions. |
S_VersionDescription |
S_VersionSeries.newRevision(S_LibraryObjectDefinition vddef)
Add a new version in the series. |
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_VersionSeries.getVersionDescriptions()
Gets server side representation of all version descriptions in this series. |
protected S_VersionDescription[] |
S_VersionDescriptionSelector.selectAllVersionDescriptions(java.lang.Long seriesid)
return all VersionDescription objects associated with the specified VersionSeries. |
protected S_VersionDescription[] |
S_VersionDescriptionSelector.selectVersionDescriptionsForPublicObject(java.lang.Long poid)
return all VersionDescription objects associated with the specified PublicObject. |
Methods in oracle.ifs.server with parameters of type S_VersionDescription | |
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_VersionDescription.createBranchRelationship(S_VersionSeries parentVS,
S_VersionSeries childVS,
S_VersionDescription sourceVD,
S_VersionDescription targetVD)
Javadoc Fixme |
protected void |
S_VersionSeries.setLatestVersionDescription(S_VersionDescription version)
Sets the latest VERSIONDESCRIPTION for the series. |
protected void |
S_VersionSeries.setDefaultVersionDescription(S_VersionDescription version)
Sets the default VERSIONDESCRIPTION for the series. |
|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |