Class AbstractWorkflowExtensionJob<BlackboardType extends Blackboard<?>>

Type Parameters:
BlackboardType - the generic type
All Implemented Interfaces:
IBlackboardInteractingJob<BlackboardType>, ICompositeJob, IJob, Iterable<IJob>, Collection<IJob>, List<IJob>

public abstract class AbstractWorkflowExtensionJob<BlackboardType extends Blackboard<?>> extends SequentialBlackboardInteractingJob<BlackboardType>
Abstract extension job. This class specifies jobs which can be plugged in into an extendible work flow as provided by the work flow engine.
  • Constructor Details

    • AbstractWorkflowExtensionJob

      public AbstractWorkflowExtensionJob()
  • Method Details

    • getJobConfiguration

      public AbstractExtensionJobConfiguration getJobConfiguration()
      Get the configuration of this job.
      Returns:
      the jobConfiguration
    • setJobConfiguration

      public void setJobConfiguration(AbstractExtensionJobConfiguration jobConfiguration)
      Set the configuration of this job.
      Parameters:
      jobConfiguration - the jobConfiguration to set