Class TypedEnumeration

All Implemented Interfaces:
IConfigurableEnumeration, IEnumeration

public class TypedEnumeration extends RepoBasedEnumeration
Author:
POLARION SOFTWARE
  • Constructor Details

    • TypedEnumeration

      @Deprecated(since="3.23.4", forRemoval=true) public TypedEnumeration(Constructor<Object> enumConstructor, String cfgPath, String controlKey, IRepositoryConfigService rcs, String enumerationId, IContextId contextId)
      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.TypedEnumeration#TypedEnumeration(java.util.function.UnaryOperator, java.lang.String, java.lang.String, com.polarion.platform.repository.config.IRepositoryConfigService, java.lang.String, com.polarion.subterra.base.data.identification.IContextId)
    • TypedEnumeration

      public TypedEnumeration(@NotNull UnaryOperator<IEnumOption> wrapper, String cfgPath, String controlKey, IRepositoryConfigService rcs, String enumerationId, IContextId contextId)
      Since:
      3.23.4
  • Method Details