@ProviderType
public interface XMPWriteBackOptions
XMPWriteBackOptions
interface defines the options for writing XMP metadata information to a
binary.Modifier and Type | Method and Description |
---|---|
void |
createVersion(boolean createVersion)
Sets the value whether version is to be created for an asset on each writeback
|
java.util.Set<Rendition> |
getRenditions()
Returns the set of renditions of an Asset for which XMP meta writeback has to be done
|
java.lang.String |
getVersionCreator()
XMP Writeback updates
DamConstants.PN_VERSION_CREATOR of the asset as returned
by this API. |
boolean |
isCreateVersion()
Returns whether a version needs to be created or not for an asset on each writeback
|
void |
setRenditions(java.util.Set<Rendition> renditions)
Sets the renditions for which XMP meta writeback has to be done
|
void |
setVersionCreator(java.lang.String userId)
Allows XMP Writeback to update
DamConstants.PN_VERSION_CREATOR of the asset
Applicable only when isCreateVersion returns true |
boolean isCreateVersion()
void createVersion(boolean createVersion)
createVersion
- if true then create versions of the asset on each writebackjava.util.Set<Rendition> getRenditions()
void setRenditions(java.util.Set<Rendition> renditions)
renditions
- asset's renditions for which XMP meta writeback has to be donevoid setVersionCreator(java.lang.String userId)
DamConstants.PN_VERSION_CREATOR
of the asset
Applicable only when isCreateVersion
returns trueuserId
- principal of the user that should be updated as creator of the versionjava.lang.String getVersionCreator()
DamConstants.PN_VERSION_CREATOR
of the asset as returned
by this API. Applicable only when isCreateVersion
returns truesetVersionCreator
Copyright © 2010 - 2020 Adobe. All Rights Reserved