Uses of Package
com.semarchy.mdm.runtime.model.integration

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

Classes in com.semarchy.mdm.runtime.model.integration used by com.semarchy.mdm.runtime.model
IIntegrationJob
          Represents the entry point of an integration job definition
IPurgeJob
          Represents the entry point of a purge job definition
 

Classes in com.semarchy.mdm.runtime.model.integration used by com.semarchy.mdm.runtime.model.integration
ICheckValidationSubPhase
          Check constraint validation sub-phase
IConsolidatePhase
          Represents the record consolidation phase
IConstraintValidationSubPhase
          Represents a generic database constraint validation sub phase regardless of the type of constraint we are validating.
IDBTaskDefinition
          Tagging interface for database-type tasks that will be executed by the engine on a database connection.
IEnrichPhase
          Represents the overall enrichment phase and gives access to each IEnricher phases through the IEnrichPhase.getEnrichSubPhases()
IEnrichSubPhase
          Represents an enrichment sub phase tied to one IEnricher
IFinalPhase
          Represents an final phase
IForeignValidationSubPhase
          Foreign key attribute validation sub-phase
IInitPhase
          Represents an initialization phase
IIntegrationJob
          Represents the entry point of an integration job definition
IIntegrationPhase
          Represents an integration phase
IIntegrationTask
          Represents an integration task for a IModelJobTask with all its integration phases as defined by the framework.
ILovValidationSubPhase
          List of value validation sub-phase
IMandatoryValidationSubPhase
          Mandatory attribute validation sub-phase
IMatchPhase
          Defines a generic matching phase
IPhase
          Represents a generic concept of a phase within an integration model definition
IPluginEnricherTaskDefinition
          Plugin enricher task definition TODO
IPluginMatcherTaskDefinition
          Plugin matcher task definition TODO finish this
IPluginTaskDefinition
          Defines a generic interface for plugin-related tasks
IPluginValidationSubPhase
          Represents a plugin constraint validation sub phase
IPluginValidatorTaskDefinition
          TODO
IPurgeDataPhase
           
IPurgeRepositoryTask
           
ITaskDefinition
          represents a generic task definition as exposed by the integration model
IUniqueKeyValidationSubPhase
          Unique key validation sub-phase
IValidationPhase
          Represents an overall validation phase with all its sub phases: 0..* IMandatoryValidationSubPhase 0..* ILovValidationSubPhase 0..* ICheckValidationSubPhase 0..* IForeignValidationSubPhase 0..* IUniqueKeyValidationSubPhase 0..* IPluginValidationSubPhase
IWriteGoldPhase
          Represents the write gold phase
OnErrorBehavior
          OnErrorBehavior enumeration defining the Engine's Behavior on errors for Enrichers and Validators.

Possible values are :
OnErrorBehavior.SKIP_RECORDS OnErrorBehavior.SKIP_TASK OnErrorBehavior.FAIL_JOB
 



Copyright © 2015. All Rights Reserved.