public enum AssetUsage extends java.lang.Enum<AssetUsage>
Item.logUsage(AssetUsage, String)
Enum Constant and Description |
---|
CHECKIN
Asset has been checked in.
|
CHECKOUT
Asset has been checked out.
|
COLLECT_FOR_CD
Asset has been collected for CD.
|
COMMENTED
A comment on an asset was added, modified or deleted.
|
CONVERT
Asset has been converted.
|
COPY_TO
Asset has been copied.
|
COPY_TO_BACKUP
Asset was copied to a backup.
|
CREATE_SLIDE_SHOW
Asset has been used for a slideshow.
|
CREATE_WEB_ALBUM
Asset has been used for a web album.
|
DOWNLOAD
Asset has been downloaded.
|
EDIT_WITH_APPLICATION
The Edit with Application function has been called on the Asset.
|
MAIL_TO
Asset has been mailed.
|
MOVE_TO
Asset has been moved.
|
MOVE_TO_ARCHIVE
Asset was moved to an archive.
|
PERFORM_ACTION
Asset was processed using an asset action.
|
PREVIEW
Asset has been previewed.
|
PRINT_USING_PRINT_SET
Asset has been printed using a print set.
|
PRINT_WITH_APPLICATION
The Print with Application function has been called on the Asset.
|
PUBLISH_IN_VIDEO_CLOUD
Asset was requested to publish in Video Cloud.
|
REMOVE_FROM_VIDEO_CLOUD
Asset was requested to remove from Video Cloud.
|
RESTORE_FROM_ARCHIVE
Asset was restored from an archive.
|
RESTORE_FROM_BACKUP
Asset was restored from a backup.
|
SHOW_LOCATION
Asset has been located using the Show Location function.
|
SHOW_ORIGINAL
Asset was sent as Original for the Show Original functionality.
|
TRANSFORM_ORIGINAL
Asset has been rotated with the Transform Original JPEG function.
|
UNDO_CHECKOUT
Checkout state of an Asset has been cleared.
|
UNPUBLISH_IN_VIDEO_CLOUD
Asset was requested to unpublish in Video Cloud.
|
UPDATE
Asset record was updated from asset.
|
UPDATE_ASSET_REFERENCE
Asset reference was updated for record.
|
UPLOAD_TO_VIDEO_CLOUD
Asset was requested to upload to Video Cloud.
|
WRITE_METADATA_TO_ASSET
Metadata has been written to the Asset.
|
Modifier and Type | Method and Description |
---|---|
static AssetUsage |
findAssetUsage(int id)
Finds the usage for the given id.
|
int |
getUsageID()
Returns the id of this usage.
|
java.lang.String |
toString() |
static AssetUsage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AssetUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetUsage PREVIEW
public static final AssetUsage COPY_TO
public static final AssetUsage MOVE_TO
public static final AssetUsage MAIL_TO
public static final AssetUsage PERFORM_ACTION
public static final AssetUsage CONVERT
public static final AssetUsage CREATE_SLIDE_SHOW
public static final AssetUsage CREATE_WEB_ALBUM
public static final AssetUsage CHECKOUT
public static final AssetUsage CHECKIN
public static final AssetUsage UNDO_CHECKOUT
public static final AssetUsage TRANSFORM_ORIGINAL
public static final AssetUsage SHOW_LOCATION
public static final AssetUsage WRITE_METADATA_TO_ASSET
public static final AssetUsage EDIT_WITH_APPLICATION
public static final AssetUsage PRINT_WITH_APPLICATION
public static final AssetUsage PRINT_USING_PRINT_SET
public static final AssetUsage DOWNLOAD
public static final AssetUsage COLLECT_FOR_CD
public static final AssetUsage SHOW_ORIGINAL
public static final AssetUsage UPDATE
public static final AssetUsage UPDATE_ASSET_REFERENCE
public static final AssetUsage COPY_TO_BACKUP
public static final AssetUsage RESTORE_FROM_BACKUP
public static final AssetUsage MOVE_TO_ARCHIVE
public static final AssetUsage RESTORE_FROM_ARCHIVE
public static final AssetUsage COMMENTED
public static final AssetUsage UPLOAD_TO_VIDEO_CLOUD
public static final AssetUsage PUBLISH_IN_VIDEO_CLOUD
public static final AssetUsage UNPUBLISH_IN_VIDEO_CLOUD
public static final AssetUsage REMOVE_FROM_VIDEO_CLOUD
public static AssetUsage[] values()
for (AssetUsage c : AssetUsage.values()) System.out.println(c);
public static AssetUsage valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getUsageID()
findAssetUsage(int)
public static AssetUsage findAssetUsage(int id)
id
- id for the usage to findgetUsageID()
public java.lang.String toString()
toString
in class java.lang.Enum<AssetUsage>
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.