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.StringgetPublishAction()Get the publish status - possible values areScene7Constants.PV_S7_PUBLISH_COMPLETEandScene7Constants.PV_S7_PUBLISH_INCOMPLETEjava.lang.StringgetPublishedBy()Get the principal who published the assetScene7PublishModegetPublishMode()Get the publish mode for this assetjava.util.DategetPublishTimestamp()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_COMPLETEandScene7Constants.PV_S7_PUBLISH_INCOMPLETE- Returns:
- scene7FileStatus
-
getPublishMode
Scene7PublishMode getPublishMode()
Get the publish mode for this asset- Returns:
- A
Scene7PublishModeidentifying the publish mode for this asset
-
getPublishTimestamp
java.util.Date getPublishTimestamp()
Get the publish date- Returns:
java.util.Daterepresenting the publish date
-
-