Package com.day.cq.dam.scene7.api.model
Interface Scene7PublishStatus
-
@ProviderType public interface Scene7PublishStatus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getPublishAction()
Get the publish status - possible values areScene7Constants.PV_S7_PUBLISH_COMPLETE
andScene7Constants.PV_S7_PUBLISH_INCOMPLETE
java.lang.String
getPublishedBy()
Get the principal who published the assetScene7PublishMode
getPublishMode()
Get the publish mode for this assetjava.util.Date
getPublishTimestamp()
Get the publish date
-
-
-
Method Detail
-
getPublishedBy
java.lang.String getPublishedBy()
Get the principal who published the asset- Returns:
- principal representing the user who published the asset
-
getPublishAction
java.lang.String getPublishAction()
Get the publish status - possible values areScene7Constants.PV_S7_PUBLISH_COMPLETE
andScene7Constants.PV_S7_PUBLISH_INCOMPLETE
- Returns:
- scene7FileStatus
-
getPublishMode
Scene7PublishMode getPublishMode()
Get the publish mode for this asset- Returns:
- A
Scene7PublishMode
identifying the publish mode for this asset
-
getPublishTimestamp
java.util.Date getPublishTimestamp()
Get the publish date- Returns:
java.util.Date
representing the publish date
-
-