|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VersionDescription | |
oracle.ifs.adk.filesystem | |
oracle.ifs.beans |
Uses of VersionDescription in oracle.ifs.adk.filesystem |
Methods in oracle.ifs.adk.filesystem that return VersionDescription | |
VersionDescription[] |
FileSystem.getHistory(PublicObject po)
Retrieve the revision history of the specified PublicObject. |
VersionDescription[] |
IfsFileSystem.getHistory(PublicObject po)
Retrieve the revision history of the specified PublicObject. |
Uses of VersionDescription in oracle.ifs.beans |
Subclasses of VersionDescription in oracle.ifs.beans | |
class |
TieVersionDescription
TieVersionDescription allows the Oracle-defined behavior of the VERSIONDESCRIPTION classobject (and its subclasses) to be extended or overridden. |
Methods in oracle.ifs.beans that return VersionDescription | |
VersionDescription |
PublicObject.newVersion(VersionDescriptionDefinition vddef)
Creates a new VersionDescription at the end of the primary version series. |
protected VersionDescription |
PublicObject.getSingletonVersionDescription()
|
VersionDescription |
VersionSeries.getDefaultVersionDescription()
Returns the default version of this version series. |
VersionDescription[] |
VersionSeries.getVersionDescriptions(PublicObject version)
Returns an array of VersionDescriptions which reference the versioned public object passed in (more than one VersionDescription can refer to the same PublicObject). |
VersionDescription |
VersionSeries.getFirstVersionDescription()
Returns the first VersionDescription of this series. |
VersionDescription |
VersionSeries.getLastVersionDescription()
Returns the last VersionDescription of this series. |
VersionDescription |
VersionSeries.getNextVersionDescription(VersionDescription version)
Returns the next VersionDescription of this series. |
VersionDescription |
VersionSeries.getPreviousVersionDescription(VersionDescription version)
Returns the Version description previous to the one being passed by the user. |
VersionDescription |
VersionSeries.newVersion(VersionDescriptionDefinition vddef)
Creates a new VersionDescription in this series from the specified VersionDescriptionDefinition. |
VersionDescription |
VersionSeries.createBranchedVersionSeries(VersionDescriptionDefinition vddef)
Creates a branched version series in this family, which relates back to the latest version description in this series. |
VersionDescription[] |
VersionSeries.getVersionDescriptions()
Returns an array of all VersionDescriptions in this VersionSeries. |
VersionDescription |
VersionSeries.getVersionDescriptions(int index)
Returns the specified VersionDescription of this series. |
protected VersionDescription[] |
VersionSeries.listVersionDescriptions()
Returns a vector of version decriptions. |
VersionDescription |
VersionDescription.getFirstVersionDescription()
Cover for getVersionSeries().getFirstVersionDescription() |
VersionDescription |
VersionDescription.getLastVersionDescription()
Cover for getVersionSeries().getLastVersionDescription() |
VersionDescription |
VersionDescription.getNextVersionDescription()
Cover for getVersionSeries().getNextVersionDescription() |
VersionDescription |
VersionDescription.getPreviousVersionDescription()
Cover for getVersionSeries().getPreviousVersionDescription() |
VersionDescription |
VersionDescription.createBranchedVersionSeries(VersionDescriptionDefinition vddef)
Creates a branched version series in this family, which relates back to this version description. |
protected static VersionDescription[] |
VersionDescription.constructVersionDescriptionArray(LibrarySession sess,
java.lang.Long[] ids)
Construct a Version Description array from an array of object IDs. |
protected static VersionDescription |
VersionDescription.constructVersionDescription(LibrarySession sess,
S_LibraryObjectData data)
Return VersionDescription from a VersionDescription data. |
protected static VersionDescription[] |
VersionDescription.vectorToVersionDescriptionArray(java.util.Vector vector)
Returns an array of VersionDescription objects from a vector of VersionDescription objects. |
protected static VersionDescription |
VersionDescription.vectorVersionDescriptionElement(java.util.Vector vector,
int index)
Returns a particular VersionDescription object from a vector of version description objects based on the index specified by the user. |
VersionDescription |
BranchRelationship.getSourceVersionDescription()
returns the source version description in this branch relationship |
VersionDescription |
BranchRelationship.getTargetVersionDescription()
returns the target version description in this branch relationship |
VersionDescription |
Family.getDefaultVersionDescription()
Gets the default VersionDescription of this family. |
VersionDescription |
Family.createSecondaryVersionSeries(VersionDescriptionDefinition vddef)
Creates a secondary (non-branched) VersionSeries in this family. |
Methods in oracle.ifs.beans with parameters of type VersionDescription | |
void |
VersionSeries.setDefaultVersionDescription(VersionDescription version)
Set the Default Version Description of this series. |
boolean |
VersionSeries.isLatestVersionDescription(VersionDescription version)
Returns true if the specified VersionDescription is the latest in this series. |
VersionDescription |
VersionSeries.getNextVersionDescription(VersionDescription version)
Returns the next VersionDescription of this series. |
VersionDescription |
VersionSeries.getPreviousVersionDescription(VersionDescription version)
Returns the Version description previous to the one being passed by the user. |
void |
Family.setDefaultVersionDescription(VersionDescription version)
Sets the default VersionDescription of this Family. |
|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |