Package de.espirit.firstspirit.transport
Interface LayerMapper.MappingContext
- Enclosing interface:
- LayerMapper
@NonExtendable
public static interface LayerMapper.MappingContext
Mapping context providing access to the transported
schema and the source layer name.- Since:
- 5.2.513
-
Method Details
-
getSchema
Returns the transported schema as an instance of the target project. Even if this is the initial (first) transport of the schema this method won't returnnull- Returns:
- the transported schema as an instance of the target project
- Since:
- 5.2.513
-
getSourceLayer
Returns thenameof thelayerthe transported schema has been mapped to in the source project ornullif the information of the layer name in the source project is not available (e.g. External-Sync)- Since:
- 5.2.513
-