Package | Description |
---|---|
oracle.ifs.admin.tools.script | |
oracle.ifs.beans | |
oracle.ifs.core.tools.script.test | |
oracle.ifs.fdk.impl |
Modifier and Type | Method and Description |
---|---|
VersionDescription |
VersionDescriptionAdmin.lookupVersionDescription(String idname) |
Modifier and Type | Method and Description |
---|---|
void |
VersionDescriptionAdmin.showVersionDescription(LibrarySession sess,
VersionDescription fam) |
Modifier and Type | Class and Description |
---|---|
class |
TieVersionDescription
TieVersionDescription allows the Oracle-defined behavior of the
VERSIONDESCRIPTION classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
protected static VersionDescription |
VersionDescription.constructVersionDescription(LibrarySession sess,
S_LibraryObjectData data)
Return VersionDescription from a VersionDescription data.
|
protected static VersionDescription[] |
VersionDescription.constructVersionDescriptionArray(LibrarySession sess,
Long[] ids)
Construct a Version Description array from an array of object IDs.
|
VersionDescription |
VersionDescription.createBranchedVersionSeries(VersionDescriptionDefinition vddef)
Creates a branched
version series in this family, which relates back to this
version description.
|
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 |
Family.createVersionSeries(VersionDescriptionDefinition vddef)
Creates a new VersionSeries in this family.
|
VersionDescription |
Family.getDefaultVersionDescription()
Gets the default VersionDescription of this family.
|
VersionDescription |
VersionSeries.getDefaultVersionDescription()
Returns the default version of this version series.
|
VersionDescription |
VersionDescription.getFirstVersionDescription()
Cover for
getVersionSeries().getFirstVersionDescription() |
VersionDescription |
VersionSeries.getFirstVersionDescription()
Returns the first VersionDescription of this series.
|
VersionDescription |
VersionDescription.getLastVersionDescription()
Cover for
getVersionSeries().getLastVersionDescription() |
VersionDescription |
VersionSeries.getLastVersionDescription()
Returns the last VersionDescription of this series.
|
VersionDescription |
VersionDescription.getNextVersionDescription()
Cover for
getVersionSeries().getNextVersionDescription() |
VersionDescription |
VersionSeries.getNextVersionDescription(VersionDescription version)
Returns the next VersionDescription of this series.
|
VersionDescription |
VersionDescription.getPreviousVersionDescription()
Cover for
getVersionSeries().getPreviousVersionDescription() |
VersionDescription |
VersionSeries.getPreviousVersionDescription(VersionDescription version)
Returns the Version description previous to the one being passed
by the user.
|
protected VersionDescription |
PublicObject.getSingletonVersionDescription() |
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[] |
VersionSeries.getVersionDescriptions()
Returns an array of all VersionDescriptions in this VersionSeries.
|
VersionDescription |
VersionSeries.getVersionDescriptions(int index)
Returns the specified VersionDescription of this 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 |
PublicObject.newVersion(VersionDescriptionDefinition vddef)
Creates a new VersionDescription at the end of the primary version series.
|
VersionDescription |
VersionSeries.newVersion(VersionDescriptionDefinition vddef)
Creates a new VersionDescription in this series from the
specified VersionDescriptionDefinition.
|
protected static VersionDescription[] |
VersionDescription.vectorToVersionDescriptionArray(Vector vector)
Returns an array of VersionDescription objects from a vector of
VersionDescription objects.
|
protected static VersionDescription |
VersionDescription.vectorVersionDescriptionElement(Vector vector,
int index)
Returns a particular VersionDescription object from a vector
of version description objects based on the index specified by the user.
|
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
VersionSeries.isLatestVersionDescription(VersionDescription version)
Returns true if the specified VersionDescription is the
latest in this series.
|
void |
Family.setDefaultVersionDescription(VersionDescription version)
Sets the default VersionDescription of this Family.
|
void |
VersionSeries.setDefaultVersionDescription(VersionDescription version)
Set the Default Version Description of this series.
|
Modifier and Type | Method and Description |
---|---|
protected void |
VersioningOperations.displayVersionDescription(VersionDescription vd,
LibrarySession sess,
String indent) |
protected void |
VersioningOperations.registerNewObjects(VersionDescription vd) |
protected void |
VersioningOperations.DeleteVersionsTest.testVersioning(Family f,
VersionSeries vs,
VersionDescription vd,
PublicObject po,
String name,
LibrarySession s) |
protected void |
VersioningOperations.DeleteVersionsTest.testVersioning(Family f,
VersionSeries vs,
VersionDescription vd,
PublicObject po,
String name,
LibrarySession s,
String classname) |
Modifier and Type | Method and Description |
---|---|
static VersionDescription |
Utils.getVersionDescription(LibrarySession ls,
long id)
Returns the VersionDescription from a given ID or throws an exception if
the item cannot be found or it is not a VersionDescription.
|
static VersionDescription |
Utils.getVersionDescription(LibrarySession ls,
Long id)
Returns the VersionDescription from a given ID or throws an exception if
the item cannot be found or it is not a VersionDescription.
|
Copyright © 2023. All rights reserved.