com.semarchy.mdm.runtime.model.integration
Interface IIntegrationJob


public interface IIntegrationJob

Represents the entry point of an integration job definition

Author:
skamel

Method Summary
 IModelJob getModelJob()
           
 List<IIntegrationTask> getTasks()
           
 

Method Detail

getModelJob

IModelJob getModelJob()
Returns:
the model job physically represented by this integration job

getTasks

List<IIntegrationTask> getTasks()
Returns:
the ordered list of tasks for this integration job


Copyright © 2015. All Rights Reserved.