Package | Description |
---|---|
com.canto.cumulus |
The base package of the Cumulus Java Classes.
|
com.canto.cumulus.db.subscriptions | |
com.canto.cumulus.prefs |
The Cumulus preferences package for accessing the Cumulus preferences.
|
Modifier and Type | Method and Description |
---|---|
void |
Item.applyPermissionTemplate(java.lang.String permissionTemplateID)
Sets the permissions stored in the permission template.
|
CategoryItem |
CategoryItem.createCategoryItem(java.lang.String name)
Create a sub-category for this category item with a given name.
|
CategoryItem |
CategoryItem.createCategoryItems(java.lang.String categoryTreePath)
Create category items along the given path and return the bottom-most category item.
|
CategoryItem |
CategoryItem.createDirectoryCategoryItem(int volID,
int dirID,
java.lang.String name)
Create a new category item that represents a Mac OS directory on disk.
|
Item |
RecordItemCollection.createItem()
Create a new RecordItem object.
|
Item |
ItemCollection.createItem()
Create a new item object.
|
Item |
RecordItemCollection.createItem(java.lang.String permissionTemplate)
Create a new RecordItem object.
|
Item |
ItemCollection.createItem(java.lang.String permissionTemplate)
Create a new item object.
|
CategoryItem |
CategoryItem.createPathDirectoryCategoryItem(java.lang.String path,
java.lang.String name)
Create a new category item that represents a Windows directory on disk.
|
RecordItem |
RecordItemCollection.createRecordItem()
Create a new RecordItem object.
|
RecordItem |
RecordItemCollection.createRecordItem(java.lang.String permissionTemplate)
Create a new RecordItem object.
|
CategoryItem |
CategoryItem.createRelatedCategoryItem(CategoryItem original,
java.lang.String name)
Create a related category item for the given original category.
|
Asset |
Asset.createSubAsset(Asset srcAsset)
Creates a sub-asset (for example a file in a folder) from the given asset.
|
Asset |
Asset.createSubAsset(java.lang.String sName,
java.lang.String sFileNameExtension,
java.lang.String sMacFileType,
java.lang.String sMacFileCreator,
java.util.Date creationDate,
java.util.Date modificationDate,
java.io.InputStream dataFork,
java.io.InputStream rsrcFork)
Create an asset (e.g.
|
Asset |
Asset.createSubContainerAsset(java.lang.String name,
java.util.Date creationDate,
java.util.Date modificationDate)
Create a container asset (e.g.
|
CategoryItem |
CategoryItem.createURLDirectoryCategoryItem(java.lang.String URL,
java.lang.String name)
Create a new category item that represents a URL or Unix directory on disk.
|
void |
Asset.deleteAsset()
Deletes the asset itself.
|
void |
Item.deleteItem()
Delete this item in the catalog.
|
void |
CategoryItem.deleteItem()
delete this category item from the catalog.
|
void |
Item.deleteItem(boolean deleteAsset)
Delete this item and optionally also the asset that is referenced by this item.
|
void |
Item.deleteItem(boolean deleteAsset,
boolean deleteContainedItems)
Delete this item and optionally all contained items and optionally also the asset that is referenced by this item.
|
void |
Item.save()
Save this item back to the catalog.
|
void |
Item.save(java.lang.String assetHandlingSet)
Save this item back to the catalog.
|
JPack |
MultiRecordItemCollection.save(java.lang.String collectionSetName,
boolean sharedSet,
CollectionType type)
Save the contents of this collection at the Cumulus server.
|
JPack |
MultiRecordItemCollection.save(java.lang.String collectionSetName,
CollectionType type,
java.util.Date expirationDate)
Save the contents of this collection as a shared collection at the Cumulus server.
|
void |
Server.setSharing(int catalogID,
boolean shared,
boolean publishedToInternet)
Enable or disable sharing this catalog to other users.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionManager.setSessionSubscriptionsDisabled(boolean disableSubscription)
Enables or disables subscription notifications for this session.
|
Modifier and Type | Method and Description |
---|---|
Workflow |
WorkflowList.importSet(JPack data,
SetImportDuplicatesMode duplicatesMode)
Imports the given exported workflow data into a new workflow.
|
SchedulerJob |
SchedulerJobList.importSet(JPack data,
SetImportDuplicatesMode duplicatesMode)
Imports the given exported set data into a new set.
|
RecordViewSet |
RecordViewSetList.importSet(JPack data,
SetImportDuplicatesMode duplicatesMode)
Imports the given exported set data into a new set.
|
RecordFilter |
RecordFilterList.importSet(JPack data,
SetImportDuplicatesMode duplicatesMode)
Imports the given exported set data into a new set.
|
PrintSet |
PrintSetsList.importSet(JPack data,
SetImportDuplicatesMode duplicatesMode)
Imports the given exported set data into a new set.
|
PermissionTemplate |
PermissionTemplatesList.importSet(JPack data,
SetImportDuplicatesMode duplicatesMode)
Imports the given exported set data into a new set.
|
MetadataTemplate |
MetadataTemplatesList.importSet(JPack data,
SetImportDuplicatesMode duplicatesMode)
Imports the given exported set data into a new set.
|
EmailLayout |
EmailLayoutsList.importSet(JPack data,
SetImportDuplicatesMode duplicatesMode)
Imports the given exported email layout data into a new email layout.
|
EmailClass |
EmailClassesList.importSet(JPack data,
SetImportDuplicatesMode duplicatesMode)
Imports the given exported email class data into a new email class.
|
CropTemplate |
CropTemplatesList.importSet(JPack data,
SetImportDuplicatesMode duplicatesMode)
Imports the given exported set data into a new set.
|
CategoryViewSet |
CategoryViewSetList.importSet(JPack data,
SetImportDuplicatesMode duplicatesMode)
Imports the given exported set data into a new set.
|
CatalogTemplate |
CatalogTemplateList.importSet(JPack data,
SetImportDuplicatesMode duplicatesMode)
Imports the given exported set data into a new set.
|
Query |
BaseQueriesList.importSet(JPack data,
SetImportDuplicatesMode duplicatesMode)
Imports the given exported set data into a new set.
|
BackupJob |
BackupJobList.importSet(JPack data,
SetImportDuplicatesMode duplicatesMode)
Imports the given exported set data into a new set.
|
AssetHandlingSet |
AssetHandlingSetList.importSet(JPack data,
SetImportDuplicatesMode duplicatesMode)
Imports the given exported set data into a new set.
|
AssetAction |
AssetActionsList.importSet(JPack data,
SetImportDuplicatesMode duplicatesMode)
Imports the given exported set data into a new set.
|
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.