public class PeriodicalProcessAction extends DefaultAction
| Modifier and Type | Field and Description |
|---|---|
protected String |
cronExpression |
protected Schedule.Type |
cronType |
protected static int |
DAY_OF_MONTH |
protected static int |
DAY_OF_WEEK |
protected static String |
EXECUTE_PERIODICALLY_JSP |
protected Date |
fromDate |
protected static int |
HOURS |
protected static String |
LIST_JSP |
protected static int |
MINUTES |
protected static int |
MONTH |
protected Integer |
onDayOfTheMonth |
protected Integer |
onDayOfTheWeek |
protected Integer |
onMinute |
protected Integer |
onMonth |
protected String |
onTime |
protected static int |
PARSE_HOURS |
protected static int |
PARSE_MINUTES |
protected static int |
SECONDS |
protected Long |
selectedProcessId |
protected static int |
YEAR |
| Constructor and Description |
|---|
PeriodicalProcessAction() |
getContext, getUploadPath, getUserId, getUserOrganiztionId, isUserAdmin, setContextprotected static final String EXECUTE_PERIODICALLY_JSP
protected static final String LIST_JSP
protected static final int SECONDS
protected static final int MINUTES
protected static final int HOURS
protected static final int DAY_OF_MONTH
protected static final int MONTH
protected static final int DAY_OF_WEEK
protected static final int YEAR
protected static final int PARSE_HOURS
protected static final int PARSE_MINUTES
protected Long selectedProcessId
protected Schedule.Type cronType
protected Date fromDate
protected Integer onMinute
protected String onTime
protected Integer onDayOfTheWeek
protected Integer onDayOfTheMonth
protected Integer onMonth
protected String cronExpression
public net.sourceforge.stripes.action.Resolution executePeriodically()
public net.sourceforge.stripes.action.Resolution executePeriodicallyComplete()
public net.sourceforge.stripes.action.Resolution cancelExecutePeriodically()
public void cancelExecutePeriodicallyImpl(Long processId, javax.servlet.ServletContext servletContext)
protected void decodeCronExpression(String cronExpressionToDecode)
protected String createCronExpression()
protected int[] parseTime()
public net.sourceforge.stripes.action.Resolution executePeriodicallyCompleteAdvanced()
public String getCronExpression()
public void setCronExpression(String cronExpression)
public Integer getOnDayOfTheMonth()
public void setOnDayOfTheMonth(Integer onDayOfTheMonth)
public Integer getOnDayOfTheWeek()
public void setOnDayOfTheWeek(Integer onDayOfTheWeek)
public Integer getOnMinute()
public void setOnMinute(Integer onMinute)
public Integer getOnMonth()
public void setOnMonth(Integer onMonth)
public String getOnTime()
public void setOnTime(String onTime)
public Long getSelectedProcessId()
public void setSelectedProcessId(Long selectedProcessId)
public Date getFromDate()
public void setFromDate(Date fromDate)
public Schedule.Type getCronType()
public void setCronType(Schedule.Type cronType)
Copyright © 2020 B3Partners B.V.. All rights reserved.