Package | Description |
---|---|
com.canto.cumulus.db.dbmirror | |
com.canto.cumulus.db.permissions | |
com.canto.cumulus.db.trigger | |
com.canto.cumulus.prefs |
The Cumulus preferences package for accessing the Cumulus preferences.
|
Modifier and Type | Method and Description |
---|---|
DBMirrorESP |
DBMirrorManager.getMirrorESP(GUID guid)
Returns the mirroring module for the given GUID.
|
GUID[] |
DBMirrorManager.getMirrorsAvailable()
Returns an array of GUIDs for all mirroring modules currently available at the server.
|
Modifier and Type | Method and Description |
---|---|
void |
PermissionManager.applyPermissionTemplate(CategoryItem categoryItem,
PermissionTemplate permissionTemplate)
Applies the given permission template on to the given category.
|
void |
PermissionManager.applyPermissionTemplate(Item item,
PermissionTemplate permissionTemplate)
Applies the given permission template on to the given record.
|
Permissions |
PermissionManager.getPermissions(Item item)
Returns the permissions for the given record item.
|
PermissionsList |
PermissionManager.getPermissionsList(Item item)
Returns a permissions list containing only the permissions for the specified record item.
|
PermissionsList |
PermissionManager.getPermissionsList(ItemCollection itemCollection,
java.util.Set<ItemIdentifier> idList)
Returns a permissions list for a number of records.
|
PermissionsList |
PermissionManager.getPermissionsList(MultiItemCollection multiItemCollection,
java.util.Set<ItemIdentifier> idList)
Returns a permissions list for a number of records.
|
PermissionsList |
PermissionManager.getPermissionsList(java.lang.String tableName,
java.util.Set<ItemIdentifier> idList)
Returns a permissions list for a number of records.
|
void |
PermissionsList.save()
Saves all changes made.
|
void |
Permissions.save()
Saves the current state of permissions for the entity.
|
Modifier and Type | Method and Description |
---|---|
void |
TriggerManager.addCatalogTrigger(Catalog catalog,
Trigger trigger)
Adds the given trigger as a catalog trigger.
|
void |
TriggerManager.addCategoriesTrigger(Catalog catalog,
Trigger trigger)
Adds the given trigger as a trigger for all categories of the specified catalog.
|
void |
TriggerManager.addItemTrigger(Item item,
Trigger trigger)
Adds the given trigger as a trigger for the specified item.
|
void |
TriggerManager.addRecordsTrigger(Catalog catalog,
Trigger trigger)
Adds the given trigger as a trigger for all records of the specified catalog.
|
void |
TriggerManager.addServerTrigger(Trigger trigger)
Adds the given trigger as a server trigger.
|
ActionESP |
TriggerManager.getActionESP(GUID guid)
Returns the trigger action ESP for the given GUID.
|
GUID[] |
TriggerManager.getActionsAvailable(int condition)
Returns an array of GUIDs of available action ESPs supporting the given condition.
|
java.util.Collection<Trigger> |
TriggerManager.getCatalogTriggers(Catalog catalog)
Returns a collection of all existing triggers for the given catalog.
|
java.util.Collection<Trigger> |
TriggerManager.getCategoriesTriggers(Catalog catalog)
Returns a collection of all existing triggers for all categories of the given catalog.
|
java.util.Collection<Trigger> |
TriggerManager.getItemTriggers(Item item)
Returns a collection of all existing triggers for the given item.
|
java.util.Collection<Trigger> |
TriggerManager.getRecordsTriggers(Catalog catalog)
Returns a collection of all existing triggers for all records of the given catalog.
|
java.util.Collection |
TriggerManager.getServerTriggers()
Returns a collection of all existing server triggers.
|
void |
TriggerManager.removeCatalogTrigger(Catalog catalog,
Trigger trigger)
Removes the given trigger as a catalog trigger.
|
void |
TriggerManager.removeCategoriesTrigger(Catalog catalog,
Trigger trigger)
Removes the given trigger as a trigger for all categories of the specified catalog.
|
void |
TriggerManager.removeItemTrigger(Item item,
Trigger trigger)
Removes the given trigger as a trigger for the specified record.
|
void |
TriggerManager.removeRecordsTrigger(Catalog catalog,
Trigger trigger)
Removes the given trigger as a trigger for all records of the specified catalog.
|
void |
TriggerManager.removeServerTrigger(Trigger trigger)
Removes the given trigger as a server trigger.
|
void |
Trigger.save()
Saves this trigger.
|
boolean |
Trigger.validateOwner(boolean writeUserUID)
Returns whether the stored trigger owner is stored as a unique UID.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryConditionVocabulary.checkConfiguration(java.util.Locale locale) |
void |
QueryConditionTimeOnly.checkConfiguration(java.util.Locale locale) |
void |
QueryConditionStringEnum.checkConfiguration(java.util.Locale locale) |
void |
QueryConditionString.checkConfiguration(java.util.Locale locale) |
void |
QueryConditionResolution.checkConfiguration(java.util.Locale locale) |
void |
QueryConditionRating.checkConfiguration(java.util.Locale locale) |
void |
QueryConditionLong.checkConfiguration(java.util.Locale locale) |
void |
QueryConditionLengthInInch.checkConfiguration(java.util.Locale locale) |
void |
QueryConditionLabel.checkConfiguration(java.util.Locale locale) |
void |
QueryConditionInteger.checkConfiguration(java.util.Locale locale) |
void |
QueryConditionDouble.checkConfiguration(java.util.Locale locale) |
void |
QueryConditionDateOnly.checkConfiguration(java.util.Locale locale) |
void |
QueryConditionDate.checkConfiguration(java.util.Locale locale) |
void |
QueryConditionDataSizeLong.checkConfiguration(java.util.Locale locale) |
void |
QueryConditionDataSize.checkConfiguration(java.util.Locale locale) |
void |
QueryConditionCategories.checkConfiguration(java.util.Locale locale)
Checks the current configuration for its validity.
|
void |
QueryConditionBoolean.checkConfiguration(java.util.Locale locale)
Checks the current configuration for its validity.
|
void |
QueryConditionAssetXRef.checkConfiguration(java.util.Locale locale) |
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.