Package com.uc4.util

Class WorkFlowTaskFactory


  • public class WorkFlowTaskFactory
    extends java.lang.Object
    Factory for Workflow tasks.
    • Constructor Detail

      • WorkFlowTaskFactory

        public WorkFlowTaskFactory()
    • Method Detail

      • createWorkflowTask

        public JobPlanTask createWorkflowTask​(com.uc4.util.XMLDocument doc,
                                              org.w3c.dom.Element task,
                                              ConnectionAttributes session)
        Creates a new WorkflowTask. Internal use only.
        Parameters:
        doc - Document
        task - Task element
        session - Session info
        Returns:
        Workflow task