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

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

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

Subinterfaces of ITaskDefinition 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 IDBTaskDefinition
          Tagging interface for database-type tasks that will be executed by the engine on a database connection.
 interface IDBUpdateTaskDefinition
          Defines a database DML statement task definition that should return a row count as specified by JDBC.
 interface IPluginEnricherTaskDefinition
          Plugin enricher task definition TODO
 interface IPluginMatcherTaskDefinition
          Plugin matcher task definition TODO finish this
 interface IPluginTaskDefinition
          Defines a generic interface for plugin-related tasks
 interface IPluginValidatorTaskDefinition
          TODO
 

Methods in com.semarchy.mdm.runtime.model.integration that return ITaskDefinition
 ITaskDefinition DBLoopTaskDefinition.getChildTaskDefinition()
          child task definition to execute in the loop
 



Copyright © 2015. All Rights Reserved.