Package | Description |
---|---|
com.canto.cumulus |
The base package of the Cumulus Java Classes.
|
com.canto.cumulus.video.cloud |
Modifier and Type | Method and Description |
---|---|
void |
Item.clearModifiedValue(GUID fieldUID)
Clear the changed value of the given field in this item reverting to the previous value.
|
void |
Item.clearValue(GUID fieldUID)
Clear the value of the given field in this item.
|
AssetReference |
Item.getAssetReferenceValue(GUID fieldUID)
Return the asset reference value for the given field.
|
AssetXRefFieldValue |
Item.getAssetXRefValue(GUID fieldUID)
Return the asset reference value for the given field.
|
byte[] |
Item.getBinaryValue(GUID fieldUID)
Return the binary value for the given field.
|
boolean |
Item.getBooleanValue(GUID fieldUID)
Return the boolean value for the given field.
|
DataSizeFieldValue |
Item.getDataSizeValue(GUID fieldUID)
Return the data size value for the given field.
|
DateOnlyFieldValue |
Item.getDateOnlyValue(GUID fieldUID)
Return the date only value for the given field.
|
java.util.Date |
Item.getDateValue(GUID fieldUID)
Return the date value for the given field.
|
double |
Item.getDoubleValue(GUID fieldUID)
Return the double value for the given field.
|
int |
Item.getIntValue(GUID fieldUID)
Return the integer value for the given field.
|
LabelFieldValue |
Item.getLabelValue(GUID fieldUID)
Return the label value for the given field.
|
LengthInInchFieldValue |
Item.getLengthInInchValue(GUID fieldUID)
Return the length value for the given field.
|
long |
Item.getLongValue(GUID fieldUID)
Return the long value for the given field.
|
Pixmap |
Item.getPictureValue(GUID fieldUID)
Returns the pixmap instance for the specified field of type
FieldTypes.FieldTypePicture . |
RatingFieldValue |
Item.getRatingValue(GUID fieldUID)
Return the rating value for the given field.
|
ResolutionFieldValue |
Item.getResolutionValue(GUID fieldUID)
Return the resolution value for the given field.
|
StringEnumFieldValue |
Item.getStringEnumValue(GUID fieldUID)
Return the string list value for the given field.
|
java.lang.String |
Item.getStringValue(GUID fieldUID)
Return the string value for the given field.
|
java.lang.String |
Item.getStringValue(GUID fieldUID,
int preferredLanguageID)
Return the string value for the given field.
|
ItemCollection |
Item.getTableValue(GUID fieldUID)
Get the contents of a field of type "Table" which is an ItemCollection that contains all items of the sub-table belonging to this item.
|
TimeOnlyFieldValue |
Item.getTimeOnlyValue(GUID fieldUID)
Return the time only value for the given field.
|
UserUIDFieldValue |
Item.getUserUIDValue(GUID fieldUID)
Return the user unique ID value for the given field.
|
VocabularyFieldValue |
Item.getVocabularyValue(GUID fieldUID)
Return the vocabulary value for the given field.
|
void |
Item.setAssetReferenceValue(GUID fieldUID,
AssetReference assetReference)
Modify the value of a asset reference field in this item.
|
void |
Item.setAssetXRefValue(GUID fieldUID,
AssetXRefFieldValue assetXRefValue)
Modify the value of a asset cross references field in this item.
|
void |
Item.setBinaryValue(GUID fieldUID,
byte[] value)
Modify the value of a binary, asset reference, asset cross references, picture, or audio field in this item.
|
void |
Item.setBooleanValue(GUID fieldUID,
boolean value)
Modify the value of a boolean field in this item.
|
void |
Item.setDataSizeValue(GUID fieldUID,
DataSizeFieldValue dataSizeFieldValue)
Modify the value of a data size field in this item.
|
void |
Item.setDateOnlyValue(GUID fieldUID,
DateOnlyFieldValue dateOnlyFieldValue)
Modify the value of a date only field in this item.
|
void |
Item.setDateValue(GUID fieldUID,
java.util.Date date)
Modify the value of a date field in this item.
|
void |
Item.setDoubleValue(GUID fieldUID,
double value)
Modify the value of a double field in this item.
|
void |
Item.setIntValue(GUID fieldUID,
int value)
Modify the value of a integer field in this item.
|
void |
Item.setLabelValue(GUID fieldUID,
LabelFieldValue labelFieldValue)
Modify the value of a label field in this item.
|
void |
Item.setLengthInInchValue(GUID fieldUID,
LengthInInchFieldValue lengthInInchFieldValue)
Modify the value of a length field in this item.
|
void |
Item.setLongValue(GUID fieldUID,
long value)
Modify the value of a long field in this item.
|
void |
Item.setPictureValue(GUID fieldUID,
Pixmap pixmap)
Modify the value of a picture field in this item.
|
void |
Item.setRatingValue(GUID fieldUID,
RatingFieldValue ratingFieldValue)
Modify the value of a rating field in this item.
|
void |
Item.setResolutionValue(GUID fieldUID,
ResolutionFieldValue resolutionFieldValue)
Modify the value of a resolution field in this item.
|
void |
Item.setStringEnumValue(GUID fieldUID,
StringEnumFieldValue stringEnumFieldValue)
Modify the value of a string list field in this item.
|
void |
Item.setStringValue(GUID fieldUID,
java.lang.String value)
Modify the value of a string field in this item.
|
void |
Item.setTimeOnlyValue(GUID fieldUID,
TimeOnlyFieldValue timeOnlyFieldValue)
Modify the value of a time only field in this item.
|
void |
Item.setVocabularyValue(GUID fieldUID,
VocabularyFieldValue vocabularyFieldValue)
Modify the value of a vocabulary field in this item.
|
Modifier and Type | Method and Description |
---|---|
void |
VideoCloudManager.requestPublishing(Item item)
Request a publishing of the video asset in it's video cloud provider.
|
void |
VideoCloudManager.requestRemoving(Item item)
Request to remove the video asset from it's video cloud provider.
|
void |
VideoCloudManager.requestUnpublishing(Item item)
Request to unpublish the video asset in it's video cloud provider.
|
void |
VideoCloudManager.requestUpload(Item item)
Request an upload of the video asset to the given provider.
|
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.