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.
|
com.canto.cumulus.prefs |
The Cumulus preferences package for accessing the Cumulus preferences.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiItemCollection.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.EnumSet<FindFlag> flags,
java.util.Locale locale)
Add a user live filter to this collection.
|
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.
|
java.util.List<java.lang.Integer> |
AllCategoriesItemCollection.getCategoryItemIDs(java.lang.String query,
java.util.EnumSet<FindFlag> flags) |
int |
CategoryItem.getNumberOfAssignedRecords(java.util.EnumSet<FindFlag> flags)
Get the number of records assigned to this category item according to the flags specified.
|
java.util.Map<java.lang.Integer,java.lang.Integer> |
CategoryItemCollection.getNumberOfAssignedRecords(java.util.Set<java.lang.Integer> categoryIDs,
java.util.EnumSet<FindFlag> flags)
Return statistics about how many records are assigned to a given set of categories.
|
boolean |
Item.matchesQuery(java.lang.String query,
java.util.EnumSet<FindFlag> flags,
java.util.Locale locale)
Returns whether the this item matches the given query.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static FindFlag |
FindFlag.find(int id)
Find the flag for the given id.
|
static FindFlag |
FindFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FindFlag[] |
FindFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.EnumSet<FindFlag> |
FindFlag.findAll(int id)
Returns all flags that have been encoded into the given id.
|
Modifier and Type | Method and Description |
---|---|
static int |
FindFlag.getAll(java.util.EnumSet<FindFlag> flags)
Returns all given flags as an encoded int.
|
Modifier and Type | Method and Description |
---|---|
CollectionSet |
CollectionSetList.create(java.lang.String collectionSetName,
CollectionType collectionType,
java.util.Set<Catalog> catalogs,
java.lang.String query,
java.util.EnumSet<FindFlag> flags,
java.util.Locale locale)
Creates a new query based collection set using the given name and type (supported type is
CollectionType.UPLOAD_COLLECTION ). |
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.