Package com.jalios.jcms
Class AlertWorkersWFAction
- java.lang.Object
-
- com.jalios.jcms.WFAction
-
- com.jalios.jcms.AlertWorkersWFAction
-
public class AlertWorkersWFAction extends WFAction
-
-
Field Summary
Fields Modifier and Type Field Description protected WFState
state
-
Fields inherited from class com.jalios.jcms.WFAction
ALERT_DOMAIN, CUSTOM_WORKFLOW_ANY, CUSTOM_WORKFLOW_PREFIX, EVENT_IN, EVENT_OUT, FORM_SUBMISSION_ALERT, FORM_SUBMISSION_FULLNAME_ALERT, repeatTime, STATE_IN_ALERT, STATE_IN_FULLNAME_ALERT, STATE_OUT_ALERT, STATE_OUT_FULLNAME_ALERT, TYPE_ALERT_ADMINS, TYPE_ALERT_AUTHOR, TYPE_ALERT_MANAGER, TYPE_ALERT_WORKERS, WF_ALERT_PUBLICATION
-
-
Constructor Summary
Constructors Constructor Description AlertWorkersWFAction(WFState state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getType()
void
perform(Publication pub, boolean isReminder, java.lang.String alertName)
java.lang.String
toString()
java.lang.String
toString(java.lang.String userLang)
-
Methods inherited from class com.jalios.jcms.WFAction
getInstance, getRepeatTime, sendAlert, sendAlert, setRepeatTime
-
-
-
-
Field Detail
-
state
protected WFState state
-
-
Constructor Detail
-
AlertWorkersWFAction
public AlertWorkersWFAction(WFState state)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
toString
public java.lang.String toString(java.lang.String userLang)
-
perform
public void perform(Publication pub, boolean isReminder, java.lang.String alertName)
-
-