public class DefaultMappingLineConfigService extends java.lang.Object implements MappingLineConfigService
MappingLineConfigService| Constructor and Description |
|---|
DefaultMappingLineConfigService() |
| Modifier and Type | Method and Description |
|---|---|
MappingLineConfiguration |
getMappingLineConfiguration(MappingLineModel line) |
MappingLineConfiguration |
getMappingLineConfiguration(java.lang.String typeCode) |
MappingLineConfiguration |
getMappingLineConfiguration(TypeModel type) |
TargetsConfiguration |
getTargetsConfiguration() |
protected TypeService |
getTypeService() |
java.util.List<ObjectType> |
retrieveAvailableSubTypes(ObjectType rootType) |
java.util.List<ObjectType> |
retrieveWhitelistedTypes() |
void |
setTypeService(TypeService typeService) |
public void setTypeService(TypeService typeService)
setTypeService in interface MappingLineConfigServicetypeService - type serviceprotected TypeService getTypeService()
public TargetsConfiguration getTargetsConfiguration()
getTargetsConfiguration in interface MappingLineConfigServicepublic MappingLineConfiguration getMappingLineConfiguration(MappingLineModel line)
getMappingLineConfiguration in interface MappingLineConfigServiceline - mapping linepublic MappingLineConfiguration getMappingLineConfiguration(java.lang.String typeCode)
getMappingLineConfiguration in interface MappingLineConfigServicetypeCode - type codepublic MappingLineConfiguration getMappingLineConfiguration(TypeModel type)
getMappingLineConfiguration in interface MappingLineConfigServicetype - typepublic java.util.List<ObjectType> retrieveAvailableSubTypes(ObjectType rootType)
retrieveAvailableSubTypes in interface MappingLineConfigServicerootType - the root typepublic java.util.List<ObjectType> retrieveWhitelistedTypes()
retrieveWhitelistedTypes in interface MappingLineConfigServiceCopyright © 2018 SAP SE. All Rights Reserved.