|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SchedulerTaskID | |
|---|---|
| com.sap.scheduler.api | |
| com.sap.scheduler.runtime | |
| Uses of SchedulerTaskID in com.sap.scheduler.api |
|---|
| Fields in com.sap.scheduler.api declared as SchedulerTaskID | |
|---|---|
SchedulerTaskID |
Scheduler.FireTimeEvent.taskId
The id of the task whose particular expiration is represented by this object. |
| Methods in com.sap.scheduler.api that return SchedulerTaskID | |
|---|---|
SchedulerTaskID[] |
Scheduler.getAllSchedulerTaskIDs()
Obtains all currently scheduled scheduler tasks which are in state active or
hold. |
SchedulerTaskID |
SchedulerTask.getTaskId()
Obtains the id of this scheduler task |
static SchedulerTaskID |
SchedulerTaskID.newID()
Creates a new SchedulerTaskID instance that represent a new guid. |
static SchedulerTaskID |
SchedulerTaskID.parseID(byte[] byteGUID)
Reconstructs a SchedulerTaskID instance from a byte[] representation of a guid. |
static SchedulerTaskID |
SchedulerTaskID.parseID(String stringGUID)
Reconstructs a SchedulerTaskID instance from a string representation. |
| Methods in com.sap.scheduler.api with parameters of type SchedulerTaskID | |
|---|---|
void |
Scheduler.addFilters(SchedulerTaskID id,
Filter[] f)
Adds a filter to the list of filters currently associated to the given task. |
void |
Scheduler.cancelTask(SchedulerTaskID taskId)
Cancels a scheduled task with id specified by the taskId parameter. |
Scheduler.FireTimeEvent[] |
Scheduler.getFireTimes(SchedulerTaskID id,
SchedulerTime startTime,
SchedulerTime endTime)
This method returns the fire times of a SchedulerTask for a
given time interval specified by the startTime, endTime
and the id parameters. |
SchedulerTask |
Scheduler.getTask(SchedulerTaskID id)
Obtains the task with id specified by the id parameter. |
void |
Scheduler.holdTask(SchedulerTaskID taskId)
Holds a scheduled task with id specified by the taskId parameter. |
void |
Scheduler.releaseTask(SchedulerTaskID taskId)
Releases a held task with id specified by the taskId parameter and
set it back to state active. |
void |
Scheduler.removeFilters(SchedulerTaskID id,
Filter[] f)
Removes the given filters from the list of filters associated with the given task. |
void |
Scheduler.setFilters(SchedulerTaskID id,
Filter[] f)
Sets filters for the specified task. |
| Constructors in com.sap.scheduler.api with parameters of type SchedulerTaskID | |
|---|---|
Scheduler.FireTimeEvent(SchedulerTaskID taskId,
SchedulerTime time)
Constructs a new FireTimeEvent instance to represent an
expiration of the given scheduler task at the given time. |
|
Scheduler.FireTimeEvent(SchedulerTaskID taskId,
SchedulerTime time,
boolean filtered)
Constructs a new FireTimeEvent instance to represent an
expiration of the given scheduler task at the given time. |
|
SchedulerTask(SchedulerTaskID taskId,
JobDefinitionID jobDefinitionId,
JobParameter[] jobParameters,
RecurringEntry[] recs,
CronEntry[] crons)
Deprecated. - please use create-method instead Constructs a new |
|
SchedulerTask(SchedulerTaskID taskId,
JobDefinitionID jobDefinitionId,
JobParameter[] jobParameters,
RecurringEntry[] recs,
CronEntry[] crons,
Filter[] filters,
int retentionPeriod)
Deprecated. - please use create-method instead Constrcuts a new |
|
SchedulerTask(SchedulerTaskID taskId,
JobDefinitionID jobDefinitionId,
JobParameter[] jobParameters,
RecurringEntry[] recs,
CronEntry[] crons,
Filter[] filters,
int retentionPeriod,
String name,
String description,
String customData)
Deprecated. - please use create-method instead Constrcuts a new |
|
SchedulerTask(SchedulerTaskID taskId,
JobDefinitionID jobDefinitionId,
JobParameter[] jobParameters,
RecurringEntry[] recs,
CronEntry[] crons,
String name,
String description)
Deprecated. - please use create-method instead Constrcuts a new |
|
SchedulerTask(SchedulerTaskID taskId,
JobDefinitionID jobDefinitionId,
JobParameter[] jobParameters,
RecurringEntry[] recs,
CronEntry[] crons,
String name,
String description,
String customData)
Deprecated. - please use create-method instead Constrcuts a new |
|
TaskDoesNotExistException(SchedulerTaskID id,
com.sap.security.api.IUser user)
|
|
| Uses of SchedulerTaskID in com.sap.scheduler.runtime |
|---|
| Methods in com.sap.scheduler.runtime that return SchedulerTaskID | |
|---|---|
SchedulerTaskID |
JobFilter.getSchedulerTaskId()
|
SchedulerTaskID |
Job.getSchedulerTaskId()
|
| Methods in com.sap.scheduler.runtime with parameters of type SchedulerTaskID | |
|---|---|
void |
JobFilter.setSchedulerTaskId(SchedulerTaskID schedTaskId)
Selects all jobs which were triggered by the specified scheduler task. |
| Constructors in com.sap.scheduler.runtime with parameters of type SchedulerTaskID | |
|---|---|
Job(JobID id,
JobDefinitionID defID,
SchedulerID schedID,
String name,
JobStatus status,
Date startDate,
Date endDate,
Date submitTime,
String node,
short returnCode,
String userID,
JobID parent,
String vendorData,
boolean cancelRequest,
int retentionPeriod,
SchedulerTaskID schedTaskID)
Create a new job object from the parameters provided. |
|
Job(JobID id,
JobDefinitionID defID,
SchedulerID schedID,
String name,
JobStatus status,
Date startDate,
Date endDate,
Date submitTime,
String node,
short returnCode,
String userID,
JobID parent,
String vendorData,
boolean cancelRequest,
int retentionPeriod,
SchedulerTaskID schedTaskID,
long cpuTime,
long memoryAllocation)
Create a new job object from the parameters provided. |
|
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||