Package com.redhat.parodos.tasks.tibco
Class TibcoWorkFlowTask
- java.lang.Object
-
- com.redhat.parodos.workflow.task.BaseWorkFlowTask
-
- com.redhat.parodos.tasks.tibco.TibcoWorkFlowTask
-
- All Implemented Interfaces:
WorkFlowTask,com.redhat.parodos.workflows.work.Work,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
public class TibcoWorkFlowTask extends BaseWorkFlowTask
-
-
Constructor Summary
Constructors Constructor Description TibcoWorkFlowTask(String url, String caFile, String username, String password)
-
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)@NonNull List<WorkFlowTaskOutput>getWorkFlowTaskOutputs()@NonNull List<WorkFlowTaskParameter>getWorkFlowTaskParameters()-
Methods inherited from class com.redhat.parodos.workflow.task.BaseWorkFlowTask
getName, getOptionalParameterValue, getRequiredParameterValue, getWorkFlowCheckers, setBeanName, setWorkFlowCheckers
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.redhat.parodos.workflow.task.WorkFlowTask
getAsJsonSchema
-
-
-
-
Method Detail
-
getWorkFlowTaskParameters
@NonNull public @NonNull List<WorkFlowTaskParameter> getWorkFlowTaskParameters()
-
getWorkFlowTaskOutputs
@NonNull public @NonNull List<WorkFlowTaskOutput> getWorkFlowTaskOutputs()
-
execute
public com.redhat.parodos.workflows.work.WorkReport execute(com.redhat.parodos.workflows.work.WorkContext workContext)
-
-