|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataIntegrationDefaultObjectMappingManager
Manager for loading the default object mappings generator extensions
| Method Summary | |
|---|---|
java.util.List<DataIntegrationDefaultObjectMapping> |
getAllDefaultObjectMappingGenerators()
Loads all registered default object mapping generators. |
java.util.List<DataIntegrationObjectMapping> |
loadDefaultMappingsForIntegration(Id diId)
Loads the list of default object mappings for the specified data integration. |
java.util.List<DataIntegrationObjectMapping> |
loadDefaultMappingsForTypeHandle(java.lang.String typeHandle)
Loads the list of default object mappings for the specified type handle. |
DataIntegrationDefaultObjectMapping |
loadGeneratorForIntegration(Id diId)
Loads the default object mapping generator for the specified data integration. |
DataIntegrationDefaultObjectMapping |
loadGeneratorForTypeHandle(java.lang.String typeHandle)
Loads the default object mapping generator for the specified type handle. |
| Method Detail |
|---|
DataIntegrationDefaultObjectMapping loadGeneratorForIntegration(Id diId)
diId - Id of the data integration.
DataIntegrationDefaultObjectMapping loadGeneratorForTypeHandle(java.lang.String typeHandle)
typeHandle - - the type handle to match
java.util.List<DataIntegrationDefaultObjectMapping> getAllDefaultObjectMappingGenerators()
java.util.List<DataIntegrationObjectMapping> loadDefaultMappingsForTypeHandle(java.lang.String typeHandle)
typeHandle - - the type handle to match
java.util.List<DataIntegrationObjectMapping> loadDefaultMappingsForIntegration(Id diId)
diId - Id of the data integration.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||