- NAME_MAX_LENGTH - Static variable in class com.canto.cumulus.mediadeliverycloud.MediaDeliveryCloudManager
-
- NATIVE_BYTE_ORDER - Static variable in class com.canto.cumulus.utils.JPack
-
Native byte order of the running computer.
- needsToUploadVideo(Item) - Method in class com.canto.cumulus.video.cloud.VideoCloudManager
-
- NETWORK_BYTE_ORDER - Static variable in class com.canto.cumulus.utils.JPack
-
Network byte order (a.k.a. Motorola, MSB first).
- newAssetReference(String) - Method in class com.canto.cumulus.Asset
-
Create a new asset reference for this asset.
- newCategoryItemCollection() - Method in class com.canto.cumulus.Catalog
-
- newCategoryItemCollection(String) - Method in class com.canto.cumulus.Catalog
-
Create a new
CategoryItemCollection
and containing all categories of the given master category that are accessible to the current user.
- newCategoryItemCollection(String, String, Locale) - Method in class com.canto.cumulus.Catalog
-
Create a new
CategoryItemCollection
and containing all categories of the given master category that match a given query and are accessible to the
current user.
- newCollectionWindow(MultiRecordItemCollection) - Method in class com.canto.cumulus.ui.Application
-
Creates a new collection window from the given collection.
- newItemCollection(String, boolean) - Method in class com.canto.cumulus.Catalog
-
Create a new
ItemCollection
for the given table and optionally fill in all items that are accessible to the current user.
- newItemCollection(String, String, EnumSet<FindFlag>, Locale) - Method in class com.canto.cumulus.Catalog
-
Returns a newly created collection that is filled by executing the given query.
- newListPack() - Static method in class com.canto.cumulus.Pack
-
Deprecated.
Creates a new empty list pack.
- newListPack() - Static method in class com.canto.cumulus.utils.JPack
-
Creates a new empty list pack.
- newMultiCategoryItemCollection() - Method in class com.canto.cumulus.CumulusSession
-
Returns a new empty MultiCategoryItemCollection
(Single User Edition only).
- newMultiCategoryItemCollection() - Method in class com.canto.cumulus.Server
-
- newMultiItemCollection(String) - Method in class com.canto.cumulus.Server
-
- newMultiRecordItemCollection() - Method in class com.canto.cumulus.CumulusSession
-
Returns a new empty MultiRecordItemCollection
(Single User Edition only).
- newMultiRecordItemCollection() - Method in class com.canto.cumulus.Server
-
- newRecordItemCollection(String, Locale) - Method in class com.canto.cumulus.Catalog
-
- newRecordItemCollection(boolean) - Method in class com.canto.cumulus.Catalog
-
Create a new
RecordItemCollection
and optionally fill in all items that are accessible to the current user.
- newRecordPack() - Static method in class com.canto.cumulus.Pack
-
Deprecated.
Creates a new empty record pack.
- newRecordPack() - Static method in class com.canto.cumulus.utils.JPack
-
Creates a new empty record pack.
- newSession() - Static method in class com.canto.cumulus.Cumulus
-
Create a new session to work with the Cumulus Java Classes.
- newStatisticsItemCollection(String, Locale) - Method in class com.canto.cumulus.Server
-
Create a new
ItemCollection
and fill it with the items found by the given query.
- Normal - Static variable in class com.canto.cumulus.Pixmap
-
Value of the normal image quality.
- NoSuchElementException - Exception in com.canto.cumulus.utils
-
Thrown when trying to access an element in a data structure (list, collection, pack, etc) which does not exist.
- NoSuchElementException() - Constructor for exception com.canto.cumulus.utils.NoSuchElementException
-
Constructs a new exception with null
as its detail message.
- NoSuchElementException(String) - Constructor for exception com.canto.cumulus.utils.NoSuchElementException
-
Constructs a new exception with the specified detail message.
- NoSuchElementException(String, Throwable) - Constructor for exception com.canto.cumulus.utils.NoSuchElementException
-
Constructs a new exception with the specified detail message and cause.
- NoSuchElementException(Throwable) - Constructor for exception com.canto.cumulus.utils.NoSuchElementException
-
Constructs a new exception with the specified cause.
- NumberFormat - Class in com.canto.cumulus.utils.formats
-
- NumberFormat(Locale) - Constructor for class com.canto.cumulus.utils.formats.NumberFormat
-