GetJobs() abstract function

The getJobs()abstract function uses:
  • Env, a pre-created instance of a YFSEnvironment object that can be passed to APIs
  • inXML, an org.w3c.dom.Document object which contains the input XML
The implementation of this function should obtain jobs (from the database) that need to be run, construct a list of org.w3c.dom.Document objects, and return the list. See the following signature:
public List getJobs(YFSEnvironment Env, Document inXML)