- generate() - Static method in class org.ballerinalang.stdlib.task.utils.TaskIdGenerator
-
Generate a unique ID for a Task.
- getAttachment() - Method in class org.ballerinalang.stdlib.task.objects.ServiceWithParameters
-
- getCronExpression() - Method in class org.ballerinalang.stdlib.task.objects.Appointment
-
Returns the cron expression for this Appointment.
- getCronExpressionFromAppointmentRecord(BValue) - Static method in class org.ballerinalang.stdlib.task.utils.Utils
-
- getDelay() - Method in class org.ballerinalang.stdlib.task.objects.Timer
-
Gets the delay of this Timer.
- getId() - Method in class org.ballerinalang.stdlib.task.objects.AbstractTask
-
Get the registered ID of the task.
- getId() - Method in interface org.ballerinalang.stdlib.task.objects.Task
-
Get the registered ID of the task.
- getInterval() - Method in class org.ballerinalang.stdlib.task.objects.Timer
-
Gets the interval of this Timer.
- getMaxRuns() - Method in class org.ballerinalang.stdlib.task.objects.Appointment
-
Gets the number of maximum runs of this Appointment.
- getMaxRuns() - Method in class org.ballerinalang.stdlib.task.objects.Timer
-
Gets the number of maximum runs of this Timer.
- getName() - Method in class org.ballerinalang.stdlib.task.objects.ServiceWithParameters
-
- getService(String) - Method in class org.ballerinalang.stdlib.task.objects.AbstractTask
-
Get map of attached services of the task.
- getService() - Method in class org.ballerinalang.stdlib.task.objects.ServiceWithParameters
-
- getService(String) - Method in interface org.ballerinalang.stdlib.task.objects.Task
-
Get map of attached services of the task.
- getServicesMap() - Method in class org.ballerinalang.stdlib.task.objects.AbstractTask
-
Get map of attached services of the task.
- getServicesMap() - Method in interface org.ballerinalang.stdlib.task.objects.Task
-
Get map of attached services of the task.