Class TypedEnumerationFactory

java.lang.Object
com.polarion.platform.persistence.spi.TypedEnumerationFactory
All Implemented Interfaces:
IEnumFactory, IConfigurableEnumFactory

public class TypedEnumerationFactory extends Object implements IConfigurableEnumFactory
Author:
dobisekm
  • Constructor Details

    • TypedEnumerationFactory

      @Deprecated(since="3.23.4", forRemoval=true) public TypedEnumerationFactory(IRepositoryConfigService rcs, String cfgFilePath, String controlKey, Constructor<Object> optionConstructor, String enumId)
      Deprecated, for removal: This API element is subject to removal in a future version.
      The constructor is deprecated in favor of more flexible com.polarion.platform.persistence.spi.TypedEnumerationFactory#TypedEnumerationFactory(com.polarion.platform.repository.config.IRepositoryConfigService, java.lang.String, java.lang.String, java.util.function.UnaryOperator, java.lang.String)
    • TypedEnumerationFactory

      public TypedEnumerationFactory(IRepositoryConfigService rcs, String cfgFilePath, String controlKey, @NotNull UnaryOperator<IEnumOption> targetEnumOptionWrapper, String enumId)
      Since:
      3.23.4
  • Method Details