Interface InitialPropertyConfiguration

All Known Implementing Classes:
DefaultInitialPropertyConfiguration

public interface InitialPropertyConfiguration
  • Method Details

    • getSourceObjectTemplate

      ObjectTemplate getSourceObjectTemplate()
    • getPropertyMappingConfigurations

      Collection<PropertyMappingConfiguration> getPropertyMappingConfigurations()
    • getInitialProperties

      Map<String,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 object
      typeService - the type service
      Returns:
      the initial properties