public class DefaultInitialPropertyConfiguration extends java.lang.Object implements InitialPropertyConfiguration
| Constructor and Description |
|---|
DefaultInitialPropertyConfiguration(ObjectTemplate sourceObjectTemplate,
java.util.Collection<PropertyMappingConfiguration> mappings) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getInitialProperties(TypedObject typedObject,
TypeService typeService)
Gets the initial properties from base configuration.
|
java.util.Collection<PropertyMappingConfiguration> |
getPropertyMappingConfigurations() |
ObjectTemplate |
getSourceObjectTemplate() |
public DefaultInitialPropertyConfiguration(ObjectTemplate sourceObjectTemplate, java.util.Collection<PropertyMappingConfiguration> mappings)
sourceObjectTemplate - mappings - public ObjectTemplate getSourceObjectTemplate()
getSourceObjectTemplate in interface InitialPropertyConfigurationpublic java.util.Collection<PropertyMappingConfiguration> getPropertyMappingConfigurations()
getPropertyMappingConfigurations in interface InitialPropertyConfigurationpublic java.util.Map<java.lang.String,java.lang.Object> getInitialProperties(TypedObject typedObject, TypeService typeService)
InitialPropertyConfigurationgetInitialProperties in interface InitialPropertyConfigurationtypedObject - the typed objecttypeService - the type serviceCopyright © 2018 SAP SE. All Rights Reserved.