Package com.day.cq.dam.scene7.api.model
Interface UploadJobDetail
-
@ProviderType public interface UploadJobDetail
TheUploadJobDetail
object is used for storing information related to Scene7 upload jobs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAssetHandle()
String
getAssetName()
String
getAssetType()
List<UploadJobDetailAux>
getAuxDetails()
String
getLogMessage()
String
getLogType()
boolean
isPublished()
-
-
-
Method Detail
-
getLogMessage
String getLogMessage()
- Returns:
- s7 upload detail log message
-
getLogType
String getLogType()
- Returns:
- s7 log type job detail
-
getAssetType
String getAssetType()
- Returns:
- s7 asset type which was the target of this job detail
-
getAssetName
String getAssetName()
- Returns:
- s7 asset name which was the target of this job detail
-
getAssetHandle
String getAssetHandle()
- Returns:
- s7 asset handle which was the target of this job detail
-
getAuxDetails
List<UploadJobDetailAux> getAuxDetails()
- Returns:
- ordered list of s7 aux details
-
isPublished
boolean isPublished()
- Returns:
- publish status of scene7 asset
-
-