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