WebCenter Interaction API  
 

IPTScheduler Members

IPTScheduler overview

Public Instance Methods

public methodAssignJobFolder Assigns an admin folder to an existing Job Server
public methodCreateJobHistoryEntry These methods add an entry into the job history table as well as operations that occur during job processing. The schedule service should generally be the only client to use this. There should be start and stop entries for the job itself and entries for each entry in the job list.
public methodDeleteJobHistory Deletes entries from the history table and any associated log files as well.
public methodGetPage Returns entries comprising the page for the requested page number. The first dimension is returned as columns, page number, line number, and line content. The second dimension contains an element per line of the requested page.
public methodGetScheduledJobs Returns an IPTJobManager interface
public methodKillRunningJob Sends a kill request signal to a running job
public methodLogOperationToJobHistory Logs an operation run during a job.
public methodOpenLogForRead Opens a job log for purposes of reading lines through subsequent calls to GetPage.
public methodOpenLogForSearch Conducts a search against an existing job log. Results are retrieved through an iteration of GetPage calls.
public methodQueryJobAssignmentsByFolder Queries for job servers that are assigned to a job folder.
public methodQueryJobAssignmentsByServer Queries for job folders that are assigned to a job server.
public methodQueryJobHistory This returns a query result with a list of jobid/runtime pairs (as well as other information)
public methodQueryJobsByOperation Query for the jobs a particular operation object is in. Filters on job object security. Returns the job id, name, folder, last runtime, and next runtime PROPIDs in the query result
public methodQueryJobServerStatus Queries the status for a given Job Server
public methodQueryOperationHistoryByJob Query for operation history ran within the specified job at the time requested.
public methodQueryOperationHistoryByObject Query for operation history ran by a specific object or class of objects (ie, crawlers).
public methodQueryServerSchedule Retrieves the list of jobs a server should run and their next runtimes
public methodRegisterJobServer Registers a job processing server machine.
public methodUnassignJobFolder Removes an administrative folder from a Job Server's purview
public methodUnregisterJobServer Removes a Job Server machine from the known list of servers.
public methodUpdateJobHistoryEntry Updates an existing Job History Entry to reflect current status.
public methodUpdateJobServerStatus Updates the status of the given Job Server machine

See Also

IPTScheduler Interface | com.plumtree.server Namespace