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

All Known Subinterfaces:
ICheckValidationSubPhase, IConsolidatePhase, IConstraintValidationSubPhase, IEnrichPhase, IEnrichSubPhase, IFinalPhase, IForeignValidationSubPhase, IInitPhase, IIntegrationPhase, ILovValidationSubPhase, IMandatoryValidationSubPhase, IMatchPhase, IPluginEnricherSubPhase, IPluginMatcherPhase, IPluginValidationSubPhase, ISemQLEnricherSubPhase, ISemQLMatcherPhase, IUniqueKeyValidationSubPhase, IValidationPhase, IWriteGoldPhase

public interface IPhase

Represents a generic concept of a phase within an integration model definition

Author:
skamel

Method Summary
 String getName()
           
 List<IDBTaskDefinition> getPostTasks()
           
 List<IDBTaskDefinition> getPreTasks()
           
 

Method Detail

getName

String getName()
Returns:
the name of this phase

getPreTasks

List<IDBTaskDefinition> getPreTasks()
Returns:
the list of database tasks to execute before this phase actually starts

getPostTasks

List<IDBTaskDefinition> getPostTasks()
Returns:
the list of database tasks to execute after this phase completes


Copyright © 2015. All Rights Reserved.