Interface InitialPropertyConfiguration
- All Known Implementing Classes:
DefaultInitialPropertyConfiguration
public interface InitialPropertyConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiongetInitialProperties(TypedObject typedObject, TypeService typeService) Gets the initial properties from base configuration.
-
Method Details
-
getSourceObjectTemplate
ObjectTemplate getSourceObjectTemplate() -
getPropertyMappingConfigurations
Collection<PropertyMappingConfiguration> getPropertyMappingConfigurations() -
getInitialProperties
Gets the initial properties from base configuration. This properties could be used in create of Item editor to fill default field values.- Parameters:
typedObject- the typed objecttypeService- the type service- Returns:
- the initial properties
-