Class PublicationLoadedEvent

    • Constructor Detail

      • PublicationLoadedEvent

        public PublicationLoadedEvent​(PublicationDTO publication,
                                      boolean commentable,
                                      boolean ableToStoreContent,
                                      boolean notifiable,
                                      int sharing,
                                      String type,
                                      boolean canImport,
                                      boolean canPublish)
    • Method Detail

      • isCommentable

        public boolean isCommentable()
      • isAbleToStoreContent

        public boolean isAbleToStoreContent()
      • isNotifiable

        public boolean isNotifiable()
      • getType

        public String getType()
      • getSharing

        public int getSharing()
      • isCanImport

        public boolean isCanImport()
      • isCanPublish

        public boolean isCanPublish()