public static enum CatalogingEventObject.CatalogingPurpose extends java.lang.Enum<CatalogingEventObject.CatalogingPurpose>
Enum Constant and Description |
---|
Catalog
This cataloging process was started because the user wanted to "catalog" some assets
|
Checkin
This cataloging process was started because the user wanted to checkin some assets
|
Rollback
This cataloging process was started because the user wanted to rollback an asset to an older version
|
Update
This cataloging process was started because the user wanted to update records in the catalog
|
Modifier and Type | Method and Description |
---|---|
static CatalogingEventObject.CatalogingPurpose |
findPurpose(int catalogingPurposeID) |
static CatalogingEventObject.CatalogingPurpose |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatalogingEventObject.CatalogingPurpose[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatalogingEventObject.CatalogingPurpose Catalog
public static final CatalogingEventObject.CatalogingPurpose Update
public static final CatalogingEventObject.CatalogingPurpose Checkin
public static final CatalogingEventObject.CatalogingPurpose Rollback
public static CatalogingEventObject.CatalogingPurpose[] values()
for (CatalogingEventObject.CatalogingPurpose c : CatalogingEventObject.CatalogingPurpose.values()) System.out.println(c);
public static CatalogingEventObject.CatalogingPurpose 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 static CatalogingEventObject.CatalogingPurpose findPurpose(int catalogingPurposeID)
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.