Class AlertWorkersWFAction


  • public class AlertWorkersWFAction
    extends WFAction
    • Field Detail

    • Constructor Detail

      • AlertWorkersWFAction

        public AlertWorkersWFAction​(WFState state)
    • Method Detail

      • getType

        public java.lang.String getType()
        Specified by:
        getType in class WFAction
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toString

        public java.lang.String toString​(java.lang.String userLang)
        Specified by:
        toString in class WFAction
      • perform

        public void perform​(Publication pub,
                            boolean isReminder,
                            java.lang.String alertName)
        Specified by:
        perform in class WFAction
      • getRecipientSet

        protected java.util.Set<Member> getRecipientSet​(Publication pub)