public class PeriodicalProcessAction extends DefaultAction
| Modifier and Type | Field and Description |
|---|---|
protected String |
cronExpression |
protected nl.b3p.datastorelinker.entity.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() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.Resolution |
cancelExecutePeriodically() |
void |
cancelExecutePeriodicallyImpl(Long processId,
javax.servlet.ServletContext servletContext) |
protected String |
createCronExpression() |
protected void |
decodeCronExpression(String cronExpressionToDecode) |
net.sourceforge.stripes.action.Resolution |
executePeriodically() |
net.sourceforge.stripes.action.Resolution |
executePeriodicallyComplete() |
net.sourceforge.stripes.action.Resolution |
executePeriodicallyCompleteAdvanced() |
String |
getCronExpression() |
nl.b3p.datastorelinker.entity.Schedule.Type |
getCronType() |
Date |
getFromDate() |
Integer |
getOnDayOfTheMonth() |
Integer |
getOnDayOfTheWeek() |
Integer |
getOnMinute() |
Integer |
getOnMonth() |
String |
getOnTime() |
Long |
getSelectedProcessId() |
protected int[] |
parseTime() |
void |
setCronExpression(String cronExpression) |
void |
setCronType(nl.b3p.datastorelinker.entity.Schedule.Type cronType) |
void |
setFromDate(Date fromDate) |
void |
setOnDayOfTheMonth(Integer onDayOfTheMonth) |
void |
setOnDayOfTheWeek(Integer onDayOfTheWeek) |
void |
setOnMinute(Integer onMinute) |
void |
setOnMonth(Integer onMonth) |
void |
setOnTime(String onTime) |
void |
setSelectedProcessId(Long selectedProcessId) |
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 nl.b3p.datastorelinker.entity.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 nl.b3p.datastorelinker.entity.Schedule.Type getCronType()
public void setCronType(nl.b3p.datastorelinker.entity.Schedule.Type cronType)
Copyright © 2018 B3Partners B.V.. All rights reserved.