|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.wvs.common.ui.Scheduler
Field Summary | |
private static String |
errorMessage
|
private static boolean |
SERVER
|
private static String |
SERVER_CLASS
|
Constructor Summary | |
Scheduler()
|
Method Summary | |
static boolean |
createScheduleItem(String name,
String description,
String publish,
boolean immediate,
String startYear,
String startMonth,
String startDay,
String startHour,
String startMinute,
String frequency,
String freqDay,
String freqHour,
String freqMinute,
String invalidDate,
String containerRef)
Creates a schedule entry Supported API: false |
static boolean |
createScheduleItem(String name,
String description,
String publish,
boolean immediate,
String startYear,
String startMonth,
String startDay,
String startHour,
String startMinute,
String frequency,
String freqDay,
String freqHour,
String freqMinute,
String invalidDate,
String containerRef,
boolean listOnly)
Creates a schedule entry Supported API: false |
static boolean |
deleteScheduleItem(String objectReference)
Deletes a schedule entry Supported API: false |
static String |
getContainerName(String containerRef)
|
static String |
getErrorMessage()
Returns error message during server side processing Supported API: false |
static String |
getList(String statusText)
Returns a list of all the Scheduled jobs Supported API: false |
static String |
getList(String statusText,
Locale locale)
|
static String |
getList(String statusText,
String containerRef,
Locale locale)
Returns a list of all the Scheduled jobs Supported API: false |
static String |
getLogFileContents(String objectReference)
get the log file contents for a schedule job Supported API: false |
static String |
getPublishMethods(String containerRef)
retrives the Publish Methods in a form of an HTML SELECT list Supported API: false |
static String |
getQueueName()
Returns the name of the Schedule Queue Supported API: false |
private static void |
setErrorMessage(String message)
Sets the error message Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String SERVER_CLASS
private static final boolean SERVER
private static String errorMessage
Constructor Detail |
public Scheduler()
Method Detail |
public static String getQueueName()
public static String getContainerName(String containerRef)
public static String getLogFileContents(String objectReference)
objectReference
- queue entry
public static String getList(String statusText)
public static String getList(String statusText, Locale locale)
public static String getList(String statusText, String containerRef, Locale locale)
public static boolean createScheduleItem(String name, String description, String publish, boolean immediate, String startYear, String startMonth, String startDay, String startHour, String startMinute, String frequency, String freqDay, String freqHour, String freqMinute, String invalidDate, String containerRef)
name
- The name of the schedule entry to be createddescription
- The description of the schedule entry to be createdpublish
- The type of job to submitimmediate
- true if job is to be submitted immediately (otherewise uses start)startYear
- Year in the form YYYYstartMonth
- Month the form MM start from 01 for JanuarystartDay
- Day the form DDstartHour
- Hour the form DDstartMinute
- Minute the form DDfrequency
- The number of runsfreqDay
- Day frequencyfreqHour
- Hour frequencyfreqMinute
- Minute frequency
public static boolean createScheduleItem(String name, String description, String publish, boolean immediate, String startYear, String startMonth, String startDay, String startHour, String startMinute, String frequency, String freqDay, String freqHour, String freqMinute, String invalidDate, String containerRef, boolean listOnly)
name
- The name of the schedule entry to be createddescription
- The description of the schedule entry to be createdpublish
- The type of job to submitimmediate
- true if job is to be submitted immediately (otherewise uses start)startYear
- Year in the form YYYYstartMonth
- Month the form MM start from 01 for JanuarystartDay
- Day the form DDstartHour
- Hour the form DDstartMinute
- Minute the form DDfrequency
- The number of runsfreqDay
- Day frequencyfreqHour
- Hour frequencyfreqMinute
- Minute frequency
public static boolean deleteScheduleItem(String objectReference)
objectReference
- entry to delete
public static String getPublishMethods(String containerRef)
public static String getErrorMessage()
private static void setErrorMessage(String message)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |