Uses of Class
com.orchestranetworks.addon.dama.ext.enumeration.DigitalAssetState
-
Packages that use DigitalAssetState Package Description com.orchestranetworks.addon.dama.ext.bean Provides Entity Beans for working with digital assets.com.orchestranetworks.addon.dama.ext.enumeration Provides enumerations for permissions on assets, asset state, and sorting assets. -
-
Uses of DigitalAssetState in com.orchestranetworks.addon.dama.ext.bean
Methods in com.orchestranetworks.addon.dama.ext.bean that return DigitalAssetState Modifier and Type Method Description DigitalAssetStateDigitalAsset. getState()Returns the digital asset's state.DigitalAssetStateRemoteDigitalAssetSpec. getState()Returns the digital asset's state.Methods in com.orchestranetworks.addon.dama.ext.bean with parameters of type DigitalAssetState Modifier and Type Method Description voidDigitalAsset. setState(DigitalAssetState state)Specifies the digital asset's state.voidRemoteDigitalAssetSpec. setState(DigitalAssetState state)Specifies the digital asset's state. -
Uses of DigitalAssetState in com.orchestranetworks.addon.dama.ext.enumeration
Methods in com.orchestranetworks.addon.dama.ext.enumeration that return DigitalAssetState Modifier and Type Method Description static DigitalAssetStateDigitalAssetState. parse(java.lang.String state)Parses the state.static DigitalAssetStateDigitalAssetState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DigitalAssetState[]DigitalAssetState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-