Class DefaultContextSchedulableControllerAction<T>

All Implemented Interfaces:
DescriptorControllerAction<ContextSchedulableDescriptor<T>>, ControllerAction

public class DefaultContextSchedulableControllerAction<T> extends NullAbstractControllerAction implements DescriptorControllerAction<ContextSchedulableDescriptor<T>>
An action that takes a ContextSchedulableDescriptor and schedules it using ISchedule.scheduleIterable(ScheduleParameters, Iterable, String, boolean, Object...). The scheduled Iterable will be a FilterIterable that takes in the context and the descriptor's filter. The method name will be that returned by the descriptor.
Author:
Jerry Vos