Package | Description |
---|---|
com.canto.cumulus.utils |
The Cumulus utilities package.
|
Modifier and Type | Method and Description |
---|---|
static MetadataExchange.Format |
MetadataExchange.Format.find(int id) |
static MetadataExchange.Format |
MetadataExchange.Format.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetadataExchange.Format[] |
MetadataExchange.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
MetadataExchange.exportItems(ItemCollection itemCollection,
java.util.List<java.lang.Integer> 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
ItemCollection into the output stream. |
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. |
static void |
MetadataExchange.importItems(java.io.InputStream source,
long sourceLength,
java.lang.String permissionTemplate,
ItemCollection destination,
MetadataExchange.Format format,
MetadataExchange.FieldFilter fieldFilter,
MetadataExchange.ProgressListener progress)
Imports the given stream into new records.
|
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.