Package com.jalios.jcms
Class AlertAdminsWFAction
- java.lang.Object
-
- com.jalios.jcms.WFAction
-
- com.jalios.jcms.AlertAdminsWFAction
-
public class AlertAdminsWFAction extends WFAction
-
-
Field Summary
-
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, REVISION, 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 AlertAdminsWFAction()
-
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
-
-
-
-
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)
-
-