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

Packages that use IPhase
com.semarchy.mdm.runtime.model.integration   
 

Uses of IPhase in com.semarchy.mdm.runtime.model.integration
 

Subinterfaces of IPhase in com.semarchy.mdm.runtime.model.integration
 interface ICheckValidationSubPhase
          Check constraint validation sub-phase
 interface IConsolidatePhase
          Represents the record consolidation phase
 interface IConstraintValidationSubPhase
          Represents a generic database constraint validation sub phase regardless of the type of constraint we are validating.
 interface IEnrichPhase
          Represents the overall enrichment phase and gives access to each IEnricher phases through the IEnrichPhase.getEnrichSubPhases()
 interface IEnrichSubPhase
          Represents an enrichment sub phase tied to one IEnricher
 interface IFinalPhase
          Represents an final phase
 interface IForeignValidationSubPhase
          Foreign key attribute validation sub-phase
 interface IInitPhase
          Represents an initialization phase
 interface IIntegrationPhase
          Represents an integration phase
 interface ILovValidationSubPhase
          List of value validation sub-phase
 interface IMandatoryValidationSubPhase
          Mandatory attribute validation sub-phase
 interface IMatchPhase
          Defines a generic matching phase
 interface IPluginEnricherSubPhase
          Represents an enrichment sub phase tied to one IPluginEnricher
 interface IPluginMatcherPhase
           
 interface IPluginValidationSubPhase
          Represents a plugin constraint validation sub phase
 interface ISemQLEnricherSubPhase
          Represents an enrichment sub phase tied to one ISemQLEnricher
 interface ISemQLMatcherPhase
          Defines a semql matcher phase
 interface IUniqueKeyValidationSubPhase
          Unique key validation sub-phase
 interface IValidationPhase
          Represents an overall validation phase with all its sub phases: 0..* IMandatoryValidationSubPhase 0..* ILovValidationSubPhase 0..* ICheckValidationSubPhase 0..* IForeignValidationSubPhase 0..* IUniqueKeyValidationSubPhase 0..* IPluginValidationSubPhase
 interface IWriteGoldPhase
          Represents the write gold phase
 



Copyright © 2015. All Rights Reserved.