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 WFStatestate- 
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 AlertWorkersWFAction(WFState state) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Set<Member>getRecipientSet(Publication pub)java.lang.StringgetType()voidperform(Publication pub, boolean isReminder, java.lang.String alertName)java.lang.StringtoString()java.lang.StringtoString(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:
 toStringin 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)
 
- 
getRecipientSet
protected java.util.Set<Member> getRecipientSet(Publication pub)
 
 - 
 
 -