Package | Description |
---|---|
com.canto.cumulus |
The base package of the Cumulus Java Classes.
|
com.canto.cumulus.constants |
The constants and Enums of the Cumulus Java Classes.
|
Modifier and Type | Method and Description |
---|---|
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. |
void |
MultiRecordItemCollection.find(java.util.Map<java.lang.Integer,java.util.Set<java.lang.Integer>> categoryIDs,
java.util.EnumSet<FindFlag> flags,
CombineMode combine)
Find record items using the categories assigned to them.
|
void |
MultiRecordItemCollection.find(java.util.Map<java.lang.Integer,java.util.Set<java.lang.Integer>> categoryIDs,
java.util.EnumSet<FindFlag> flags,
CombineMode combine,
boolean logSearchStatistic)
Find record items using the categories assigned to them.
|
int |
RecordItemCollection.find(java.util.Set<java.lang.Integer> categoryIDs,
java.util.EnumSet<FindFlag> flags,
CombineMode combine)
Find record items using assigned categories.
|
int |
RecordItemCollection.find(java.util.Set<java.lang.Integer> categoryIDs,
java.util.EnumSet<FindFlag> flags,
CombineMode combine,
boolean logSearchStatistic)
Find record items using assigned categories.
|
void |
MultiItemCollection.find(java.lang.String query,
java.util.EnumSet<FindFlag> flags,
CombineMode combine,
java.util.Locale locale)
Performs a search for items.
|
void |
ItemCollection.find(java.lang.String query,
java.util.EnumSet<FindFlag> flags,
CombineMode combine,
java.util.Locale locale)
Performs a search for items.
|
void |
MultiItemCollection.find(java.lang.String query,
java.util.EnumSet<FindFlag> flags,
CombineMode combine,
java.util.Locale locale,
boolean logSearchStatistic)
Performs a search for items.
|
void |
ItemCollection.find(java.lang.String query,
java.util.EnumSet<FindFlag> flags,
CombineMode combine,
java.util.Locale locale,
boolean logSearchStatistic)
Performs a search for items.
|
void |
MultiItemCollection.quickSearch(java.lang.String searchString,
CombineMode combine)
Performs a search for items on the configured QuickSearch fields.
|
Modifier and Type | Method and Description |
---|---|
static CombineMode |
CombineMode.find(int id)
Finds the combine mode for the given id.
|
static CombineMode |
CombineMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CombineMode[] |
CombineMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.