|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Series | |
wt.dataops.objectcol.delegate | |
wt.epm | |
wt.ixb.util | |
wt.series | Defines various Series as used by the
wt.vc package for
Iterated and
Versioned . |
wt.vc |
Uses of Series in wt.dataops.objectcol.delegate |
Methods in wt.dataops.objectcol.delegate that return Series | |
protected Series |
IterationFilterDelegate.getLatestIterationAllowed(Iterated object,
int n)
|
Uses of Series in wt.epm |
Fields in wt.epm declared as Series | |
Series |
EPMStandardDocumentManager.DeleteObjectInfo.series
|
Series |
EPMStandardDocumentManager.LinkObjectInfo.series
|
Uses of Series in wt.ixb.util |
Fields in wt.ixb.util declared as Series | |
private Series |
ImportIxbElementSorter.ImpObjectNode.versionSeries
|
private Series |
ImportIxbElementSorter.ImpObjectNode.iterationSeries
|
private Series |
ImportFileNameSorter.ImpFileNameNode.versionSeries
|
private Series |
ImportFileNameSorter.ImpFileNameNode.iterationSeries
|
Methods in wt.ixb.util that return Series | |
Series |
ImportIxbElementSorter.ImpObjectNode.getVersionSeries()
|
Series |
ImportIxbElementSorter.ImpObjectNode.getIterationSeries()
|
Series |
ImportFileNameSorter.ImpFileNameNode.getVersionSeries()
|
Series |
ImportFileNameSorter.ImpFileNameNode.getIterationSeries()
|
Uses of Series in wt.series |
Subclasses of Series in wt.series | |
class |
FileBasedSeries
Defines a sequencing model based on an XML input file stored in the SeriesTemplate table. |
class |
HarvardSeries
Defines a sequencing model of another subclassed series separated by a delimiter. |
class |
IntegerSeries
Defines a sequencing model of whole integer values ranging from min to max with an increment of delta between each adjacent value. |
class |
MulticharacterSeries
Defines a sequencing model of multicharacter values from one character up to a span of characters of length, where each single character ranges from min to max with an increment of delta between each adjacent value. |
class |
MultilevelSeries
Defines a sequencing model of a multilevel series where each level is of another subclassed simple (non-multilevel) series. |
Methods in wt.series that return Series | |
static Series |
Series.newSeries(String userClassName)
Makes a new instance of one of the subclassed series as defined in a property where the using class is paired with the series subclass. |
static Series |
Series.newSeries(String userClassName,
String value)
Makes a new instance of one of the subclassed series as defined in a property where the using class is paired with the series subclass. |
Series |
MultilevelSeries.getSubvalue()
Gets the subvalue at the current level within the series. |
Series |
HarvardSeries.getSubvalue()
Gets the subvalue at the current level within the series. |
Methods in wt.series with parameters of type Series | |
protected boolean |
Series.readVersion(Series thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
abstract boolean |
Series.equals(Series object)
Tests if this series is equal to the given one and returns true. |
abstract boolean |
Series.lessThan(Series object)
Tests if this series is less than to the given one and returns true. |
abstract boolean |
Series.greaterThan(Series object)
Tests if this series is greater than to the given one and returns true. |
boolean |
MultilevelSeries.equals(Series object)
Tests if the subvalue at the current level within this series is equal to the subvalue at the current level within given one and returns true. |
boolean |
MultilevelSeries.lessThan(Series object)
Tests if the subvalue at the current level within this series is less than to the subvalue at the current level within given one and returns true. |
boolean |
MultilevelSeries.greaterThan(Series object)
Tests if the subvalue at the current level within this series is greater than to the subvalue at the current level within given one and returns true. |
protected void |
MultilevelSeries.setSubvalue(Series aValue)
Sets the subvalue at the current level within the series. |
boolean |
MulticharacterSeries.equals(Series object)
Tests if the value of this series is equal to the given one and returns true. |
boolean |
MulticharacterSeries.lessThan(Series object)
Tests if the value of this series is less than to the given one and returns true. |
boolean |
MulticharacterSeries.greaterThan(Series object)
Tests if the value of this series is greater than to the given one and returns true. |
boolean |
IntegerSeries.equals(Series object)
Tests if the value of this series is equal to the given one and returns true. |
boolean |
IntegerSeries.lessThan(Series object)
Tests if the value of this series is less than to the given one and returns true. |
boolean |
IntegerSeries.greaterThan(Series object)
Tests if the value of this series is greater than to the given one and returns true. |
static HarvardSeries |
HarvardSeries.newHarvardSeries(Series[] values)
Makes a new instance where the value is set to the given array of series. |
protected void |
HarvardSeries.initialize(Series[] values)
Supports initialization, following construction of an instance. |
boolean |
HarvardSeries.equals(Series object)
Tests if the subvalue at the current level within this series is equal to the subvalue at the current level within given one and returns true. |
boolean |
HarvardSeries.lessThan(Series object)
Tests if the subvalue at the current level within this series is less than to the subvalue at the current level within given one and returns true. |
boolean |
HarvardSeries.greaterThan(Series object)
Tests if the subvalue at the current level within this series is greater than to the subvalue at the current level within given one and returns true. |
void |
HarvardSeries.setSubvalue(Series aValue)
Sets the subvalue at the current level within the series. |
static HarvardSeries |
HarvardSeries.newHarvardSeries(String seriesName,
Series[] values)
Makes a new instance where the value is set to the given array of series. |
protected void |
HarvardSeries.initialize(String seriesName,
Series[] values)
Supports initialization, following construction of an instance. |
boolean |
FileBasedSeries.equals(Series object)
Tests if this series is equal to the given one and returns true. |
boolean |
FileBasedSeries.lessThan(Series object)
Tests if this series is less than to the given one and returns true. |
boolean |
FileBasedSeries.greaterThan(Series object)
Tests if this series is greater than to the given one and returns true. |
Uses of Series in wt.vc |
Fields in wt.vc declared as Series | |
private Series |
OneOffVersionIdentifier.series
|
private Series |
IterationIdentifier.series
|
private Series |
OneOffVersionIdentifier.series
|
private Series |
IterationIdentifier.series
|
Methods in wt.vc that return Series | |
Series |
OneOffVersionIdentifier.getSeries()
Supported API: true |
Series |
IterationIdentifier.getSeries()
Supported API: true |
Series |
OneOffVersionIdentifier.getSeries()
Supported API: true |
Series |
IterationIdentifier.getSeries()
Supported API: true |
Methods in wt.vc with parameters of type Series | |
private Versioned |
StandardVersionControlService.getObjectBySeriesAndView(QueryResult vtSet,
Series tSer,
View tView,
Series r1Ser)
|
private Versioned |
StandardVersionControlService.getPredInLowerVersions(QueryResult vtSet,
Series tSer,
View aView,
Series t1OffSer)
|
static OneOffVersionIdentifier |
OneOffVersionIdentifier.newOneOffVersionIdentifier(Series value)
Supported API: true |
protected void |
OneOffVersionIdentifier.initialize(Series value)
Supports initialization, following construction of an instance. |
static IterationIdentifier |
IterationIdentifier.newIterationIdentifier(Series value)
Supported API: true |
protected void |
IterationIdentifier.initialize(Series value)
Supported API: true |
private Versioned |
StandardVersionControlService.getObjectBySeriesAndView(QueryResult vtSet,
Series tSer,
View tView,
Series r1Ser)
|
private Versioned |
StandardVersionControlService.getPredInLowerVersions(QueryResult vtSet,
Series tSer,
View aView,
Series t1OffSer)
|
static OneOffVersionIdentifier |
OneOffVersionIdentifier.newOneOffVersionIdentifier(Series value)
Supported API: true |
protected void |
OneOffVersionIdentifier.initialize(Series value)
Supports initialization, following construction of an instance. |
static IterationIdentifier |
IterationIdentifier.newIterationIdentifier(Series value)
Supported API: true |
protected void |
IterationIdentifier.initialize(Series value)
Supported API: true |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |