Interface InitialPropertyConfiguration
-
- All Known Implementing Classes:
DefaultInitialPropertyConfiguration
public interface InitialPropertyConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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()ObjectTemplategetSourceObjectTemplate()
-
-
-
Method Detail
-
getSourceObjectTemplate
ObjectTemplate getSourceObjectTemplate()
-
getPropertyMappingConfigurations
java.util.Collection<PropertyMappingConfiguration> getPropertyMappingConfigurations()
-
getInitialProperties
java.util.Map<java.lang.String,java.lang.Object> getInitialProperties(TypedObject typedObject, TypeService typeService)
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
-
-