Uses of Interface
com.suncode.pwfl.administration.scheduledtask.info.ScheduledTaskFactory.FirstRunStep
Packages that use ScheduledTaskFactory.FirstRunStep
-
Uses of ScheduledTaskFactory.FirstRunStep in com.suncode.pwfl.administration.scheduledtask.info
Methods in com.suncode.pwfl.administration.scheduledtask.info that return ScheduledTaskFactory.FirstRunStepModifier and TypeMethodDescriptionScheduledTaskFactory.TargetStep.fromComponentWithClassName
(String className) Konfiguruje tworzone zadanie zaplanowane na podstawie komponentu o podanej klasie.ScheduledTaskFactory.TargetStep.fromComponentWithId
(String componentId) Konfiguruje tworzone zadanie zaplanowane na podstawie komponentu o podanym id.ScheduledTaskFactory.TargetStep.fromMethod
(Class<?> clazz, String methodName, Class<?>... parameterClasses) Konfiguruje tworzone zadanie zaplanowane na podstawie metody.ScheduledTaskFactory.TargetStep.fromMethod
(Method method) Konfiguruje tworzone zadanie zaplanowane na podstawie metody.