Package | Description |
---|---|
com.canto.cumulus.prefs |
The Cumulus preferences package for accessing the Cumulus preferences.
|
Modifier and Type | Method and Description |
---|---|
Query |
RecordQueriesList.create(java.lang.String newName,
java.lang.String queryString,
boolean isComplex)
Creates a new query using the given name.
|
Query |
CategoryQueriesList.create(java.lang.String newName,
java.lang.String queryString,
boolean isComplex)
Creates a new query using the given name.
|
Query |
BaseQueriesList.create(java.lang.String newName,
java.lang.String queryString,
boolean isComplex) |
Query |
PreferencesImpl.getCategoryQuery(java.lang.String name) |
Query |
Preferences.getCategoryQuery(java.lang.String name)
Returns the category query with the specified name.
|
Query |
RecordQueriesList.getQuery(java.lang.String name)
Returns the query for the given name.
|
Query |
PreferencesImpl.getQuery(java.lang.String name) |
Query |
Preferences.getQuery(java.lang.String name)
Returns the record query with the specified name.
|
Query |
CategoryQueriesList.getQuery(java.lang.String name)
Returns the query for the given name.
|
Query |
BaseQueriesList.getQuery(java.lang.String name) |
Query |
PreferencesImpl.getRecordQuery(java.lang.String name) |
Query |
Preferences.getRecordQuery(java.lang.String name)
Returns the record query with the specified name.
|
Query |
BaseQueriesList.importSet(JPack data,
SetImportDuplicatesMode duplicatesMode)
Imports the given exported set data into a new set.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Query> |
PreferencesImpl.getCategoryQueries() |
java.util.Collection<Query> |
Preferences.getCategoryQueries()
Returns a collection of all category queries available.
|
java.util.Collection<Query> |
PreferencesImpl.getRecordQueries() |
java.util.Collection<Query> |
Preferences.getRecordQueries()
Returns a collection of all record queries available.
|
Modifier and Type | Method and Description |
---|---|
void |
RecordQueriesList.delete(Query setToDelete)
Deletes the given query.
|
void |
CategoryQueriesList.delete(Query setToDelete)
Deletes the given query.
|
void |
BaseQueriesList.delete(Query setToDelete) |
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.