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

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

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

Subinterfaces of IDBTaskDefinition in com.semarchy.mdm.runtime.model.integration
 interface DBLoadTaskDefinition
          dedine a load (select-insert/update) task definition
 interface DBLoopTaskDefinition
          define a loop task definition
 interface IDBDDLTaskDefinition
          Defines a database DDL statement task definition.
 interface IDBQueryTaskDefinition
          Defines a database query task definition that should return a result set as specified by JDBC.
 interface IDBUpdateTaskDefinition
          Defines a database DML statement task definition that should return a row count as specified by JDBC.
 

Methods in com.semarchy.mdm.runtime.model.integration that return IDBTaskDefinition
 IDBTaskDefinition IPurgeJob.getFinishPurgeTask()
           
 IDBTaskDefinition IPurgeRepositoryTask.getInitTask()
           
 

Methods in com.semarchy.mdm.runtime.model.integration that return types with arguments of type IDBTaskDefinition
 List<IDBTaskDefinition> IPurgeDataPhase.getDataPurgeTasks()
           
 List<IDBTaskDefinition> IPhase.getPostTasks()
           
 List<IDBTaskDefinition> IPhase.getPreTasks()
           
 List<IDBTaskDefinition> IWriteGoldPhase.getTasks()
           
 List<IDBTaskDefinition> ISemQLMatcherPhase.getTasks()
           
 List<IDBTaskDefinition> ISemQLEnricherSubPhase.getTasks()
           
 List<IDBTaskDefinition> IIntegrationPhase.getTasks()
           
 List<IDBTaskDefinition> IInitPhase.getTasks()
           
 List<IDBTaskDefinition> IFinalPhase.getTasks()
           
 List<IDBTaskDefinition> IConstraintValidationSubPhase.getTasks()
           
 List<IDBTaskDefinition> IConsolidatePhase.getTasks()
           
 



Copyright © 2015. All Rights Reserved.