Class NotificationWorkFlowTask
- java.lang.Object
-
- com.redhat.parodos.workflow.task.BaseWorkFlowTask
-
- com.redhat.parodos.tasks.notification.NotificationWorkFlowTask
-
- All Implemented Interfaces:
WorkFlowTask,com.redhat.parodos.workflows.work.Work,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
public class NotificationWorkFlowTask extends BaseWorkFlowTask
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNotificationWorkFlowTask(String basePath, NotificationMessageApi apiInstance)NotificationWorkFlowTask(String basePath, String auth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.redhat.parodos.workflows.work.WorkReportexecute(com.redhat.parodos.workflows.work.WorkContext workContext)HashMap<String,Map<String,Object>>getAsJsonSchema()@NonNull List<WorkFlowTaskOutput>getWorkFlowTaskOutputs()@NonNull List<WorkParameter>getWorkFlowTaskParameters()-
Methods inherited from class com.redhat.parodos.workflow.task.BaseWorkFlowTask
addParameter, getAllParameters, getMainExecutionId, getName, getOptionalParameterValue, getProjectId, getRequiredParameterValue, getWorkFlowCheckers, setBeanName, setWorkFlowCheckers
-
-
-
-
Constructor Detail
-
NotificationWorkFlowTask
protected NotificationWorkFlowTask(String basePath, NotificationMessageApi apiInstance)
-
-
Method Detail
-
getWorkFlowTaskParameters
@NonNull public @NonNull List<WorkParameter> getWorkFlowTaskParameters()
-
getWorkFlowTaskOutputs
@NonNull public @NonNull List<WorkFlowTaskOutput> getWorkFlowTaskOutputs()
-
execute
public com.redhat.parodos.workflows.work.WorkReport execute(com.redhat.parodos.workflows.work.WorkContext workContext)
-
-