Cumulus Java Classes 
Reference Documentation  
Version 11.1.7
  
A B C D E F G H I J K L M N O P Q R S T U V W X 

C

CalendarPane - Class in com.canto.cumulus.ui
This class represents the Calendar Pane.
CalendarPane.Mode - Enum in com.canto.cumulus.ui
 
canBeChildOf(CategoryItem) - Method in class com.canto.cumulus.CategoryItem
Return whether this category item could be made a sub-category of the given category item.
canBrowseForAsset(boolean, boolean) - Method in interface com.canto.cumulus.modules.AssetStorageModule
Check whether this AssetStorage can bring up a dialog to select a single asset.
canCompress() - Method in class com.canto.cumulus.Catalog.CatalogInfo
Return whether the catalog can be compressed by this user
canMigrate() - Method in class com.canto.cumulus.Catalog.CatalogInfo
Return whether the catalog can be migrated to the latest version
canMigrate() - Method in class com.canto.cumulus.Server.CatalogInfo
Return whether this catalog can be migrated to the current version of the Cumulus server.
canRebuild() - Method in class com.canto.cumulus.Catalog.CatalogInfo
Return whether the catalog can be repaired by this user
Catalog - Class in com.canto.cumulus
The Catalog object allows you to access the properties of an open Cumulus catalog.
Catalog.CatalogInfo - Class in com.canto.cumulus
This class hold the information for a Catalog.
CATALOG_NAME - Static variable in class com.canto.cumulus.prefs.CumulusApplicationGeneralPrefs.AssetHandlingSetAdvancedEntry
 
catalogAccessibilityChanged(CatalogAccessibilityChangedEventObject<_Source>) - Method in interface com.canto.cumulus.events.CatalogPropertiesListener
Callback method that gets called when the accessibility of a catalog has changed.
CatalogAccessibilityChangedEventObject<_Source> - Class in com.canto.cumulus.events
The event object for the CatalogPropertiesListener interface.
CatalogAccessibilityChangedEventObject(int, boolean) - Constructor for class com.canto.cumulus.events.CatalogAccessibilityChangedEventObject
Internal use only.
catalogAsset(Asset, String, String, EnumSet<CatalogingFlag>, CatalogingListener<ItemCollection>) - Method in class com.canto.cumulus.ItemCollection
Catalog a single asset to this collection.
catalogAsset(Asset, String, String, EnumSet<CatalogingFlag>, Set<Integer>, CatalogingListener<ItemCollection>) - Method in class com.canto.cumulus.ItemCollection
Catalog a single asset to this collection.
catalogAsset(Asset, String, String, EnumSet<CatalogingFlag>, Item, Map<GUID, MetadataTemplateEntry.ValueFillMode>, CatalogingListener<ItemCollection>) - Method in class com.canto.cumulus.ItemCollection
Catalog a single asset to this collection.
CatalogAssetRelationList - Class in com.canto.cumulus.prefs
This class manages a list of asset relations stored in a catalog.
catalogAssets(AssetCollection, String, String, EnumSet<CatalogingFlag>, CatalogingListener<ItemCollection>) - Method in class com.canto.cumulus.ItemCollection
Catalog a collection of assets to this collection.
catalogAssets(AssetCollection, String, String, EnumSet<CatalogingFlag>, Set<Integer>, CatalogingListener<ItemCollection>) - Method in class com.canto.cumulus.ItemCollection
Catalog a collection of assets to this collection.
catalogAssets(AssetCollection, String, String, EnumSet<CatalogingFlag>, Item, Map<GUID, MetadataTemplateEntry.ValueFillMode>, CatalogingListener<ItemCollection>) - Method in class com.canto.cumulus.ItemCollection
Catalog a collection of assets to this collection.
catalogClosing(CatalogEventObject<_Source>) - Method in interface com.canto.cumulus.ui.events.CatalogListener
Callback method that gets called when a catalog is about to close.
CatalogEventObject<_Source> - Class in com.canto.cumulus.ui.events
The event object for the CatalogListener interface.
CatalogEventObject(CatalogEventObject.EventType, int, int) - Constructor for class com.canto.cumulus.ui.events.CatalogEventObject
For internal use only.
CatalogEventObject.EventType - Enum in com.canto.cumulus.ui.events
For internal use only.
CatalogField - Class in com.canto.cumulus.prefs
This class manages the settings of a single record or category field.
CatalogFieldEnumListSort - Class in com.canto.cumulus.prefs
This class manages the sort settings for a single string enum catalog field.
CatalogFieldEnumListSortOrders - Class in com.canto.cumulus.prefs
This class manages the sort orders for the different languages for a single string enum catalog field.
CatalogFieldEnumListValueContainer - Class in com.canto.cumulus.prefs
This class manages the entries for a string enum field.
CatalogFieldEnumListValueContainerCoreValue - Class in com.canto.cumulus.prefs
This class manages a single value of a string enum field.
CatalogFieldEnumListValueContainerCoreValueList - Class in com.canto.cumulus.prefs
This class manages a list of string enum values.
CatalogFieldList - Class in com.canto.cumulus.prefs
This class manages a list of fields.
CatalogFieldList.FieldListMode - Enum in com.canto.cumulus.prefs
 
CatalogFieldValidatorConfiguration - Class in com.canto.cumulus.prefs
This class manages the configuration of a single validator.
CatalogFieldValidatorConfigurationList - Class in com.canto.cumulus.prefs
This class manages a list of validator configurations.
CatalogGUIDList - Class in com.canto.cumulus.prefs
This class manages a list of GUIDs.
CatalogInfo - Class in com.canto.cumulus.prefs
This class wraps access to some catalog specific statistics.
CatalogingEventObject<_Source> - Class in com.canto.cumulus.events
The event object for the CatalogingListener interface.
CatalogingEventObject(GUID, CatalogingEventObject.CatalogingPurpose) - Constructor for class com.canto.cumulus.events.CatalogingEventObject
For internal use only.
CatalogingEventObject(GUID, boolean) - Constructor for class com.canto.cumulus.events.CatalogingEventObject
For internal use only.
CatalogingEventObject(GUID, int) - Constructor for class com.canto.cumulus.events.CatalogingEventObject
For internal use only.
CatalogingEventObject(CatalogingEventObject.EventType, GUID, int, String, int, Set<Integer>) - Constructor for class com.canto.cumulus.events.CatalogingEventObject
For internal use only.
CatalogingEventObject(GUID, int, String, String) - Constructor for class com.canto.cumulus.events.CatalogingEventObject
For internal use only.
CatalogingEventObject.CatalogingPurpose - Enum in com.canto.cumulus.events
The purpose of a cataloging process.
CatalogingEventObject.EventType - Enum in com.canto.cumulus.events
For internal use only.
catalogingFinished(CatalogingEventObject<_Source>) - Method in interface com.canto.cumulus.events.CatalogingListener
Callback method that gets called when a new cataloging process has finished.
CatalogingFlag - Enum in com.canto.cumulus.constants
This enum specified the available cataloging option flags.
CatalogingListener<_Source> - Interface in com.canto.cumulus.events
The listener interface for cataloging processes.
catalogingStarted(CatalogingEventObject<_Source>) - Method in interface com.canto.cumulus.events.CatalogingListener
Callback method that gets called when a new cataloging process has been started.
catalogIsDamaged(CatalogIsDamagedEventObject<_Source>) - Method in interface com.canto.cumulus.events.CatalogPropertiesListener
Callback method that gets called when a catalog got damaged.
CatalogIsDamagedEventObject<_Source> - Class in com.canto.cumulus.events
The event object for the CatalogPropertiesListener interface.
CatalogIsDamagedEventObject(int) - Constructor for class com.canto.cumulus.events.CatalogIsDamagedEventObject
Internal use only.
CatalogLinkedField - Class in com.canto.cumulus.prefs
This class manages the settings for a single module field linked to a catalog field.
CatalogList - Class in com.canto.cumulus.prefs
This class manages a list of catalog names.
CatalogListener<_Source> - Interface in com.canto.cumulus.ui.events
The listener interface for catalog changes in the Cumulus client application.
CatalogLiveFilter - Class in com.canto.cumulus.usermanagement
This class manages the live filter settings for a single catalog.
CatalogLiveFilterQuery - Class in com.canto.cumulus.usermanagement
This class manages all query related live filter settings for a single catalog.
catalogNameChanged(CatalogNameChangedEventObject<_Source>) - Method in interface com.canto.cumulus.events.CatalogPropertiesListener
Callback method that gets called when the name of a catalog has changed.
CatalogNameChangedEventObject<_Source> - Class in com.canto.cumulus.events
The event object for the CatalogPropertiesListener interface.
CatalogNameChangedEventObject(int, String) - Constructor for class com.canto.cumulus.events.CatalogNameChangedEventObject
Internal use only.
catalogOpened(CatalogEventObject<_Source>) - Method in interface com.canto.cumulus.ui.events.CatalogListener
Callback method that gets called when a catalog has been opened.
catalogPropertiesChanged(CatalogPropertiesChangedEventObject<_Source>) - Method in interface com.canto.cumulus.events.CatalogPropertiesListener
Callback method that gets called when the properties of a catalog have changed.
CatalogPropertiesChangedEventObject<_Source> - Class in com.canto.cumulus.events
The event object for the CatalogPropertiesListener interface.
CatalogPropertiesChangedEventObject(int) - Constructor for class com.canto.cumulus.events.CatalogPropertiesChangedEventObject
Internal use only.
CatalogPropertiesEventObject<_Source> - Class in com.canto.cumulus.events
The base class for catalog-properties related event objects in Cumulus.
CatalogPropertiesListener<_Source> - Interface in com.canto.cumulus.events
The listener interface for catalog-properties related events.
CatalogSettingsChangedActionExecutor - Interface in com.canto.cumulus.server.esp.modules.trigger.catalogsettingschanged
Interface for executors for catalog settings changed conditions.
CatalogSettingsChangedCondition - Class in com.canto.cumulus.db.trigger
This class represents a condition that fires if catalog settings have changed.
CatalogSettingsChangedCondition() - Constructor for class com.canto.cumulus.db.trigger.CatalogSettingsChangedCondition
Create a new unbound condition.
CatalogSettingsChangedConditionRuntimeData - Class in com.canto.cumulus.server.esp.modules.trigger.catalogsettingschanged
This class provides access to the fired conditions runtime data.
CatalogSettingsChangedConditionRuntimeData(JPack) - Constructor for class com.canto.cumulus.server.esp.modules.trigger.catalogsettingschanged.CatalogSettingsChangedConditionRuntimeData
Creates the runtime data for the given runtime data pack.
CatalogSettingsRoot - Class in com.canto.cumulus.prefs
This class is the entry point for all catalog related settings.
CatalogSettingsRoot(Catalog, JPack, Saver, String, PreferencesImpl, BaseManager.ChangeManager) - Constructor for class com.canto.cumulus.prefs.CatalogSettingsRoot
 
CatalogTemplate - Class in com.canto.cumulus.prefs
This class manages the settings of a catalog template.
CatalogTemplateLayout - Class in com.canto.cumulus.prefs
This class manages the settings of a catalog template.
CatalogTemplateList - Class in com.canto.cumulus.prefs
This class manages a list of catalog templates.
CatalogWorkflowList - Class in com.canto.cumulus.prefs
This class manages a list of workflows stored in a catalog.
CategoriesFieldData - Class in com.canto.cumulus.db.statistics
This class is the wrapper class for statistics range data of the field "Categories".
CategoriesFieldData() - Constructor for class com.canto.cumulus.db.statistics.CategoriesFieldData
Required to make Externalizable happy.
CategoriesFieldData(JPack) - Constructor for class com.canto.cumulus.db.statistics.CategoriesFieldData
 
CategoriesFieldValue - Class in com.canto.cumulus.fieldvalue
A field value wrapper for the category assignment of a record item.
CategoriesPane - Class in com.canto.cumulus.ui
The pane showing the categories.
CategoryField - Class in com.canto.cumulus.prefs
This class manages the category field settings in a category view set.
CategoryFieldList - Class in com.canto.cumulus.prefs
This class manages a list of category fields.
CategoryItem - Class in com.canto.cumulus
This class represents a category of a Cumulus catalog.
CategoryItemCollection - Class in com.canto.cumulus
This class represents the categories of a Cumulus catalog.
CategoryQueriesList - Class in com.canto.cumulus.prefs
This class manages a list of record queries.
CategoryType - Enum in com.canto.cumulus.constants
This enum specifies the available types for a category.
CategoryViewSet - Class in com.canto.cumulus.prefs
This class provides access to all settings of a category view set.
CategoryViewSetList - Class in com.canto.cumulus.prefs
This class manages a list of category view sets.
CategoryViewSetTable - Class in com.canto.cumulus.prefs
This class provides access to the list of fields for a category table.
CategoryViewSetTableList - Class in com.canto.cumulus.prefs
This class manages a list of category view set settings for tables.
CENTRAL_ASSET_LOCATION_MODE_ALWAYS - Static variable in class com.canto.cumulus.prefs.CatalogSettingsRoot
 
CENTRAL_ASSET_LOCATION_MODE_ALWAYS_EXCLUSIVE - Static variable in class com.canto.cumulus.prefs.CatalogSettingsRoot
 
CENTRAL_ASSET_LOCATION_MODE_AS_SET_IN_AHS - Static variable in class com.canto.cumulus.prefs.CatalogSettingsRoot
 
CENTRAL_ASSET_LOCATION_MODE_NEVER - Static variable in class com.canto.cumulus.prefs.CatalogSettingsRoot
 
CENTRAL_ASSET_LOCATION_OPTION_COPY_OR_MOVE - Static variable in class com.canto.cumulus.prefs.AssetHandlingSet
 
CENTRAL_ASSET_LOCATION_OPTION_REFERENCE_ORIGINAL - Static variable in class com.canto.cumulus.prefs.AssetHandlingSet
 
CentralAssetLocationMode - Enum in com.canto.cumulus.constants
This enum specifies all available modes for the central asset location configuration of a catalog.
changePassword(String, String) - Method in class com.canto.cumulus.Server
Changes the current user password.
changePassword(String, String, String, String) - Static method in class com.canto.cumulus.Server
Changes a user password.
checkConfiguration(Locale) - Method in class com.canto.cumulus.prefs.QueryConditionAssetXRef
 
checkConfiguration(Locale) - Method in class com.canto.cumulus.prefs.QueryConditionBoolean
Checks the current configuration for its validity.
checkConfiguration(Locale) - Method in class com.canto.cumulus.prefs.QueryConditionCategories
Checks the current configuration for its validity.
checkConfiguration(Locale) - Method in class com.canto.cumulus.prefs.QueryConditionDataSize
 
checkConfiguration(Locale) - Method in class com.canto.cumulus.prefs.QueryConditionDataSizeLong
 
checkConfiguration(Locale) - Method in class com.canto.cumulus.prefs.QueryConditionDate
 
checkConfiguration(Locale) - Method in class com.canto.cumulus.prefs.QueryConditionDateOnly
 
checkConfiguration(Locale) - Method in class com.canto.cumulus.prefs.QueryConditionDouble
 
checkConfiguration(Locale) - Method in class com.canto.cumulus.prefs.QueryConditionInteger
 
checkConfiguration(Locale) - Method in class com.canto.cumulus.prefs.QueryConditionLabel
 
checkConfiguration(Locale) - Method in class com.canto.cumulus.prefs.QueryConditionLengthInInch
 
checkConfiguration(Locale) - Method in class com.canto.cumulus.prefs.QueryConditionLong
 
checkConfiguration(Locale) - Method in class com.canto.cumulus.prefs.QueryConditionRating
 
checkConfiguration(Locale) - Method in class com.canto.cumulus.prefs.QueryConditionResolution
 
checkConfiguration(Locale) - Method in class com.canto.cumulus.prefs.QueryConditionString
 
checkConfiguration(Locale) - Method in class com.canto.cumulus.prefs.QueryConditionStringEnum
 
checkConfiguration(Locale) - Method in class com.canto.cumulus.prefs.QueryConditionTimeOnly
 
checkConfiguration(Locale) - Method in class com.canto.cumulus.prefs.QueryConditionVocabulary
 
checkin(String, String, boolean, boolean, boolean) - Method in class com.canto.cumulus.Item
Check in a new version of the asset of this item from the checkout location store din this item.
checkin(String, Asset, String, boolean, boolean, boolean) - Method in class com.canto.cumulus.Item
Check in a new version of the asset of this item from the given local asset.
checkout(Asset) - Method in class com.canto.cumulus.Item
Check out the asset referenced by this item (Specific Permissions Required).
childClass - Variable in class com.canto.cumulus.prefs.BaseManager.RegistryEntry
 
CHUNK_UPLOAD_WAIT_RETRY_MILLIS - Static variable in class com.canto.cumulus.video.cloud.VideoCloudManager
 
clazz - Variable in class com.canto.cumulus.prefs.BaseManager.RegistryEntry
 
clearComparisonModeDateFromValue() - Method in class com.canto.cumulus.prefs.QueryConditionDate
 
clearComparisonModeDateTimeFromValue() - Method in class com.canto.cumulus.prefs.QueryConditionDate
 
clearComparisonModeDateTimeToValue() - Method in class com.canto.cumulus.prefs.QueryConditionDate
 
clearComparisonModeDateToValue() - Method in class com.canto.cumulus.prefs.QueryConditionDate
 
clearFieldDefinitionCache() - Method in class com.canto.cumulus.usermanagement.AuthenticationManager
Clears the field definition cache which is populated with the first access to AuthenticationManager.getFieldDefinition(com.canto.cumulus.GUID).
clearModifiedValue(GUID) - Method in class com.canto.cumulus.Item
Clear the changed value of the given field in this item reverting to the previous value.
clearStatus() - Method in class com.canto.cumulus.prefs.FormatListModuleEntry
Clears all status information.
clearValue() - Method in class com.canto.cumulus.fieldvalue.AssetReference
You need to set the field value of an item using this field value wrapper and then call Item.save() to save this change back to the catalog.
clearValue() - Method in class com.canto.cumulus.fieldvalue.AssetXRefFieldValue
You need to set the field value of an item using this field value wrapper and then call Item.save() to save this change back to the catalog.
clearValue() - Method in class com.canto.cumulus.fieldvalue.CategoriesFieldValue
Remove all category assignment.
clearValue() - Method in class com.canto.cumulus.fieldvalue.DataSizeFieldValue
Clear the field's value.
clearValue() - Method in class com.canto.cumulus.fieldvalue.DateOnlyFieldValue
Clear the field's value.
clearValue() - Method in interface com.canto.cumulus.fieldvalue.FieldValue
Clear the field's value.
clearValue() - Method in class com.canto.cumulus.fieldvalue.LabelFieldValue
Clear the field's value.
clearValue() - Method in class com.canto.cumulus.fieldvalue.LengthInInchFieldValue
Clear the field's value.
clearValue() - Method in class com.canto.cumulus.fieldvalue.RatingFieldValue
Clear the field's value.
clearValue() - Method in class com.canto.cumulus.fieldvalue.ResolutionFieldValue
Clear the field's value.
clearValue() - Method in class com.canto.cumulus.fieldvalue.StringEnumFieldValue
Clear the field's value.
clearValue() - Method in class com.canto.cumulus.fieldvalue.TimeOnlyFieldValue
Clear the field's value.
clearValue() - Method in class com.canto.cumulus.fieldvalue.UserUIDFieldValue
Clear the field's value.
clearValue() - Method in class com.canto.cumulus.fieldvalue.VocabularyFieldValue
Clear the field's value.
clearValue(GUID) - Method in class com.canto.cumulus.Item
Clear the value of the given field in this item.
clearValue() - Method in class com.canto.cumulus.prefs.MetadataTemplateEntry
 
clone() - Method in class com.canto.cumulus.CategoryItemCollection
Create a clone of this collection.
clone() - Method in class com.canto.cumulus.ItemCollection
Create a clone of this collection.
clone(boolean) - Method in class com.canto.cumulus.MultiCategoryItemCollection
Create a clone of this collection.
clone(boolean, boolean) - Method in class com.canto.cumulus.MultiCategoryItemCollection
Create a clone of this collection.
clone(boolean) - Method in class com.canto.cumulus.MultiItemCollection
Create a clone of this collection.
clone(boolean, boolean) - Method in class com.canto.cumulus.MultiItemCollection
Create a clone of this collection.
clone(boolean) - Method in class com.canto.cumulus.MultiRecordItemCollection
Create a clone of this collection.
clone(boolean, boolean) - Method in class com.canto.cumulus.MultiRecordItemCollection
Create a clone of this collection.
clone() - Method in class com.canto.cumulus.prefs.AssetFormatsList
Clones this instance.
clone() - Method in class com.canto.cumulus.RecordItemCollection
 
clone() - Method in class com.canto.cumulus.ui.CollectionWindow
 
cloneForCatalog(Catalog, String) - Method in class com.canto.cumulus.db.trigger.FieldValueChangedCondition
Returns a copy of the FieldValueChangedCondition with the proper binding to the destination catalog or null if the field or the table does not exist in the destination catalog.
close() - Method in class com.canto.cumulus.AllCategoriesItemCollection
The class must never be closed.
close() - Method in class com.canto.cumulus.Asset
Closes this asset and releases all occupied resources.
close() - Method in class com.canto.cumulus.AssetCollection
Closes this collection and releases all acquired resources.
close() - Method in class com.canto.cumulus.ejp.AbstractEJP
Default implementation of the close() interface method.
close() - Method in interface com.canto.cumulus.ejp.EJP
Shutdown this EJP.
close() - Method in class com.canto.cumulus.fieldvalue.AssetReference
Releases all native resources associated with this instance.
close() - Method in class com.canto.cumulus.InputDataStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.canto.cumulus.ItemCollection
Close this collection and release all native resources that it occupies.
close() - Method in interface com.canto.cumulus.modules.ejpregistries.serverconsole.ConnectionPanel
Closes the connection because the user disconnected.
close() - Method in class com.canto.cumulus.MultiItemCollection
Close this collection and release all native resources that it occupies.
close() - Method in class com.canto.cumulus.OutputDataStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class com.canto.cumulus.server.esp.AbstractESP
Default implementation of the close() interface method.
close() - Method in interface com.canto.cumulus.server.esp.ESP
Shutdown this ESP.
close() - Method in class com.canto.cumulus.ui.CollectionWindow
Close this collection window.
close() - Method in class com.canto.cumulus.utils.ImagingPixmap
Free all associated resources of this instance.
closeCachedDataStreams() - Method in class com.canto.cumulus.Asset
Closes the cached data streams to release the occupied resources.
collectionCatalogAdded(CollectionCatalogEventObject<_Source>) - Method in interface com.canto.cumulus.events.CollectionListener
Callback method that gets called when a catalog was added to the collection.
CollectionCatalogEventObject<_Source> - Class in com.canto.cumulus.events
The event object for the CollectionListener interface.
CollectionCatalogEventObject(int, String, CollectionCatalogEventObject.Type) - Constructor for class com.canto.cumulus.events.CollectionCatalogEventObject
Internal use only.
CollectionCatalogEventObject.Type - Enum in com.canto.cumulus.events
For internal use only.
collectionCatalogRemoved(CollectionCatalogEventObject<_Source>) - Method in interface com.canto.cumulus.events.CollectionListener
Callback method that gets called when a catalog was removed from the collection.
collectionContentChanged(CollectionContentChangedEventObject<_Source>) - Method in interface com.canto.cumulus.events.CollectionListener
Callback method that gets called when the contents of the collection has changed completely.
CollectionContentChangedEventObject<_Source> - Class in com.canto.cumulus.events
The event object for the CollectionListener interface.
CollectionContentChangedEventObject(int, String, int) - Constructor for class com.canto.cumulus.events.CollectionContentChangedEventObject
Internal use only.
CollectionEventObject<_Source> - Class in com.canto.cumulus.events
The base class for collection-related event objects in Cumulus
collectionItemAdded(CollectionItemAddedEventObject<_Source>) - Method in interface com.canto.cumulus.events.CollectionListener
Callback method that gets called when an item was added to the collection.
CollectionItemAddedEventObject<_Source> - Class in com.canto.cumulus.events
The event object for the CollectionListener interface.
CollectionItemAddedEventObject(int, String, int, int) - Constructor for class com.canto.cumulus.events.CollectionItemAddedEventObject
Internal use only.
collectionItemDeleted(CollectionItemDeletedEventObject<_Source>) - Method in interface com.canto.cumulus.events.CollectionListener
Callback method that gets called when an item of the collection was deleted.
CollectionItemDeletedEventObject<_Source> - Class in com.canto.cumulus.events
The event object for the CollectionListener interface.
CollectionItemDeletedEventObject(int, String, int, int) - Constructor for class com.canto.cumulus.events.CollectionItemDeletedEventObject
Internal use only.
collectionItemUpdated(CollectionItemUpdatedEventObject<_Source>) - Method in interface com.canto.cumulus.events.CollectionListener
Callback method that gets called when an item of the collection was updated.
CollectionItemUpdatedEventObject<_Source> - Class in com.canto.cumulus.events
The event object for the CollectionListener interface.
CollectionItemUpdatedEventObject(int, String, int, int, int, boolean, Set<GUID>) - Constructor for class com.canto.cumulus.events.CollectionItemUpdatedEventObject
For internal use only.
CollectionListener<_Source> - Interface in com.canto.cumulus.events
The listener interface for collection-related events.
CollectionSet - Class in com.canto.cumulus.prefs
This class manages the settings of a collection set.
CollectionSetList - Class in com.canto.cumulus.prefs
This class manages a list of collection sets.
collectionSortingChanged(CollectionSortingChangedEventObject<_Source>) - Method in interface com.canto.cumulus.events.CollectionListener
Callback method that gets called when the collection has changed it's sorting state.
CollectionSortingChangedEventObject<_Source> - Class in com.canto.cumulus.events
The event object for the CollectionListener interface.
CollectionSortingChangedEventObject(int, String, boolean, int, GUID[], int[]) - Constructor for class com.canto.cumulus.events.CollectionSortingChangedEventObject
Internal use only.
CollectionType - Enum in com.canto.cumulus.constants
This enum specifies all available collection type for a server-side collection.
CollectionUtilities - Class in com.canto.cumulus.utils
 
CollectionUtilities() - Constructor for class com.canto.cumulus.utils.CollectionUtilities
 
CollectionWindow - Class in com.canto.cumulus.ui
This class represents a collection window in the Cumulus client.
collectionWindowClosing(CollectionWindowEventObject<_Source>) - Method in interface com.canto.cumulus.ui.events.CollectionWindowListener
Callback method that gets called when a collection window is about to close.
CollectionWindowEventObject<_Source> - Class in com.canto.cumulus.ui.events
The event object for the CollectionWindowListener interface.
CollectionWindowEventObject(CollectionWindowEventObject.EventType, int) - Constructor for class com.canto.cumulus.ui.events.CollectionWindowEventObject
For internal use only.
CollectionWindowEventObject.EventType - Enum in com.canto.cumulus.ui.events
For internal use only.
CollectionWindowListener<_Source> - Interface in com.canto.cumulus.ui.events
The listener interface for collection window changes in the Cumulus client application.
collectionWindowOpened(CollectionWindowEventObject<_Source>) - Method in interface com.canto.cumulus.ui.events.CollectionWindowListener
Callback method that gets called when a collection window has been opened.
ColorMode - Enum in com.canto.cumulus.constants
This enum specifies all available types of the color mode field
com.canto.cumulus - package com.canto.cumulus
The base package of the Cumulus Java Classes.
com.canto.cumulus.constants - package com.canto.cumulus.constants
The constants and Enums of the Cumulus Java Classes.
com.canto.cumulus.db - package com.canto.cumulus.db
 
com.canto.cumulus.db.dbmirror - package com.canto.cumulus.db.dbmirror
 
com.canto.cumulus.db.mail - package com.canto.cumulus.db.mail
 
com.canto.cumulus.db.permissions - package com.canto.cumulus.db.permissions
 
com.canto.cumulus.db.statistics - package com.canto.cumulus.db.statistics
 
com.canto.cumulus.db.subscriptions - package com.canto.cumulus.db.subscriptions
 
com.canto.cumulus.db.trigger - package com.canto.cumulus.db.trigger
 
com.canto.cumulus.ejp - package com.canto.cumulus.ejp
 
com.canto.cumulus.events - package com.canto.cumulus.events
Listeners and Event classes of the Cumulus Java Classes.
com.canto.cumulus.exceptions - package com.canto.cumulus.exceptions
Exceptions classes and interfaces of the Cumulus Java Classes.
com.canto.cumulus.fieldvalue - package com.canto.cumulus.fieldvalue
Wrapper clsses for field values of the Cumulus Java Classes.
com.canto.cumulus.keyword.service - package com.canto.cumulus.keyword.service
 
com.canto.cumulus.mediadeliverycloud - package com.canto.cumulus.mediadeliverycloud
 
com.canto.cumulus.modules - package com.canto.cumulus.modules
The package for accessing the plug-in modules of Cumulus.
com.canto.cumulus.modules.ejpregistries - package com.canto.cumulus.modules.ejpregistries
The Cumulus EJaP registration package.
com.canto.cumulus.modules.ejpregistries.general - package com.canto.cumulus.modules.ejpregistries.general
The Cumulus EJaP registration package for gemneral EJaPs.
com.canto.cumulus.modules.ejpregistries.serverconsole - package com.canto.cumulus.modules.ejpregistries.serverconsole
 
com.canto.cumulus.prefs - package com.canto.cumulus.prefs
The Cumulus preferences package for accessing the Cumulus preferences.
com.canto.cumulus.server - package com.canto.cumulus.server
Classes to Access Cumulus server objects from an ESP.
com.canto.cumulus.server.esp - package com.canto.cumulus.server.esp
Introduction
com.canto.cumulus.server.esp.modules - package com.canto.cumulus.server.esp.modules
Classes of the Cumulus Server Plugin (ESP) API implementation.
com.canto.cumulus.server.esp.modules.dbmirror - package com.canto.cumulus.server.esp.modules.dbmirror
The Cumulus dbmirror package.
com.canto.cumulus.server.esp.modules.reportgenerator - package com.canto.cumulus.server.esp.modules.reportgenerator
Classes of the Cumulus Report Generator ESP.
com.canto.cumulus.server.esp.modules.scheduler - package com.canto.cumulus.server.esp.modules.scheduler
Classes of the Cumulus Server Scheduler ESP.
com.canto.cumulus.server.esp.modules.trigger - package com.canto.cumulus.server.esp.modules.trigger
Classes of the Cumulus Server Trigger Action API.
com.canto.cumulus.server.esp.modules.trigger.catalogsettingschanged - package com.canto.cumulus.server.esp.modules.trigger.catalogsettingschanged
Classes of the Cumulus Server Trigger Action API.
com.canto.cumulus.server.esp.modules.trigger.fieldvaluechanged - package com.canto.cumulus.server.esp.modules.trigger.fieldvaluechanged
Classes of the Cumulus Server Trigger Action API.
com.canto.cumulus.server.esp.modules.trigger.recordcategoryadded - package com.canto.cumulus.server.esp.modules.trigger.recordcategoryadded
Classes of the Cumulus Server Trigger Action API.
com.canto.cumulus.server.esp.modules.trigger.recordcategorydeleted - package com.canto.cumulus.server.esp.modules.trigger.recordcategorydeleted
Classes of the Cumulus Server Trigger Action API.
com.canto.cumulus.server.esp.modules.validator - package com.canto.cumulus.server.esp.modules.validator
 
com.canto.cumulus.ui - package com.canto.cumulus.ui
The Cumulus application user interface classes.
com.canto.cumulus.ui.event - package com.canto.cumulus.ui.event
The Cumulus application user interface event classes.
com.canto.cumulus.ui.events - package com.canto.cumulus.ui.events
User Interface Listeners and Event classes available for EJPs.
com.canto.cumulus.usermanagement - package com.canto.cumulus.usermanagement
The Cumulus User Management package.
com.canto.cumulus.usermanagement.event - package com.canto.cumulus.usermanagement.event
 
com.canto.cumulus.utils - package com.canto.cumulus.utils
The Cumulus utilities package.
com.canto.cumulus.utils.formats - package com.canto.cumulus.utils.formats
 
com.canto.cumulus.video.cloud - package com.canto.cumulus.video.cloud
 
CombineMode - Enum in com.canto.cumulus.constants
This enum specifies the options for combining a new search result with the existing collection.
COMMAND_OPEN_COLLECTION - Static variable in class com.canto.cumulus.prefs.CollectionSet
 
comment - Variable in class com.canto.cumulus.prefs.BaseManager.RegistryEntry
 
compareTo(DataSizeFieldValue) - Method in class com.canto.cumulus.fieldvalue.DataSizeFieldValue
Compares this object with the specified object for order.
compareTo(DateOnlyFieldValue) - Method in class com.canto.cumulus.fieldvalue.DateOnlyFieldValue
Compares this object with the specified object for order.
compareTo(TimeOnlyFieldValue) - Method in class com.canto.cumulus.fieldvalue.TimeOnlyFieldValue
Compares this object with the specified object for order.
compareTo(GUID) - Method in class com.canto.cumulus.GUID
 
compareTo(Object) - Method in class com.canto.cumulus.utils.FieldFormulaFunctions.FunctionDescriptor
 
compress(ProgressListener) - Method in class com.canto.cumulus.Catalog
Compresses the catalog (Administrator only).
compress() - Method in class com.canto.cumulus.Catalog
Compresses the catalog (Administrator only).
Condition - Class in com.canto.cumulus.db.trigger
This is the base class for all available conditions.
CONDITION_TYPE_CATALOG_SETTINGS_CHANGED - Static variable in interface com.canto.cumulus.db.trigger.ConditionTypes
 
CONDITION_TYPE_FIELD_VALUE_CHANGED - Static variable in interface com.canto.cumulus.db.trigger.ConditionTypes
 
CONDITION_TYPE_RECORD_CATEGORY_ADDED - Static variable in interface com.canto.cumulus.db.trigger.ConditionTypes
 
CONDITION_TYPE_RECORD_CATEGORY_DELETED - Static variable in interface com.canto.cumulus.db.trigger.ConditionTypes
 
ConditionConfigurator - Interface in com.canto.cumulus.db.trigger
This interface describes the functions available when working with a condition configurator instance.
Conditions - Class in com.canto.cumulus.db.trigger
This class provides easy access to the available conditions.
Conditions() - Constructor for class com.canto.cumulus.db.trigger.Conditions
 
Conditions.ConditionDescriptor - Class in com.canto.cumulus.db.trigger
This class describes a single condition.
ConditionTypes - Interface in com.canto.cumulus.db.trigger
 
CONFIG_KEY_PROVIDER_GUID - Static variable in class com.canto.cumulus.keyword.service.AutoTaggingManager
 
configurationIsValid() - Method in interface com.canto.cumulus.db.trigger.ConditionConfigurator
Returns whether the current configuration state is valid.
configurationIsValid() - Method in interface com.canto.cumulus.server.esp.modules.dbmirror.DBMirrorConfigurator
Returns true if the current state of the UI elements on the configuration panel is a valid state for the mirroring module.
configurationIsValid() - Method in interface com.canto.cumulus.server.esp.modules.scheduler.SchedulerConfigurator
Should return whether the current configuration state is valid.
configurationIsValid() - Method in interface com.canto.cumulus.server.esp.modules.trigger.ActionConfigurator
Returns whether the current configuration state is valid.
ConnectionPanel - Interface in com.canto.cumulus.modules.ejpregistries.serverconsole
Implementations of this class handle a single server console connection to a Cumulus server.
containsICCProfile() - Method in class com.canto.cumulus.Pixmap.JPEGInfo
Returns whether the image has an assigned ICC profile
containsReference(GUID, int) - Method in class com.canto.cumulus.fieldvalue.AssetXRefFieldValue
Return whether this asset cross reference field value contains a reference of a specific relation to a given item.
contextMenuCreated(ContextMenuEventObject<_Source>) - Method in interface com.canto.cumulus.ui.events.ContextMenuListener
Callback method that gets called when a context menu has been created.
contextMenuDeleted(ContextMenuEventObject<_Source>) - Method in interface com.canto.cumulus.ui.events.ContextMenuListener
Callback method that gets called when a context menu has been deleted.
ContextMenuEventObject<_Source> - Class in com.canto.cumulus.ui.events
The event object for the ContextMenuListener interface.
ContextMenuEventObject(ContextMenuEventObject.EventType, int, GUID, Menu, boolean) - Constructor for class com.canto.cumulus.ui.events.ContextMenuEventObject
Internal use only.
ContextMenuEventObject.EventType - Enum in com.canto.cumulus.ui.events
 
ContextMenuListener<_Source> - Interface in com.canto.cumulus.ui.events
The listener interface for changes in the context menus of the Cumulus client application.
convert(Asset, String, GUID) - Method in class com.canto.cumulus.Asset
Converts the asset content and creates a new asset in a container asset.
convert(File, String, GUID) - Method in class com.canto.cumulus.Asset
Converts the asset content and creates a new file.
convertAsset(Asset, GUID, String) - Method in class com.canto.cumulus.Item
Convert the asset of this item using a given asset processor module and parameter string.
copy(String, AssetAction) - Method in class com.canto.cumulus.prefs.AssetActionsList
Duplicates the given asset action and stores the result under the specified name.
copy(String, AssetAction, boolean, boolean) - Method in class com.canto.cumulus.prefs.AssetActionsList
Duplicates the given asset action and stores the result under the specified name.
copy(String, Item, boolean, boolean) - Method in class com.canto.cumulus.prefs.AssetActionsList
Duplicates the given item with the specified UID.
copy(String, AssetHandlingSet) - Method in class com.canto.cumulus.prefs.AssetHandlingSetList
Duplicates the given asset handling set and stores the result under the specified name.
copy(String, AssetHandlingSet, boolean, boolean) - Method in class com.canto.cumulus.prefs.AssetHandlingSetList
Duplicates the given asset handling set and stores the result under the specified name.
copy(String, Item, boolean, boolean) - Method in class com.canto.cumulus.prefs.AssetHandlingSetList
Duplicates the given item with the specified UID.
copy(String, Item, boolean, boolean) - Method in class com.canto.cumulus.prefs.AssetRelationList
 
copy(String, BackupJob) - Method in class com.canto.cumulus.prefs.BackupJobList
Duplicates the given backup job and stores the result under the specified name.
copy(String, Item, boolean, boolean) - Method in class com.canto.cumulus.prefs.BaseQueriesList
Duplicates the given item with the specified UID.
copy(String, CatalogTemplate) - Method in class com.canto.cumulus.prefs.CatalogTemplateList
Duplicates the given catalog template and stores the result under the specified name.
copy(String, CatalogTemplate, boolean, boolean) - Method in class com.canto.cumulus.prefs.CatalogTemplateList
Duplicates the given catalog template and stores the result under the specified name.
copy(String, CatalogSettingsRoot) - Method in class com.canto.cumulus.prefs.CatalogTemplateList
Copies the given catalog into a new Catalog Template and stores the result under the specified name.
copy(String, CatalogSettingsRoot, boolean, boolean) - Method in class com.canto.cumulus.prefs.CatalogTemplateList
Copies the given catalog into a new Catalog Template and stores the result under the specified name.
copy(String, Item, boolean, boolean) - Method in class com.canto.cumulus.prefs.CatalogTemplateList
 
copy(String, CategoryViewSet) - Method in class com.canto.cumulus.prefs.CategoryViewSetList
Duplicates the given category view set and stores the result under the specified name.
copy(String, CategoryViewSet, boolean, boolean) - Method in class com.canto.cumulus.prefs.CategoryViewSetList
Duplicates the given category view set and stores the result under the specified name.
copy(String, Item, boolean, boolean) - Method in class com.canto.cumulus.prefs.CategoryViewSetList
Duplicates the given item with the specified UID.
copy(String, Item, boolean, boolean) - Method in class com.canto.cumulus.prefs.CollectionSetList
Duplicates the given item with the specified UID.
copy(String, CropTemplate) - Method in class com.canto.cumulus.prefs.CropTemplatesList
Duplicates the given crop template and stores the result under the specified name.
copy(String, CropTemplate, boolean, boolean) - Method in class com.canto.cumulus.prefs.CropTemplatesList
Duplicates the given crop template and stores the result under the specified name.
copy(String, Item, boolean, boolean) - Method in class com.canto.cumulus.prefs.CropTemplatesList
 
copy(String, EmailClass) - Method in class com.canto.cumulus.prefs.EmailClassesList
Duplicates the given email class and stores the result under the specified name.
copy(String, EmailClass, boolean, boolean) - Method in class com.canto.cumulus.prefs.EmailClassesList
Duplicates the given email class and stores the result under the specified name.
copy(String, Item, boolean, boolean) - Method in class com.canto.cumulus.prefs.EmailClassesList
Duplicates the given email class with the specified class ID.
copy(String, EmailClassTemplate) - Method in class com.canto.cumulus.prefs.EmailClassTemplateList
Duplicates the given template into a new template for the given name.
copy(String, EmailLayout) - Method in class com.canto.cumulus.prefs.EmailLayoutsList
Duplicates the given email layout and stores the result under the specified name.
copy(String, EmailLayout, boolean, boolean) - Method in class com.canto.cumulus.prefs.EmailLayoutsList
Duplicates the given email layout and stores the result under the specified name.
copy(String, Item, boolean, boolean) - Method in class com.canto.cumulus.prefs.EmailLayoutsList
Duplicates the given email layout with the specified layout ID.
copy(String, Item, boolean, boolean) - Method in interface com.canto.cumulus.prefs.ItemManager
Duplicates the given item with the specified UID.
copy(String, MetadataTemplate) - Method in class com.canto.cumulus.prefs.MetadataTemplatesList
Duplicates the given metadata template and stores the result under the specified name.
copy(String, MetadataTemplate, boolean, boolean) - Method in class com.canto.cumulus.prefs.MetadataTemplatesList
Duplicates the given metadata template and stores the result under the specified name.
copy(String, Item, boolean, boolean) - Method in class com.canto.cumulus.prefs.MetadataTemplatesList
Duplicates the given item with the specified UID.
copy(String, PermissionTemplate) - Method in class com.canto.cumulus.prefs.PermissionTemplatesList
Duplicates the given permission template and stores the result under the specified name.
copy(String, PermissionTemplate, boolean, boolean) - Method in class com.canto.cumulus.prefs.PermissionTemplatesList
Duplicates the given permission template and stores the result under the specified name.
copy(String, Item, boolean, boolean) - Method in class com.canto.cumulus.prefs.PermissionTemplatesList
Duplicates the given item with the specified UID.
copy(String, PrintSet) - Method in class com.canto.cumulus.prefs.PrintSetsList
Duplicates the given print set and stores the result under the specified name.
copy(String, PrintSet, boolean, boolean) - Method in class com.canto.cumulus.prefs.PrintSetsList
Duplicates the given print set and stores the result under the specified name.
copy(String, Item, boolean, boolean) - Method in class com.canto.cumulus.prefs.PrintSetsList
 
copy(String, RecordFilter) - Method in class com.canto.cumulus.prefs.RecordFilterList
Duplicates the given record filter and stores the result under the specified name.
copy(String, RecordFilter, boolean, boolean) - Method in class com.canto.cumulus.prefs.RecordFilterList
Duplicates the given record filter and stores the result under the specified name.
copy(String, Item, boolean, boolean) - Method in class com.canto.cumulus.prefs.RecordFilterList
 
copy(String, RecordViewSet) - Method in class com.canto.cumulus.prefs.RecordViewSetList
Duplicates the given record view set and stores the result under the specified name.
copy(String, RecordViewSet, boolean, boolean) - Method in class com.canto.cumulus.prefs.RecordViewSetList
Duplicates the given record view set and stores the result under the specified name.
copy(String, Item, boolean, boolean) - Method in class com.canto.cumulus.prefs.RecordViewSetList
Duplicates the given item with the specified UID.
copy(String, ReportSet) - Method in class com.canto.cumulus.prefs.ReportSetList
Duplicates the given report set and stores the result under the specified name.
copy(String, SchedulerJob) - Method in class com.canto.cumulus.prefs.SchedulerJobList
Duplicates the given scheduler job and stores the result under the specified name.
copy(String, Workflow) - Method in class com.canto.cumulus.prefs.WorkflowList
Duplicates the given workflow and stores the result under the specified name.
copy(String, Workflow, boolean, boolean) - Method in class com.canto.cumulus.prefs.WorkflowList
Duplicates the given workflow and stores the result under the specified name.
copy(String, Item, boolean, boolean) - Method in class com.canto.cumulus.prefs.WorkflowList
Duplicates the given workflow with the specified UID.
copyAsset(Asset) - Method in class com.canto.cumulus.Item
Copy the asset of this item to a different location.
copyFrom(Asset) - Method in class com.canto.cumulus.Asset
Overwrites this asset with the given asset.
copyFrom(Permissions) - Method in class com.canto.cumulus.db.permissions.Permissions
Replaces all permissions with the permissions from the given permissions block.
copySubAssetsToCentralLocation() - Method in class com.canto.cumulus.prefs.AssetHandlingSet
Returns true if the sub assets should also be copied to the central asset location configured for the catalog when cataloging using this asset handling set.
countAssetActionPackers() - Method in class com.canto.cumulus.prefs.AssetActionPackers
Returns the number of packers configured
countAssetActionProcessors() - Method in class com.canto.cumulus.prefs.AssetActionProcessors
Returns the number of processors configured
countAssetActionSavers() - Method in class com.canto.cumulus.prefs.AssetActionSavers
Returns the number of savers configured
countButtons() - Method in class com.canto.cumulus.ui.Toolbar
Returns the number of buttons in this toolbar.
countCategoryTreeItems(Set<Integer>) - Method in class com.canto.cumulus.CategoryItemCollection
Return the number of categories that would be visible in the category tree if the given categories are expanded.
countEntries() - Method in class com.canto.cumulus.prefs.MetadataTemplateEntryList
Returns the number of contained entries.
countEntries() - Method in class com.canto.cumulus.prefs.MetadataTemplateTableList
Returns the number of contained entries.
countFieldListEntries() - Method in class com.canto.cumulus.FieldList
Returns the number of entries in the list.
countingAssets(CatalogingEventObject<_Source>) - Method in interface com.canto.cumulus.events.CatalogingListener
Callback method that gets called while a cataloging process is counting the assets to be cataloged.
countItems() - Method in class com.canto.cumulus.utils.JPack
Returns the number of items in the pack.
countLevels() - Method in class com.canto.cumulus.fieldvalue.AssetReference
Return the number of levels of this asset reference.
countMenuItems() - Method in class com.canto.cumulus.ui.Menu
Returns the number of menu items in this menu.
countMenus() - Method in class com.canto.cumulus.ui.MenuBar
Returns the number of menus in this menu bar.
countParts() - Method in class com.canto.cumulus.fieldvalue.AssetReference
Get the number of asset reference parts that this asset reference consists of.
countPermissions() - Method in class com.canto.cumulus.db.permissions.PermissionsList
Returns the number of entities this list contains the permissions for.
countQueryConditions() - Method in class com.canto.cumulus.prefs.QueryConditionList
 
countRoles() - Method in class com.canto.cumulus.db.permissions.Roles
Returns the number of roles contained in this list.
countTotalCategoryTreeItems() - Method in class com.canto.cumulus.CategoryItemCollection
Return the number of categories that would be visible in the category tree if all categories were expanded.
countUsers() - Method in class com.canto.cumulus.db.permissions.Users
Returns the number of users contained in this list.
create(List<Asset>) - Static method in class com.canto.cumulus.AssetCollection
Create a new collection from the given list of assets.
create(Asset...) - Static method in class com.canto.cumulus.AssetCollection
Create a new collection from the given assets.
create(String) - Method in class com.canto.cumulus.prefs.BackupJobList
Creates a new backup job using the given name.
create(String, String, boolean) - Method in class com.canto.cumulus.prefs.BaseQueriesList
 
create(String, String, boolean) - Method in class com.canto.cumulus.prefs.CategoryQueriesList
Creates a new query using the given name.
create(String, CollectionType, MultiRecordItemCollection) - Method in class com.canto.cumulus.prefs.CollectionSetList
Creates a new collection set using the given name.
create(String, CollectionType, Set<Catalog>, String, EnumSet<FindFlag>, Locale) - Method in class com.canto.cumulus.prefs.CollectionSetList
Creates a new query based collection set using the given name and type (supported type is CollectionType.UPLOAD_COLLECTION).
create(String) - Method in class com.canto.cumulus.prefs.EmailClassPlaceholderList
Creates a new placeholder for the given name.
create(String) - Method in class com.canto.cumulus.prefs.EmailClassTemplateList
Creates a new template for the given name.
create(File) - Method in class com.canto.cumulus.prefs.EmailLayoutAttachmentsList
Creates a new attachment for the given file or returns the existing attachment with the same SHA1 of the given file.
create(String) - Method in class com.canto.cumulus.prefs.MetadataTemplatesList
Creates an empty metadata template and stores it under the specified name.
create(String, String, boolean) - Method in class com.canto.cumulus.prefs.RecordQueriesList
Creates a new query using the given name.
create(String) - Method in class com.canto.cumulus.prefs.ReportSetList
Creates a new report set using the given name.
create(String) - Method in class com.canto.cumulus.prefs.SchedulerJobList
Creates a new scheduler job using the given name.
CREATE_THUMBNAIL_FROM_OPTION_USE_EMBEDDED_THUMBNAIL_IF_AVAILABLE - Static variable in class com.canto.cumulus.prefs.AssetHandlingSet
 
CREATE_THUMBNAIL_FROM_OPTION_USE_EMBEDDED_THUMBNAIL_IF_LARGE_ENOUGH - Static variable in class com.canto.cumulus.prefs.AssetHandlingSet
 
CREATE_THUMBNAIL_FROM_OPTION_USE_ENTIRE_ASSET - Static variable in class com.canto.cumulus.prefs.AssetHandlingSet
 
createAssetActionSaver(int, int) - Method in class com.canto.cumulus.prefs.AssetActionSavers
Inserts a saver.
createAssetHandlingSetAdvancedEntry(String) - Method in class com.canto.cumulus.prefs.CumulusApplicationGeneralPrefs.AssetHandlingSetsAdvancedSettingsList
 
createAssetReferenceData(CumulusSession, Asset) - Method in interface com.canto.cumulus.modules.AssetStorageModule
Create AssetReference part data for the given asset if possible.
createAssetRelation() - Method in class com.canto.cumulus.prefs.CatalogAssetRelationList
Returns a new asset relation with a new ID.
createBinding(Item) - Method in class com.canto.cumulus.db.trigger.TriggerManager
Returns a binding for the given item.
createBinding(Catalog) - Method in class com.canto.cumulus.db.trigger.TriggerManager
Returns a binding for the given catalog.
createBindingForCategories(Catalog) - Method in class com.canto.cumulus.db.trigger.TriggerManager
Returns a binding for the categories of the given catalog.
createBindingForRecords(Catalog) - Method in class com.canto.cumulus.db.trigger.TriggerManager
Returns a binding for the records of the given catalog.
createCatalogField(GUID, int, int) - Method in class com.canto.cumulus.prefs.CatalogFieldList
Adds a new field to this list for the given field UID, field type and field value interpretation.
createCatalogField(FieldDescriptor) - Method in class com.canto.cumulus.prefs.CatalogFieldList
Adds a new field to this list for the given field descriptor.
createCatalogField(FieldDescriptor, boolean) - Method in class com.canto.cumulus.prefs.CatalogFieldList
 
createCatalogFieldEnumListValueContainerCoreValue(String) - Method in class com.canto.cumulus.prefs.CatalogFieldEnumListValueContainerCoreValueList
Adds a new enum value.
createCatalogFieldEnumListValueContainerCoreValue(int, String) - Method in class com.canto.cumulus.prefs.CatalogFieldEnumListValueContainerCoreValueList
Adds a new enum value for a given id or returns the existing enum with that id.
createCatalogFieldValidatorConfiguration(GUID) - Method in class com.canto.cumulus.prefs.CatalogFieldValidatorConfigurationList
Adds a new configuration for the given validator module or returns the already existing one.
createCatalogLinkedField(GUID, String, GUID, String) - Method in class com.canto.cumulus.prefs.FieldLinkingList
Creates a new entry for the given module UID, module name, field UID and field name.
createCatalogLiveFilter(String) - Method in class com.canto.cumulus.usermanagement.LiveFiltering
Creates and returns the specific live filter settings instance for the specified catalog.
createCategoryItem(String) - Method in class com.canto.cumulus.CategoryItem
Create a sub-category for this category item with a given name.
createCategoryItems(String) - Method in class com.canto.cumulus.CategoryItem
Create category items along the given path and return the bottom-most category item.
createCategoryViewSetTable(String, String) - Method in class com.canto.cumulus.prefs.CategoryViewSetTableList
 
createConfigurations(String) - Method in class com.canto.cumulus.prefs.TableConfigurationsList
 
createConfigurator() - Method in class com.canto.cumulus.db.trigger.ActionWrapper
Returns the configurator for the contained action or null.
createConfigurator() - Method in class com.canto.cumulus.db.trigger.UnknownCondition
 
createConfigurator() - Method in interface com.canto.cumulus.server.esp.modules.dbmirror.DBMirrorESP
Returns an DBMirrorConfigurator which is used in the preferences dialog to configure all needed settings for this mirroring esp.
createConfigurator() - Method in interface com.canto.cumulus.server.esp.modules.reportgenerator.ReportGeneratorESP
This method is called by the Server Console "Reports" plugin to create a configurator for this report generator ESP.
createConfigurator() - Method in interface com.canto.cumulus.server.esp.modules.scheduler.SchedulerESP
This method is called by the Server Console Scheduler Manager plugin to create a configurator for this scheduler ESP.
createConfigurator() - Method in interface com.canto.cumulus.server.esp.modules.trigger.ActionESP
Called by the Properties dialog within the Cumulus Client application to configure the action part of a trigger.
createConfigurator(JPack) - Method in interface com.canto.cumulus.server.esp.modules.validator.TableValidatorESP
Returns a configurator instance that is initialized with the given data.
createConfigurator(JPack) - Method in interface com.canto.cumulus.server.esp.modules.validator.ValidatorESP
Return a configurator instance that is initialized with the given data.
createDirectoryCategoryItem(int, int, String) - Method in class com.canto.cumulus.CategoryItem
Create a new category item that represents a Mac OS directory on disk.
createEntry(String) - Method in class com.canto.cumulus.prefs.CustomDataList
Creates a new entry with the given name.
createEntry(String, String, int, int) - Method in class com.canto.cumulus.prefs.MetadataTemplateEntryList
Creates a new entry for the given UID or returns the existing entry matching the UID.
createEntry(FieldDefinition) - Method in class com.canto.cumulus.prefs.MetadataTemplateEntryList
Creates a new entry for the given field or returns the existing entry matching the field.
createEnumEntry(String) - Method in class com.canto.cumulus.prefs.CatalogFieldEnumListValueContainer
Adds a new enum entry with the given default value.
createExternalUser(String, String) - Method in class com.canto.cumulus.usermanagement.AuthenticationManager
Creates a new external user.
createField(String, String, int, int) - Method in class com.canto.cumulus.prefs.WeakFieldReferenceList
Adds a new field to this list for the given field UID, field type and field value interpretation.
createFieldDefinition(String, int) - Method in class com.canto.cumulus.usermanagement.AuthenticationManager
Creates a new field definition.
createFieldValue(GUID) - Method in class com.canto.cumulus.usermanagement.FieldValues
Creates another entry for the specified field and returns it.
createFilteredMultiItemPane() - Method in class com.canto.cumulus.ui.CollectionWindow
Create a new split-pane at the bottom of the hierarchy.
createFromAsset(Asset, String) - Static method in class com.canto.cumulus.Pixmap
Creates a pixel preview for the given asset.
createFromAsset(Asset, String, int, int) - Static method in class com.canto.cumulus.Pixmap
Creates a pixel preview for the given asset.
createFromAsset(Asset, String, int, int, int) - Static method in class com.canto.cumulus.Pixmap
Creates a pixel preview for the given asset.
createFromPack(JPack) - Static method in class com.canto.cumulus.db.statistics.FieldData
Creates a FieldData instance from the pack representation.
createItem() - Method in class com.canto.cumulus.ItemCollection
Create a new item object.
createItem(String) - Method in class com.canto.cumulus.ItemCollection
Create a new item object.
createItem() - Method in class com.canto.cumulus.RecordItemCollection
Create a new RecordItem object.
createItem(String) - Method in class com.canto.cumulus.RecordItemCollection
Create a new RecordItem object.
createJob(JPack) - Method in interface com.canto.cumulus.server.esp.modules.scheduler.SchedulerESP
This method is called within the Scheduler Server application to create a scheduler job for the given configuration.
createLanguageFieldGUID(int) - Method in class com.canto.cumulus.GUID
Returns for a field UID the UID for an additional language specified by the provided language ID.
createLocale(String) - Static method in class com.canto.cumulus.utils.LanguageManager
 
createModuleEntry(String, Module) - Method in class com.canto.cumulus.prefs.AssetFiltersList
Creates and returns a new filter module entry.
createModuleEntry(String, Module) - Method in class com.canto.cumulus.prefs.AssetModuleList
Returns a new created module entry for the specified values or returns the found entry.
createModulePreferences(String, int) - Method in class com.canto.cumulus.prefs.ModulePreferencesList
Returns the new created module preferences manager or the already existing one for the given module UID and module type.
createOpenCatalogClientGroup(String) - Method in class com.canto.cumulus.usermanagement.AuthenticationManager
Creates a new Open Catalog Client Group.
createPathDirectoryCategoryItem(String, String) - Method in class com.canto.cumulus.CategoryItem
Create a new category item that represents a Windows directory on disk.
createPermissionsListTable(String, String) - Method in class com.canto.cumulus.prefs.PermissionsListTables
 
createPixmapFromJPEG(byte[]) - Static method in class com.canto.cumulus.Pixmap
Creates a new Pixmap object from a JPG stream given as a byte array.
createPixmapFromPNG(InputStream) - Static method in class com.canto.cumulus.Pixmap
Creates a new Pixmap object from a PNG stream.
createPixmapFromPNG(byte[]) - Static method in class com.canto.cumulus.Pixmap
Creates a new Pixmap object from a PNG stream given as a byte array.
createProduct(String, String) - Method in class com.canto.cumulus.usermanagement.ProductList
Add a new product to this list.
createRecordItem() - Method in class com.canto.cumulus.RecordItemCollection
Create a new RecordItem object.
createRecordItem(String) - Method in class com.canto.cumulus.RecordItemCollection
Create a new RecordItem object.
createRecordView(String, int) - Method in class com.canto.cumulus.prefs.RecordViewList
Creates a new record view for the specified UID or returns the record view already stored for the UID.
createRecordViewSetTable(String, String) - Method in class com.canto.cumulus.prefs.RecordViewSetTableList
 
createRelatedCategoryItem(CategoryItem, String) - Method in class com.canto.cumulus.CategoryItem
Create a related category item for the given original category.
createRole(String) - Method in class com.canto.cumulus.usermanagement.AuthenticationManager
Create a new Role.
createSubAsset(Asset) - Method in class com.canto.cumulus.Asset
Creates a sub-asset (for example a file in a folder) from the given asset.
createSubAsset(String, String, String, String, Date, Date, InputStream, InputStream) - Method in class com.canto.cumulus.Asset
Create an asset (e.g.
createSubContainerAsset(String, Date, Date) - Method in class com.canto.cumulus.Asset
Create a container asset (e.g.
createTable(String) - Method in class com.canto.cumulus.prefs.MetadataTemplateTableList
Creates a new entry for the given table name or returns the existing entry matching the name.
createURLDirectoryCategoryItem(String, String) - Method in class com.canto.cumulus.CategoryItem
Create a new category item that represents a URL or Unix directory on disk.
createUser(String) - Method in class com.canto.cumulus.usermanagement.AuthenticationManager
Create a new user.
createUserModuleLRU(String) - Method in class com.canto.cumulus.prefs.UserModuleLRUList
Returns the existing LRUs for the specified module UID or creates a new instance.
createValidatorConfiguration(GUID) - Method in class com.canto.cumulus.prefs.TableValidatorConfigurationList
Adds a new configuration for the given validator module or returns the already existing one.
createWebConfigurator(JPack, Map<ReportGeneratorESP.ParameterKey, ?>) - Method in interface com.canto.cumulus.server.esp.modules.reportgenerator.ReportGeneratorWebESP
This method is called by the Web Server Console "Report Manager" plugin to create a configurator for this report generator ESP.
createWebConfigurator(JPack, Map) - Method in interface com.canto.cumulus.server.esp.modules.scheduler.SchedulerWebESP
This method is called by the Web Server Console "Scheduler Manager" plugin to create a configurator for this Scheduler Job ESP.
createWorker(JPack) - Method in interface com.canto.cumulus.server.esp.modules.dbmirror.DBMirrorESP
For each mirroring process using this mirroring esp this method gets called to create another working process.
createWorkflowActivity(String) - Method in class com.canto.cumulus.prefs.WorkflowActivities
Adds a new activity.
createWorkflowEntry(Workflow, int) - Method in class com.canto.cumulus.prefs.AssetHandlingSetWorkflowList
Returns a new created workflow entry or returns the found entry for the given workflow ID.
createWorkflowState(String) - Method in class com.canto.cumulus.prefs.WorkflowStates
Adds a new state.
crop(int, int, int, int) - Method in class com.canto.cumulus.utils.ImagingPixmap
Crops the pixmap to the specified rectangle.
CropTemplate - Class in com.canto.cumulus.prefs
This class manages all the settings of a single crop template.
CropTemplate.Constraint - Enum in com.canto.cumulus.prefs
The cropping constraints.
CropTemplate.OutputSizeMode - Enum in com.canto.cumulus.prefs
The cropping output size mode.
CropTemplate.Type - Enum in com.canto.cumulus.prefs
The type of crop template.
CropTemplatesList - Class in com.canto.cumulus.prefs
This class manages a list of crop templates.
Cumulus - Class in com.canto.cumulus
The base class of the Cumulus Java Classes library.
Cumulus() - Constructor for class com.canto.cumulus.Cumulus
 
CumulusApplicationDisplayPrefs - Class in com.canto.cumulus.prefs
This helper class gives access to the display settings of the current user for the Cumulus application.
CumulusApplicationDisplayPrefs(JPack) - Constructor for class com.canto.cumulus.prefs.CumulusApplicationDisplayPrefs
 
CumulusApplicationGeneralPrefs - Class in com.canto.cumulus.prefs
This helper class gives access to the general settings of the current user for the Cumulus application.
CumulusApplicationGeneralPrefs(JPack) - Constructor for class com.canto.cumulus.prefs.CumulusApplicationGeneralPrefs
 
CumulusApplicationGeneralPrefs.AssetHandlingSetAdvancedEntry - Class in com.canto.cumulus.prefs
This helper class gives access to the asset handling set configuration for the complex mode for a single entry.
CumulusApplicationGeneralPrefs.AssetHandlingSetsAdvancedSettingsList - Class in com.canto.cumulus.prefs
This helper class gives access to the asset handling set configuration for the complex mode.
CumulusApplicationGeneralPrefs.AssetHandlingSetsAdvancedSettingsList(JPack) - Constructor for class com.canto.cumulus.prefs.CumulusApplicationGeneralPrefs.AssetHandlingSetsAdvancedSettingsList
 
CumulusApplicationSearchPrefs - Class in com.canto.cumulus.prefs
This helper class gives access to the search settings of the current user for the Cumulus application.
CumulusApplicationSearchPrefs(JPack) - Constructor for class com.canto.cumulus.prefs.CumulusApplicationSearchPrefs
 
CumulusApplicationSearchPrefs.QuickSeachFieldList - Class in com.canto.cumulus.prefs
 
CumulusApplicationSearchPrefs.QuickSearchField - Class in com.canto.cumulus.prefs
 
CumulusApplicationSearchPrefs.QuickSearchField(JPack) - Constructor for class com.canto.cumulus.prefs.CumulusApplicationSearchPrefs.QuickSearchField
 
CumulusException - Exception in com.canto.cumulus
The Cumulus specific exception.
CumulusException(String, int, int, String, int, String, String, String) - Constructor for exception com.canto.cumulus.CumulusException
 
CumulusException(String) - Constructor for exception com.canto.cumulus.CumulusException
Constructs a new CumulusException.
CumulusException(CumulusExceptionDetails) - Constructor for exception com.canto.cumulus.CumulusException
Build generic exception from specialized one.
CumulusExceptionDetails - Interface in com.canto.cumulus.exceptions
The interface that all Cumulus exceptions implement to provide detailed information.
CumulusSession - Class in com.canto.cumulus
The CumulusSession object maintains a session with the Cumulus server.
CumulusSession() - Constructor for class com.canto.cumulus.CumulusSession
Creates a new session.
CumulusStart() - Static method in class com.canto.cumulus.Cumulus
Initializes the Cumulus Java Classes.
CumulusStart(String) - Static method in class com.canto.cumulus.Cumulus
Initializes the Cumulus Java Classes to run a specific Cumulus Java Classes installation.
CumulusStop() - Static method in class com.canto.cumulus.Cumulus
Terminates the Cumulus Java Classes.
CustomData - Class in com.canto.cumulus.prefs
This class manages custom data.
CustomDataList - Class in com.canto.cumulus.prefs
This class manages custom data list entries.
CustomDataListEntry - Class in com.canto.cumulus.prefs
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Cumulus Java Classes 
Reference Documentation  
Version 11.1.7
  

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.