|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.ActionForm
com.actuate.activeportal.forms.BaseActionForm
com.actuate.activeportal.forms.JobActionForm
public class JobActionForm
The base form for Job execution and Actuate Query.
Field Summary | |
---|---|
static java.lang.String[] |
recurringDayList
A string array of values valid for recurring day |
java.util.ArrayList |
structureNames
|
Constructor Summary | |
---|---|
JobActionForm()
|
Method Summary | |
---|---|
void |
dbg(java.lang.String s)
|
void |
fixUTF8()
|
java.lang.String |
getDocumentLocation()
Returns the documentLocation. |
java.lang.String |
getDocumentName()
Returns the documentName. |
java.lang.String |
getDocumentOutputLocation()
Returns the documentOutputLocation |
java.lang.String |
getDocumentVersioning()
Returns the documentVersioning. |
java.lang.String |
getDocumentVersionName()
Returns the documentVersionName. |
java.lang.String |
getEndDate()
Returns the endDate. |
java.lang.String |
getExecutableID()
Returns the executableID. |
java.lang.String |
getJobId()
Returns the jobId. |
java.lang.String |
getJobName()
Returns the jobName. |
boolean |
getKeepROIIfFailed()
|
boolean |
getKeepROIIfSucceeded()
|
java.lang.String |
getLoadTab()
Returns the loadTab. |
java.lang.String |
getNotificationAttachment()
|
java.lang.String |
getNotifyString()
|
java.lang.String |
getOnceDate()
Returns the onceDate. |
java.lang.String |
getOnceTime()
Returns the onceTime. |
java.lang.String |
getOutputFormat()
|
boolean |
getOutputFormatSupported()
|
com.actuate.schemas.ParameterValue[] |
getParameters()
|
com.actuate.schemas.ParameterValue |
getParameters(int index)
|
java.lang.String |
getRecurringDay()
Returns the recurringDay. |
java.lang.String |
getRecurringTime()
Returns the recurringTime. |
java.lang.String |
getSaveTab()
Returns the saveTab. |
java.lang.String |
getScheduleType()
Returns the scheduleType. |
java.lang.String |
getStartDate()
Returns the startDate. |
java.util.ArrayList |
getStructureNames()
|
boolean |
getViewInNewWindow()
Returns a boolean indicating whether the output should be shown in the same window or a new window |
boolean |
isAllowChangingPriority()
|
boolean |
isDocumentSave()
Returns the documentSave. |
boolean |
isNotificationListSupported()
|
boolean |
isNotificationSupported()
|
boolean |
isNotify()
|
boolean |
isUseEndDateTime()
Returns the useEndDateTime. |
boolean |
isUseStartDateTime()
Returns the useStartDateTime. |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
|
void |
setAllowChangingPriority(boolean b)
|
void |
setDocumentLocation(java.lang.String documentLocation)
Sets the documentLocation. |
void |
setDocumentName(java.lang.String documentName)
Sets the documentName. |
void |
setDocumentOutputLocation(java.lang.String documentOutputLocation)
Sets the documentOutputLocation. |
void |
setDocumentSave(boolean documentSave)
Sets the documentSave. |
void |
setDocumentVersioning(java.lang.String documentVersioning)
Sets the documentVersioning. |
void |
setDocumentVersionName(java.lang.String documentVersionName)
Sets the documentVersionName. |
void |
setEndDate(java.lang.String endDate)
Sets the endDate. |
void |
setExecutableID(java.lang.String executableID)
Sets the executableID. |
void |
setJobId(java.lang.String jobId)
Sets the jobId. |
void |
setJobName(java.lang.String jobName)
Sets the jobName. |
void |
setKeepROIIfFailed(boolean b)
|
void |
setKeepROIIfSucceeded(boolean b)
|
void |
setLoadTab(java.lang.String loadTab)
Sets the loadTab. |
void |
setNotificationAttachment(java.lang.String string)
|
void |
setNotificationListSupported(boolean b)
|
void |
setNotificationSupported(boolean b)
|
void |
setNotify(boolean b)
|
void |
setNotifyString(java.lang.String _notify)
|
void |
setOnceDate(java.lang.String onceDate)
Sets the onceDate. |
void |
setOnceTime(java.lang.String onceTime)
Sets the onceTime. |
void |
setOutputFormat(java.lang.String value)
|
void |
setOutputFormatSupported(boolean b)
|
void |
setParameters(int index,
com.actuate.schemas.ParameterValue parameterValue)
|
void |
setParameters(com.actuate.schemas.ParameterValue[] parameterValues)
|
void |
setRecurringDay(java.lang.String recurringDay)
Sets the recurringDay. |
void |
setRecurringTime(java.lang.String recurringTime)
Sets the recurringTime. |
void |
setSaveTab(java.lang.String saveTab)
Sets the saveTab. |
void |
setScheduleType(java.lang.String scheduleType)
Sets the scheduleType. |
void |
setStartDate(java.lang.String startDate)
Sets the startDate. |
void |
setStructureNames(java.util.ArrayList list)
|
void |
setUseEndDateTime(boolean useEndDateTime)
Sets the useEndDateTime. |
void |
setUseStartDateTime(boolean useStartDateTime)
Sets the useStartDateTime. |
void |
setViewInNewWindow(boolean bNewWindow)
|
Methods inherited from class com.actuate.activeportal.forms.BaseActionForm |
---|
isPostback, setPostback |
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.ArrayList structureNames
public static final java.lang.String[] recurringDayList
Constructor Detail |
---|
public JobActionForm()
Method Detail |
---|
public void fixUTF8()
fixUTF8
in class BaseActionForm
public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
reset
in class org.apache.struts.action.ActionForm
public void dbg(java.lang.String s)
public java.lang.String getLoadTab()
public java.lang.String getSaveTab()
public void setLoadTab(java.lang.String loadTab)
loadTab
- The loadTab to setpublic void setSaveTab(java.lang.String saveTab)
saveTab
- The saveTab to setpublic com.actuate.schemas.ParameterValue[] getParameters()
public com.actuate.schemas.ParameterValue getParameters(int index)
public void setParameters(com.actuate.schemas.ParameterValue[] parameterValues)
public void setParameters(int index, com.actuate.schemas.ParameterValue parameterValue)
public java.lang.String getEndDate()
public java.lang.String getJobName()
public java.lang.String getOnceDate()
public java.lang.String getOnceTime()
public java.lang.String getRecurringDay()
public java.lang.String getRecurringTime()
public java.lang.String getScheduleType()
public java.lang.String getStartDate()
public boolean isUseEndDateTime()
public boolean isUseStartDateTime()
public void setEndDate(java.lang.String endDate)
endDate
- The endDate to setpublic void setExecutableID(java.lang.String executableID)
executableID
- The executableID to setpublic java.lang.String getExecutableID()
public void setJobName(java.lang.String jobName)
jobName
- The jobName to setpublic void setOnceDate(java.lang.String onceDate)
onceDate
- The onceDate to setpublic void setOnceTime(java.lang.String onceTime)
onceTime
- The onceTime to setpublic void setRecurringDay(java.lang.String recurringDay)
recurringDay
- The recurringDay to setpublic void setRecurringTime(java.lang.String recurringTime)
recurringTime
- The recurringTime to setpublic void setScheduleType(java.lang.String scheduleType)
scheduleType
- The scheduleType to setpublic void setStartDate(java.lang.String startDate)
startDate
- The startDate to setpublic void setUseEndDateTime(boolean useEndDateTime)
useEndDateTime
- The useEndDateTime to setpublic void setUseStartDateTime(boolean useStartDateTime)
useStartDateTime
- The useStartDateTime to setpublic java.lang.String getJobId()
public void setJobId(java.lang.String jobId)
jobId
- The jobId to setpublic void setViewInNewWindow(boolean bNewWindow)
bNewWindow
- Set this to false if you wish the to view the output in the same window.public boolean getViewInNewWindow()
public java.lang.String getDocumentLocation()
public java.lang.String getDocumentName()
public boolean isDocumentSave()
public java.lang.String getDocumentVersioning()
public java.lang.String getDocumentVersionName()
public void setDocumentLocation(java.lang.String documentLocation)
documentLocation
- The documentLocation to setpublic void setDocumentName(java.lang.String documentName)
documentName
- The documentName to setpublic void setDocumentSave(boolean documentSave)
documentSave
- The documentSave to setpublic void setDocumentVersioning(java.lang.String documentVersioning)
documentVersioning
- The documentVersioning to setpublic void setDocumentVersionName(java.lang.String documentVersionName)
documentVersionName
- The documentVersionName to setpublic java.lang.String getDocumentOutputLocation()
public void setDocumentOutputLocation(java.lang.String documentOutputLocation)
documentOutputLocation
- The documentOutputLocation to setpublic final java.util.ArrayList getStructureNames()
public final void setStructureNames(java.util.ArrayList list)
list
- public java.lang.String getNotificationAttachment()
public boolean isNotify()
public void setNotificationAttachment(java.lang.String string)
string
- public void setNotify(boolean b)
b
- public java.lang.String getNotifyString()
public void setNotifyString(java.lang.String _notify)
public boolean isNotificationSupported()
public void setNotificationSupported(boolean b)
b
- public boolean isNotificationListSupported()
public void setNotificationListSupported(boolean b)
b
- public void setOutputFormatSupported(boolean b)
b
- public boolean getOutputFormatSupported()
public void setOutputFormat(java.lang.String value)
value
- public java.lang.String getOutputFormat()
public void setKeepROIIfSucceeded(boolean b)
b
- public boolean getKeepROIIfSucceeded()
public void setKeepROIIfFailed(boolean b)
b
- public boolean getKeepROIIfFailed()
public boolean isAllowChangingPriority()
public void setAllowChangingPriority(boolean b)
b
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |