Package com.day.cq.dam.scene7.api.model
Interface Scene7PublishStatus
-
Method Summary
Modifier and TypeMethodDescriptionGet the publish status - possible values areScene7Constants.PV_S7_PUBLISH_COMPLETEandScene7Constants.PV_S7_PUBLISH_INCOMPLETEGet the principal who published the assetGet the publish mode for this assetGet the publish date
-
Method Details
-
getPublishedBy
String getPublishedBy()Get the principal who published the asset- Returns:
- principal representing the user who published the asset
-
getPublishAction
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
Date getPublishTimestamp()Get the publish date- Returns:
java.util.Daterepresenting the publish date
-