Package | Description |
---|---|
com.canto.cumulus |
The base package of the Cumulus Java Classes.
|
com.canto.cumulus.db.statistics | |
com.canto.cumulus.prefs |
The Cumulus preferences package for accessing the Cumulus preferences.
|
Modifier and Type | Method and Description |
---|---|
<T extends FieldData> |
MultiItemCollection.getItemFieldStatistics(T fieldRangeData)
Get statistics on the number of items that have field values in the given value range.
|
Modifier and Type | Method and Description |
---|---|
<T extends FieldData> |
MultiItemCollection.getItemFieldStatistics(T fieldRangeData)
Get statistics on the number of items that have field values in the given value range.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiItemCollection.addFilter(java.lang.String filterID,
java.util.List<? extends FieldData> dataList)
Add a user live filter to this collection.
|
void |
MultiItemCollection.addFilter(java.lang.String filterID,
java.util.List<? extends FieldData> dataList,
boolean doesNotMatch)
Add a user live filter to this collection.
|
void |
MultiItemCollection.find(java.util.List<FieldData> dataList,
CombineMode combine)
Perform a search based on the return value of
MultiItemCollection.getItemFieldStatistics(com.canto.cumulus.db.statistics.FieldData) to search for items that have
field values in a given range. |
void |
MultiItemCollection.find(java.util.List<FieldData> dataList,
CombineMode combine,
boolean logSearchStatistic)
Perform a search based on the return value of
MultiItemCollection.getItemFieldStatistics(com.canto.cumulus.db.statistics.FieldData) to search for items that have
field values in a given range. |
Modifier and Type | Class and Description |
---|---|
class |
BooleanFieldData
This class is the wrapper class for statistics range data of boolean fields.
|
class |
CategoriesFieldData
This class is the wrapper class for statistics range data of the field "Categories".
|
class |
DataSizeFieldData
This class is the wrapper class for statistics range data of data size fields.
|
class |
DateFieldData
This class is the wrapper class for statistics range data of date fields.
|
class |
DateOnlyFieldData
This class is the wrapper class for statistics range data of date only fields.
|
class |
DoubleFieldData
This class is the wrapper class for statistics range data of double (floating point) fields.
|
class |
FieldDefinitionData
This wrapper class is the base class for wrapper classes for field statistics methods.
|
class |
IntFieldData
This class is the wrapper class for statistics range data of integer fields.
|
class |
LabelFieldData
This class is the wrapper class for statistics range data of label fields.
|
class |
LengthInInchFieldData
This class is the wrapper class for statistics range data of length fields.
|
class |
LongFieldData
This wrapper class is the wrapper class for long field statistics methods.
|
class |
RatingFieldData
This class is the wrapper class for statistics range data of rating fields.
|
class |
ResolutionFieldData
This class is the wrapper class for statistics range data of resolution fields.
|
class |
StringEnumFieldData
This class is the wrapper class for statistics range data of string list integer fields.
|
class |
StringFieldData
This class is the wrapper class for statistics range data of string fields.
|
class |
TimeOnlyFieldData
This class is the wrapper class for statistics range data of time only fields.
|
class |
VocabularyFieldData
This class is the wrapper class for statistics range data of vocabulary fields.
|
Modifier and Type | Method and Description |
---|---|
static FieldData |
FieldData.createFromPack(JPack pack)
Creates a FieldData instance from the pack representation.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends FieldData> |
QueryConditionTimeOnly.getFieldData() |
java.util.List<? extends FieldData> |
QueryConditionString.getFieldData() |
java.util.List<? extends FieldData> |
QueryConditionResolution.getFieldData() |
java.util.List<? extends FieldData> |
QueryConditionLong.getFieldData() |
java.util.List<? extends FieldData> |
QueryConditionLengthInInch.getFieldData() |
java.util.List<? extends FieldData> |
QueryConditionInteger.getFieldData() |
java.util.List<? extends FieldData> |
QueryConditionDouble.getFieldData() |
java.util.List<? extends FieldData> |
QueryConditionDateOnly.getFieldData() |
java.util.List<? extends FieldData> |
QueryConditionDate.getFieldData() |
java.util.List<? extends FieldData> |
QueryConditionDataSizeLong.getFieldData() |
java.util.List<? extends FieldData> |
QueryConditionDataSize.getFieldData() |
java.util.List<? extends FieldData> |
QueryConditionBase.getFieldData()
Returns the instances of
FieldData . |
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.