|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AutoRunOperation | |
planetj.dataengine.application | |
planetj.dataengine.autorun | |
planetj.dataengine.operation |
Uses of AutoRunOperation in planetj.dataengine.application |
Methods in planetj.dataengine.application with parameters of type AutoRunOperation | |
boolean |
Application.isEnabled(AutoRunOperation op)
Tests if the auto-run operation's type is enabled for this application |
Uses of AutoRunOperation in planetj.dataengine.autorun |
Subclasses of AutoRunOperation in planetj.dataengine.autorun | |
class |
AutoRunBatchProcessOperation
This Operation describes how another operation should be automatically run using batch processing. |
class |
EmailOperation
Describes how a operation (not this operation, another one) should be automatically emailed |
Methods in planetj.dataengine.autorun that return AutoRunOperation | |
AutoRunOperation |
AutoRunTask.getAutoRunOperation()
Gets this AutoRunTask's source operation (the operation which defines this task) |
Methods in planetj.dataengine.autorun with parameters of type AutoRunOperation | |
void |
AutoRunManager.cancelAllTasks(AutoRunOperation pOperation,
boolean pPermanently)
Cancels all of the operation's tasks. |
void |
AutoRunManager.cancelTask(AutoRunOperation pOperation,
Operation pTargetOperation,
boolean pPermanently)
Cancels the task associated with the specified operations. |
void |
AutoRunManager.rescheduleAllTasks(AutoRunOperation pOperation)
Cancels all of the operation's tasks and then reschedules them. |
void |
AutoRunManager.rescheduleTask(AutoRunOperation pOperation,
Operation pTargetOperation)
Cancels the task associated with the specified operations, and the reschedules it. |
Uses of AutoRunOperation in planetj.dataengine.operation |
Methods in planetj.dataengine.operation that return AutoRunOperation | |
AutoRunOperation |
Operation.getAutoRunOperation()
Get this operation's auto-run operation, which describes how and if this operation should be automatically run. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |