Class XTextGeneratorJob

All Implemented Interfaces:
ICompositeJob, IJob, Iterable<IJob>, Collection<IJob>, List<IJob>

public class XTextGeneratorJob extends MWE2SequentialJob
XTextGeneratorCompositeJob for using XText Generators in the WFE.
  • Constructor Details

    • XTextGeneratorJob

      public XTextGeneratorJob(XTextGeneratorConfiguration config)
      Instantiates a new x text generator composite job.
      Parameters:
      config - the config
    • XTextGeneratorJob

      public XTextGeneratorJob(XTextGeneratorConfiguration config, String name)
      Instantiates a new x text generator composite job.
      Parameters:
      config - the config
      name - The name of the job sequence.
    • XTextGeneratorJob

      public XTextGeneratorJob(XTextGeneratorConfiguration config, boolean cleanUpImmediately)
      Instantiates a new x text generator composite job.
      Parameters:
      config - the config
      cleanUpImmediately - Flag if jobs should be cleaned up immediately or not.
    • XTextGeneratorJob

      public XTextGeneratorJob(XTextGeneratorConfiguration config, String name, boolean cleanUpImmediately)
      Instantiates a new x text generator composite job.
      Parameters:
      config - the config
      cleanUpImmediately - Flag if jobs should be cleaned up immediately or not.
      name - The name of the job sequence.