Package | Description |
---|---|
com.canto.cumulus |
The base package of the Cumulus Java Classes.
|
com.canto.cumulus.db.permissions | |
com.canto.cumulus.db.subscriptions | |
com.canto.cumulus.prefs |
The Cumulus preferences package for accessing the Cumulus preferences.
|
com.canto.cumulus.ui |
The Cumulus application user interface classes.
|
com.canto.cumulus.utils |
The Cumulus utilities package.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiCategoryItemCollection
A collection of
CategoryItemCollection objects of different catalogs. |
class |
MultiRecordItemCollection
A collection of
RecordItemCollection objects for different catalogs. |
Modifier and Type | Method and Description |
---|---|
MultiItemCollection |
MultiItemCollection.clone(boolean createEmptyClone)
Create a clone of this collection.
|
MultiItemCollection |
MultiItemCollection.clone(boolean createEmptyClone,
boolean createNewCollection)
Create a clone of this collection.
|
MultiItemCollection |
Server.newMultiItemCollection(java.lang.String tableName)
Create a new
MultiItemCollection for the given table. |
Modifier and Type | Method and Description |
---|---|
void |
MultiItemCollection.addCollectionListener(CollectionListener<MultiItemCollection> listener)
Add a listener that is called whenever a single item is added / updated / deleted, or the whole content has changed, or the sorting has changed for this
ItemCollection.
|
static void |
MultiItemCollection.addGlobalCollectionListener(CollectionListener<MultiItemCollection> listener)
Add a listener that is called whenever a single item is added / updated / deleted, or the whole content of has changed, or the sorting has changed for
any ItemCollection.
|
void |
MultiItemCollection.removeCollectionListener(CollectionListener<MultiItemCollection> listener)
Remove a listener previously added with the call to
addCollectionListener(com.canto.cumulus.events.CollectionListener) |
static void |
MultiItemCollection.removeGlobalCollectionListener(CollectionListener<MultiItemCollection> listener)
Remove a listener previously added using
addGlobalCollectionListener(com.canto.cumulus.events.CollectionListener) . |
Modifier and Type | Method and Description |
---|---|
PermissionsList |
PermissionManager.getPermissionsList(MultiItemCollection multiItemCollection,
java.util.Set<ItemIdentifier> idList)
Returns a permissions list for a number of records.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionManager.getUserSubscriptions(MultiItemCollection multiItemCollection)
Replaces the content of the given collection with the items the current user is subscribed to.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Item> |
PreferencesImpl.restrictItemsToCatalog(java.util.Collection<T> items,
MultiItemCollection multiItemCollection,
PreferencesImpl.ItemIDProvider itemIDProvider) |
java.lang.String |
QueryConditionCategories.toDisplayString(java.util.Locale locale,
FieldDefinition fieldDefinition,
MultiItemCollection multiItemCollection)
Converts this configuration into a presentable display string.
|
Modifier and Type | Method and Description |
---|---|
MultiItemCollection |
MultiItemPane.getMultiItemCollection()
Get the collection that contains the items to be displayed in this pane.
|
Modifier and Type | Method and Description |
---|---|
static void |
MetadataExchange.exportItems(MultiItemCollection multiItemCollection,
java.util.List<ItemIdentifier> itemIDs,
java.io.OutputStream destination,
MetadataExchange.Format format,
MetadataExchange.FieldFilter fieldFilter,
MetadataExchange.ProgressListener progress)
Exports all items or the items with the specified IDs from the given
MultiItemCollection into the output stream. |
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.