public interface SejdaContext
| Modifier and Type | Method and Description |
|---|---|
Class<? extends NotificationStrategy> |
getNotificationStrategy() |
Task<? extends TaskParameters> |
getTask(TaskParameters parameters)
Search among the configured tasks the implementation that better can execute the input parameters.
|
boolean |
isValidation() |
Class<? extends NotificationStrategy> getNotificationStrategy()
Task<? extends TaskParameters> getTask(TaskParameters parameters) throws TaskException
parameters - Input parameters you want to search a task for.Task instance for the input parameters class.TaskException - if no task able to execute the input parameters class is found, or if an error occur while reflective instantiating the Task.boolean isValidation()
Copyright © 2015. All Rights Reserved.