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

Interface Summary
DBLoadTaskDefinition dedine a load (select-insert/update) task definition
DBLoopTaskDefinition define a loop task definition
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.
IDBDDLTaskDefinition Defines a database DDL statement task definition.
IDBQueryTaskDefinition Defines a database query task definition that should return a result set as specified by JDBC.
IDBTaskDefinition Tagging interface for database-type tasks that will be executed by the engine on a database connection.
IDBUpdateTaskDefinition Defines a database DML statement task definition that should return a row count as specified by JDBC.
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
IPluginEnricherSubPhase Represents an enrichment sub phase tied to one IPluginEnricher
IPluginEnricherTaskDefinition Plugin enricher task definition TODO
IPluginMatcherPhase  
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  
IPurgeJob Represents the entry point of a purge job definition
IPurgeRepositoryTask  
ISemQLEnricherSubPhase Represents an enrichment sub phase tied to one ISemQLEnricher
ISemQLMatcherPhase Defines a semql matcher phase
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
 

Class Summary
AggregateEnricherUtil  
 

Enum Summary
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.