Package | Description |
---|---|
com.streamscape.sdo.utils | |
com.streamscape.sef.scheduler |
Modifier and Type | Method and Description |
---|---|
void |
MetasetInstance.setValue(java.lang.String key,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
void |
Scheduler.abortTask(java.lang.String listName,
java.lang.String taskName)
Tries to abort the execution of the specified task.
|
void |
Scheduler.abortTaskList(java.lang.String listName)
Tries to abort the execution of the specified task list.
|
ActionTask |
TaskList.addActionTask(java.lang.String taskName) |
ActionTask |
TaskList.addActionTask(java.lang.String taskName,
ActionTask source) |
ActionTask |
TaskList.addActionTask(java.lang.String taskName,
java.lang.String script) |
ActionTask |
TaskList.addActionTask(java.lang.String taskName,
java.lang.String sourceListName,
java.lang.String sourceTaskName) |
EventTask |
TaskList.addEventTask(java.lang.String taskName) |
EventTask |
TaskList.addEventTask(java.lang.String taskName,
EventTask source) |
EventTask |
TaskList.addEventTask(java.lang.String taskName,
java.lang.String sourceListName,
java.lang.String sourceTaskName) |
ExceptionTask |
TaskList.addExceptionTask(java.lang.String taskName,
ExceptionTask source) |
ExceptionTask |
TaskList.addExceptionTask(java.lang.String taskName,
java.lang.String script) |
ExceptionTask |
TaskList.addExceptionTask(java.lang.String taskName,
java.lang.String sourceListName,
java.lang.String sourceTaskName) |
Rule |
RuleSet.addRule(java.lang.String ruleName,
java.lang.String description,
java.lang.String condition,
java.lang.String execTaskName) |
RuleSet |
TaskList.addRuleSet(java.lang.String name,
java.lang.String description,
java.lang.String taskName) |
void |
ExecutableObject.addTag(java.lang.String tag)
Adds the specified tag.
|
void |
ExceptionTask.addTag(java.lang.String tag) |
void |
AbstractExecutableObject.addTag(java.lang.String tag) |
void |
Scheduler.addTemplate(TemplateType type,
java.lang.String name,
java.lang.String value)
Adds a new template with the specified parameters.
|
void |
Scheduler.addTimeWindow(TimeWindow window)
Adds the specified time window.
|
TaskList.ExecNode |
TaskList.buildExecutionTree() |
void |
ExecutableObject.clearProperties()
Removes all properties.
|
void |
ExceptionTask.clearProperties() |
void |
AbstractExecutableObject.clearProperties() |
void |
ExecutableObject.clearTags()
Removes all tags.
|
void |
ExceptionTask.clearTags() |
void |
AbstractExecutableObject.clearTags() |
void |
TaskList.complete() |
void |
TaskList.complete(java.lang.String eventKey,
java.lang.String correlationId) |
void |
Scheduler.completeTask(java.lang.String listName,
java.lang.String taskName)
Completes the execution of the specified task by raising a Completion Event (
[event.Scheduler.Completion] ). |
void |
Scheduler.completeTask(java.lang.String listName,
java.lang.String taskName,
java.util.Map facets)
Completes the execution of the specified task by raising a Completion Event (
[event.Scheduler.Completion] ). |
void |
Scheduler.completeTask(java.lang.String nodeName,
java.lang.String listName,
java.lang.String taskName,
java.util.Map facets)
Completes the execution of the specified task in the specified node by raising a Completion Event (
[event.Scheduler.Completion] ). |
void |
Scheduler.completeTaskList(java.lang.String listName)
Completes the execution of the specified task list by raising a Completion Event (
[event.Scheduler.Completion] ). |
void |
Scheduler.completeTaskList(java.lang.String listName,
java.util.Map facets)
Completes the execution of the specified task list by raising a Completion Event (
[event.Scheduler.Completion] ). |
void |
Scheduler.completeTaskList(java.lang.String nodeName,
java.lang.String listName,
java.util.Map facets)
Completes the execution of the specified task list in the specified node by raising a Completion Event (
[event.Scheduler.Completion] ). |
ScheduledJob |
Scheduler.createJob(java.lang.String name,
ScheduledJob source) |
Metaset |
Scheduler.createMetaset(java.lang.String name,
java.lang.String description,
java.util.Map values,
boolean isStatic)
Creates a new Metaset with the specified parameters.
|
RepeatingJob |
Scheduler.createRepeatingJob(java.lang.String name)
Creates a new Repeating Job with the specified name.
|
RepeatingJob |
Scheduler.createRepeatingJob(java.lang.String name,
RepeatingJob source) |
RepeatingJob |
Scheduler.createRepeatingJob(java.lang.String name,
java.lang.String sourceName)
Creates a new Repeating Job based on the specified source job.
|
SingleJob |
Scheduler.createSingleJob(java.lang.String name)
Creates a new Single Job with the specified name.
|
SingleJob |
Scheduler.createSingleJob(java.lang.String name,
SingleJob source) |
SingleJob |
Scheduler.createSingleJob(java.lang.String name,
java.lang.String sourceName)
Creates a new Single Job based on the specified source job.
|
TaskList |
Scheduler.createTaskList(java.lang.String name)
Creates a new Task List with the specified name.
|
TaskList |
Scheduler.createTaskList(java.lang.String name,
java.lang.String sourceName)
Creates a new Task List based on the specified source list.
|
TaskList |
Scheduler.createTaskList(java.lang.String name,
TaskList source)
Creates a new Task List based on the specified source list.
|
TaskList |
Scheduler.createTaskList(java.lang.String name,
TaskList source,
boolean asModel)
Creates a new Task List based on the specified source list.
|
EventTaskTrigger |
Scheduler.createTrigger(java.lang.String name)
Creates a new Event Task Trigger.
|
EventTaskTrigger |
Scheduler.createTrigger(java.lang.String name,
java.lang.String sourceName)
Creates a new Event Task Trigger based on the specified source trigger.
|
void |
TaskList.deleteTask(java.lang.String taskName) |
RowSet |
TaskList.describeExec(java.lang.String whereClause) |
void |
Scheduler.disableJob(java.lang.String name)
Disables the specified job, cancelling the execution schedule.
|
void |
TaskList.disableResumptionOn(TaskState state)
Invokes the method
Task.disableResumptionOn(TaskState) for each task of the task list. |
void |
Task.disableResumptionOn(TaskState state)
Deselects the specified state as a 'resuming' state, disallowing to start execution of a next task
if the current task was not completed properly and moved to this 'bad' state.
|
void |
ExecutableObject.disableResumptionOn(TaskState state) |
void |
ExceptionTask.disableResumptionOn(TaskState state) |
void |
AbstractExecutableObject.disableResumptionOn(TaskState state) |
void |
TaskList.disableResumptionTotally()
Invokes the method
Task.disableResumptionTotally() for each task of the task list. |
void |
Task.disableResumptionTotally()
Deselects any supported task state as a 'resuming' state, disallowing to start execution of a next task
if the current task was not completed properly and moved to this 'bad' state.
|
void |
ExecutableObject.disableResumptionTotally() |
void |
ExceptionTask.disableResumptionTotally() |
void |
AbstractExecutableObject.disableResumptionTotally() |
void |
Scheduler.disableTaskList(java.lang.String name)
Disables the specified task list, allowing to modify it.
|
void |
Scheduler.dropJob(java.lang.String name)
Drops a job with the specified name.
|
void |
Scheduler.dropMetaset(java.lang.String name)
Drops a Metaset with the specified name.
|
void |
Scheduler.dropTaskList(java.lang.String name)
Drops a task list with the specified name.
|
void |
Scheduler.dropTrigger(java.lang.String name)
Drops an Event Task Trigger with the specified name.
|
void |
EventTaskTrigger.enable()
Enables the trigger.
|
void |
Scheduler.enableJob(java.lang.String name)
Enables the specified job, allowing it to schedule for execution.
|
void |
TaskList.enableResumptionOn(TaskState state)
Invokes the method
Task.enableResumptionOn(TaskState) for each task of the task list. |
void |
Task.enableResumptionOn(TaskState state)
Marks the specified state as a 'resuming' state, allowing to start execution of a next task
even if the current task was not completed properly and moved to this 'bad' state.
|
void |
ExecutableObject.enableResumptionOn(TaskState state) |
void |
ExceptionTask.enableResumptionOn(TaskState state) |
void |
AbstractExecutableObject.enableResumptionOn(TaskState state) |
void |
TaskList.enableResumptionTotally()
Invokes the method
Task.enableResumptionTotally() for each task of the task list. |
void |
Task.enableResumptionTotally()
Marks each supported task state as a 'resuming' state, allowing to start execution of a next task
even if the current task was not completed properly and moved to this 'bad' state.
|
void |
ExecutableObject.enableResumptionTotally() |
void |
ExceptionTask.enableResumptionTotally() |
void |
AbstractExecutableObject.enableResumptionTotally() |
void |
Scheduler.enableTaskList(java.lang.String name)
Enables the specified task list, allowing to execute it.
|
TaskListState |
Scheduler.executeTask(java.lang.String listName,
java.lang.String taskName)
Directly executes the specified task of the specified task list.
|
TaskListState |
Scheduler.executeTask(java.lang.String listName,
java.lang.String taskName,
Metaset metaset)
Directly executes the specified task of the specified task list.
|
TaskListState |
Scheduler.executeTask(java.lang.String listName,
java.lang.String taskName,
Metaset metaset,
java.util.Date untilTime)
Directly executes the specified task of the specified task list.
|
TaskListState |
Scheduler.executeTask(java.lang.String listName,
java.lang.String taskName,
Metaset metaset,
ExecutionListener listener,
java.util.Date untilTime)
Directly executes the specified task of the specified task list, using the specified listener to monitor the execution state.
|
TaskListState |
Scheduler.executeTaskList(java.lang.String name)
Directly executes the specified task list.
|
TaskListState |
Scheduler.executeTaskList(java.lang.String name,
Metaset metaset)
Directly executes the specified task list.
|
TaskListState |
Scheduler.executeTaskList(java.lang.String name,
Metaset metaset,
java.util.Date untilTime)
Directly executes the specified task list.
|
TaskListState |
Scheduler.executeTaskList(java.lang.String name,
Metaset metaset,
ExecutionListener listener,
java.util.Date untilTime)
Directly executes the specified task list, using the specified listener to monitor the execution state.
|
void |
Scheduler.expireTask(java.lang.String listName,
java.lang.String taskName)
Expires the execution of the specified task by raising a Completion Event (
[event.Scheduler.Completion] )
with the isExpired parameter set to true . |
void |
Scheduler.expireTask(java.lang.String nodeName,
java.lang.String listName,
java.lang.String taskName)
Expires the execution of the specified task in the specified node by raising a Completion Event (
[event.Scheduler.Completion] )
with the isExpired parameter set to true . |
void |
Scheduler.expireTaskList(java.lang.String listName)
Expires the execution of the specified task list by raising a Completion Event (
[event.Scheduler.Completion] )
with the isExpired parameter set to true . |
void |
Scheduler.expireTaskList(java.lang.String nodeName,
java.lang.String listName)
Expires the execution of the specified task list in the specified node by raising a Completion Event (
[event.Scheduler.Completion] )
with the isExpired parameter set to true . |
void |
TaskList.fail() |
void |
TaskList.fail(java.lang.String eventKey,
java.lang.String correlationId) |
void |
Scheduler.failTask(java.lang.String listName,
java.lang.String taskName)
Fails the execution of the specified task by raising a Completion Event (
[event.Scheduler.Completion] )
with the isFailed parameter set to true . |
void |
Scheduler.failTask(java.lang.String nodeName,
java.lang.String listName,
java.lang.String taskName)
Fails the execution of the specified task in the specified node by raising a Completion Event (
[event.Scheduler.Completion] )
with the isFailed parameter set to true . |
void |
Scheduler.failTaskList(java.lang.String listName)
Fails the execution of the specified task list by raising a Completion Event (
[event.Scheduler.Completion] )
with the isFailed parameter set to true . |
void |
Scheduler.failTaskList(java.lang.String nodeName,
java.lang.String listName)
Fails the execution of the specified task list in the specified node by raising a Completion Event (
[event.Scheduler.Completion] )
with the isFailed parameter set to true . |
java.util.List |
TaskList.getAllExecChains() |
java.util.Map |
Scheduler.getAllExecutions(java.util.Date fromTime,
java.util.Date toTime)
Returns a list of executions of all task lists performed within the specified time window (including the boundaries).
|
java.util.Map |
Scheduler.getAllExecutions(java.util.Date fromTime,
java.util.Date toTime,
boolean orderByAsc)
Returns a list of executions of all task lists performed within the specified time window (including the boundaries).
|
java.util.Map |
Scheduler.getAllExecutions(java.util.Date fromTime,
java.util.Date toTime,
java.lang.String condition)
Returns a list of executions of all task lists performed within the specified time window (including the boundaries).
|
java.util.Map |
Scheduler.getAllExecutions(java.lang.String condition)
Returns a list of executions of all task lists.
|
java.lang.String |
EventTaskTrigger.getEventSelector()
Returns an event selector that is used by the trigger to filter incoming events.
|
TaskListExecution |
TaskList.getExecution(java.lang.String eid) |
TaskListExecution |
Scheduler.getExecution(java.lang.String listName,
java.lang.String eid)
Returns the specified execution of the specified task list.
|
TaskListExecution |
Scheduler.getExecution(java.lang.String listName,
java.util.UUID eid)
Returns the specified execution of the specified task list.
|
java.util.List |
TaskList.getExecutions() |
java.util.List |
TaskList.getExecutions(boolean orderByAsc) |
java.util.List |
TaskList.getExecutions(java.util.Date fromTime,
java.util.Date toTime) |
java.util.List |
TaskList.getExecutions(java.util.Date fromTime,
java.util.Date toTime,
boolean orderByAsc) |
java.util.List |
TaskList.getExecutions(java.util.Date fromTime,
java.util.Date toTime,
java.lang.String condition) |
java.util.List |
TaskList.getExecutions(java.lang.String condition) |
java.util.List |
Scheduler.getExecutions(java.lang.String listName)
Returns a list of all executions of the specified task list.
|
java.util.List |
Scheduler.getExecutions(java.lang.String listName,
boolean orderByAsc)
Returns a list of all executions of the specified task list.
|
java.util.List |
Scheduler.getExecutions(java.lang.String listName,
java.util.Date fromTime,
java.util.Date toTime)
Returns a list of executions of the specified task list performed within the specified time window (including the boundaries).
|
java.util.List |
Scheduler.getExecutions(java.lang.String listName,
java.util.Date fromTime,
java.util.Date toTime,
boolean orderByAsc)
Returns a list of executions of the specified task list performed within the specified time window (including the boundaries).
|
java.util.List |
Scheduler.getExecutions(java.lang.String listName,
java.util.Date fromTime,
java.util.Date toTime,
java.lang.String condition)
Returns a list of executions of the specified task list performed within the specified time window (including the boundaries).
|
java.util.List |
Scheduler.getExecutions(java.lang.String listName,
int fromIndex,
int toIndex)
Returns a list of executions of the specified task list located between the specified
fromIndex (inclusive)
and toIndex (exclusive). |
java.util.List |
Scheduler.getExecutions(java.lang.String listName,
java.lang.String condition)
Returns a list of all executions of the specified task list.
|
int |
Scheduler.getExecutionsNumber(java.lang.String listName)
Returns the number of executions of the specified task list.
|
int |
Scheduler.getExecutionsNumber(java.lang.String listName,
java.util.Date fromTime,
java.util.Date toTime)
Returns the number of executions of the specified task list performed within the specified time window (including the boundaries).
|
TaskListExecution |
Scheduler.getLastExecution(java.lang.String listName)
Returns a last execution of the specified task list.
|
java.util.List |
TaskList.getLastExecutions(int count) |
java.util.List |
TaskList.getLastExecutions(int count,
boolean orderByAsc) |
java.util.List |
Scheduler.getLastExecutions(java.lang.String listName,
int count)
Returns a specified number of last executions of the specified task list.
|
java.util.List |
Scheduler.getLastExecutions(java.lang.String listName,
int count,
boolean orderByAsc)
Returns a specified number of last executions of the specified task list.
|
ActionTask |
TaskList.insertActionTask(java.lang.String taskName,
java.lang.String afterTaskName) |
EventTask |
TaskList.insertEventTask(java.lang.String taskName,
java.lang.String afterTaskName) |
void |
TaskList.moveTask(java.lang.String taskName,
java.lang.String afterTaskName) |
void |
Scheduler.purgeExecutions(java.lang.String listName)
Removes all stored executions of the specified task list.
|
void |
Scheduler.purgeExecutions(java.lang.String listName,
java.util.Date fromTime,
java.util.Date toTime)
Removes stored executions of the specified task list performed withing the specified time window (including the boundaries).
|
void |
ExecutableObject.putProperty(java.lang.String name,
java.lang.Object value)
Puts a new property with the specified name and value.
|
void |
ExceptionTask.putProperty(java.lang.String name,
java.lang.Object value) |
void |
AbstractExecutableObject.putProperty(java.lang.String name,
java.lang.Object value) |
void |
Metaset.remove(java.lang.String key) |
void |
ExecutableObject.removeProperty(java.lang.String name)
Removes the specified property.
|
void |
ExceptionTask.removeProperty(java.lang.String name) |
void |
AbstractExecutableObject.removeProperty(java.lang.String name) |
void |
ExecutableObject.removeTag(java.lang.String tag)
Removes the specified tag.
|
void |
ExceptionTask.removeTag(java.lang.String tag) |
void |
AbstractExecutableObject.removeTag(java.lang.String tag) |
void |
Scheduler.removeTemplate(TemplateType type,
java.lang.String name)
Removes the specified template.
|
void |
Scheduler.removeTimeWindow(java.lang.String name)
Removes the specified time window.
|
void |
Metaset.set(java.lang.String key,
java.lang.Object value) |
void |
Task.setAfterTask(java.lang.String taskName)
Sets a name of the task the current task will be executed after.
|
void |
AbstractTask.setAfterTask(java.lang.String taskName) |
void |
Rule.setCondition(java.lang.String condition) |
void |
EventTaskTrigger.setDispatchMode(DispatchMode dispatchMode)
Sets a dispatch mode of the trigger.
|
void |
ActionTask.setEncrypted(boolean encrypted) |
void |
TaskList.setEventScope(EventScope eventScope)
Sets the specified event scope of the task list.
|
void |
EventTaskTrigger.setEventScope(EventScope eventScope)
Sets an event scope of the trigger.
|
void |
Rule.setExecTask(java.lang.String taskName) |
void |
ScheduledJob.setExecutionMetaset(Metaset metaset)
Sets a copy of the specified Metaset instance that will be passed to executed task list.
|
void |
EventTaskTrigger.setJobName(java.lang.String jobName)
Sets a name of the job associated with the the trigger.
|
void |
Scheduler.setJobOwner(java.lang.String jobName,
java.lang.String ownerName)
Assigns the specified owner to the specified job.
|
void |
Scheduler.setJobTaskList(java.lang.String jobName,
java.lang.String listName)
Assigns the specified task list to be scheduled by the specified job.
|
void |
EventTaskTrigger.setListName(java.lang.String listName)
Sets a name of the task list associated with the the trigger.
|
void |
ExecutableObject.setMetadata(java.lang.String metadata)
Sets the specified metadata of the object.
|
void |
ExceptionTask.setMetadata(java.lang.String metadata) |
void |
AbstractExecutableObject.setMetadata(java.lang.String metadata) |
void |
TaskList.setMetaset(java.lang.String name)
Sets a name of the Metaset associated with the task list.
|
void |
ExceptionTask.setModel(java.lang.String model) |
void |
ActionTask.setModel(java.lang.String model) |
void |
RuleSet.setName(java.lang.String name) |
void |
Rule.setName(java.lang.String name) |
void |
DescribedNamedObject.setName(java.lang.String name)
Sets the specified object name.
|
void |
EventTaskTrigger.setNodeName(java.lang.String nodeName)
Sets a name of the Fabric node associated with the the trigger.
|
void |
ScheduledJob.setNotify(boolean notify)
Sets a parameter specifying if the email notifications are enabled.
|
void |
ScheduledJob.setNotifyBody(java.lang.String body)
Sets the specified 'body' parameter of email notifications.
|
void |
ScheduledJob.setNotifyLevel(NotifyLevel level)
Sets the specified level of the email notifications.
|
void |
ScheduledJob.setNotifySubject(java.lang.String subject)
Sets the specified 'subject' parameter of email notifications.
|
void |
ScheduledJob.setNotifyTo(java.lang.String to)
Sets the specified 'to' parameter of email notifications.
|
void |
Scheduler.setParameter(java.lang.String name,
java.lang.String value)
Sets the specified value of the specified parameter.
|
void |
RepeatingJob.setRepeatInterval(long repeatInterval) |
void |
TaskList.setRetentionInterval(long retentionInterval) |
void |
TaskList.setRetentionIntervalUnit(java.util.concurrent.TimeUnit retentionIntervalUnit) |
void |
EventTaskTrigger.setScript(java.lang.String script)
Sets the
RPL of the trigger. |
void |
ActionTask.setScript(java.lang.String script) |
void |
ScheduledJob.setStartTime(java.util.Date startTime)
Sets a time at which the job will execute the associated task.
|
void |
TaskList.setTaskDelay(long taskDelay) |
void |
Scheduler.setTaskListOwner(java.lang.String listName,
java.lang.String ownerName)
Assigns the specified owner to the specified task list.
|
void |
TaskList.setTaskListWindowUnit(java.util.concurrent.TimeUnit unit)
Sets the specified task list window unit.
|
void |
EventTaskTrigger.setTaskName(java.lang.String taskName)
Sets a name of the task associated with the the trigger.
|
void |
TaskList.setTaskWindowUnit(java.util.concurrent.TimeUnit unit)
Invokes the method
Task.setTaskWindowUnit(TimeUnit) for each task of the task list. |
void |
Task.setTaskWindowUnit(java.util.concurrent.TimeUnit unit)
Sets the specified task window unit.
|
void |
ExecutableObject.setTaskWindowUnit(java.util.concurrent.TimeUnit unit) |
void |
AbstractExecutableObject.setTaskWindowUnit(java.util.concurrent.TimeUnit unit) |
void |
Scheduler.setTemplate(TemplateType type,
java.lang.String name,
java.lang.String value)
Sets the specified value to the specified template.
|
void |
Scheduler.setTimeWindow(TimeWindow window)
Updates the existing time window.
|
void |
ExceptionTask.setUndoLimit(int undoLimit) |
void |
ActionTask.setUndoLimit(int undoLimit) |
void |
TaskList.setUnordered(boolean unordered) |
void |
EventTaskTrigger.setUserName(java.lang.String userName)
Sets a name of the user associated with the the trigger.
|
void |
Task.setWeight(byte weight)
Sets the specified weight of the task.
|
void |
ExceptionTask.setWeight(byte weight) |
void |
AbstractTask.setWeight(byte weight) |
java.lang.String |
Scheduler.startTask(java.lang.String listName,
java.lang.String taskName)
Asynchronously starts direct execution of the specified task in the specified task list.
|
java.lang.String |
Scheduler.startTask(java.lang.String listName,
java.lang.String taskName,
Metaset metaset)
Asynchronously starts direct execution of the specified task in the specified task list.
|
java.lang.String |
Scheduler.startTask(java.lang.String listName,
java.lang.String taskName,
Metaset metaset,
java.util.Date untilTime)
Asynchronously starts direct execution of the specified task in the specified task list.
|
java.lang.String |
Scheduler.startTaskList(java.lang.String name)
Asynchronously starts direct execution of the specified task list.
|
java.lang.String |
Scheduler.startTaskList(java.lang.String name,
Metaset metaset)
Asynchronously starts direct execution of the specified task list.
|
java.lang.String |
Scheduler.startTaskList(java.lang.String name,
Metaset metaset,
java.util.Date untilTime)
Asynchronously starts direct execution of the specified task list.
|
java.util.List |
TaskList.testExecution(Metaset metaset) |
java.util.List |
TaskList.ExecNode.testExecution(Metaset metaset) |
void |
Task.undo()
Resets the state of the current execution, forcing the task to retry its execution.
|
void |
ExceptionTask.undo() |
void |
EventTask.undo() |
void |
ActionTask.undo() |
void |
Task.undo(long delay)
Resets the state of the current execution, forcing the task to retry its execution after the specified delay (in seconds).
|
void |
ExceptionTask.undo(long delay) |
void |
EventTask.undo(long delay) |
void |
ActionTask.undo(long delay) |
void |
TaskList.update()
Updates the task list in the storage.
|
void |
Scheduler.updateJob(ScheduledJob job)
Updates the specified job in the storage.
|
Metaset |
Scheduler.updateMetaset(java.lang.String name,
java.lang.String description,
java.util.Map values,
java.lang.Boolean isStatic)
Updates the specified Metaset with the specified parameters.
|
void |
Scheduler.updateTaskList(TaskList taskList)
Updates the specified task list in the storage.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.