Interface ChannelEvent

All Superinterfaces:
BaseChannelEvent, RuntimeExceptionEvent

public interface ChannelEvent extends BaseChannelEvent
  • Method Details

    • getChannelEventType

      ChannelEvent.ChannelEventType getChannelEventType()
      Return the channel event type.
      Returns:
      the channel event type
    • getUserIds

      List<String> getUserIds()
      Returns:
      unmodifiable list of users whose changes might be published / discarded / changed / affected
    • getRequestContext

      HstRequestContext getRequestContext()
      Returns:
      the HstRequestContext that is used that triggers this this channel event
    • getEditingMount

      Mount getEditingMount()
      Returns:
      the Mount that is being modified during this request
    • getEditingPreviewSite

      HstSite getEditingPreviewSite()
      Returns:
      the preview HstSite that is being modified during this request. Note that in case of PREVIEW_CREATION the returned HstSite is the live site because the preview site was not yet present during the creation of the request context