Class PublicationFollower

    • Field Detail

      • PUBLICATION_ID_FIELD

        public static final java.lang.String PUBLICATION_ID_FIELD
        See Also:
        Constant Field Values
      • CTXT_NOTIFY

        public static final java.lang.String CTXT_NOTIFY
        Constant to add in the context map when performing a CRUD operation on a Publication in order to enable or disable alert sending on publication followers.
        See Also:
        Constant Field Values
      • CTXT_FOLLOW

        public static final java.lang.String CTXT_FOLLOW
        Constant to add in the context map when performing a create operation on a Publication in order to enable or disable the creation of a PublicationFollower
        See Also:
        Constant Field Values
      • pubId

        protected transient java.lang.String pubId
      • channel

        protected Channel channel
    • Constructor Detail

      • PublicationFollower

        public PublicationFollower()
    • Method Detail

      • setPublication

        public void setPublication​(Publication v)
      • getPublicationId

        public java.lang.String getPublicationId()
      • setPublicationId

        public void setPublicationId​(java.lang.String v)