public interface PropertyMapping
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns the mapping id.
|
java.util.List<NodeMapping> |
getNewNodeMappings() |
NodeMapping |
getParentMapping()
Returns the parent mapping which this mapping belongs too.
|
PropertyProcessor |
getProcessor()
Returns the Processor which is used to transfer data from source to target for this mapping.
|
java.util.List<PropertyFilter> |
getPropertyFilters() |
PropertyConfig |
getSourceConfig()
Returns the source configuration for this mapping.
|
PropertyConfig |
getTargetConfig()
Returns the target configuration for this mapping.
|
boolean |
isNode()
True when type of read-property (source node property) represents a GraphNode which implies further processing
with deeper graph processing .
|
boolean |
isVirtual()
True when this mapping is treated "virtual".
|
java.lang.String getId()
PropertyConfig getSourceConfig()
PropertyConfigPropertyConfig getTargetConfig()
PropertyConfigNodeMapping getParentMapping()
PropertyMapping the parent mapping is always a NodeMapping.NodeMappingPropertyProcessor getProcessor()
PropertyMapping this is always a PropertyProcessor.PropertyProcessorjava.util.List<NodeMapping> getNewNodeMappings()
java.util.List<PropertyFilter> getPropertyFilters()
boolean isNode()
boolean isVirtual()
PropertyInterceptor. A PropertyFilter do not have any influence on virtual properties.Copyright © 2018 SAP SE. All Rights Reserved.