Package | Description |
---|---|
com.canto.cumulus |
The base package of the Cumulus Java Classes.
|
Modifier and Type | Method and Description |
---|---|
void |
ItemCollection.addFilter(java.lang.String filterID,
java.lang.String query,
java.util.EnumSet<FindFlag> flags,
java.util.Locale locale)
Add a user live filter to this collection.
|
void |
ItemCollection.addFilter(java.lang.String filterID,
java.lang.String query,
java.util.Locale locale)
Add a user live filter to this collection.
|
void |
ItemCollection.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,
boolean logSearchStatistic)
Performs a search for items.
|
java.util.List<java.lang.Integer> |
AllCategoriesItemCollection.getCategoryItemIDs(java.lang.String query,
java.util.EnumSet<FindFlag> flags) |
java.util.Set<java.lang.Integer> |
ItemCollection.matchIDs(java.lang.String query,
java.util.EnumSet<FindFlag> flags,
java.util.Locale locale,
java.util.Set<java.lang.Integer> itemIDs)
Filter the given item IDs and return only those matching a given query.
|
java.util.Set<ItemIdentifier> |
MultiItemCollection.matchIDs(java.lang.String query,
java.util.EnumSet<FindFlag> flags,
java.util.Locale locale,
java.util.Set<ItemIdentifier> itemIDs)
Filter the given item IDs and return only those matching a given query.
|
ItemCollection |
Catalog.newItemCollection(java.lang.String tableName,
java.lang.String query,
java.util.EnumSet<FindFlag> flags,
java.util.Locale locale)
Returns a newly created collection that is filled by executing the given query.
|
RecordItemCollection |
Catalog.newRecordItemCollection(java.lang.String query,
java.util.Locale locale)
Create a new
RecordItemCollection and fill it with the record items found by the given query. |
ItemCollection |
Server.newStatisticsItemCollection(java.lang.String query,
java.util.Locale locale)
Create a new
ItemCollection and fill it with the items found by the given query. |
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.