Class ConfigurableHierarchicalSupplier

java.lang.Object
org.fcrepo.kernel.api.services.functions.ConfigurableHierarchicalSupplier
All Implemented Interfaces:
Supplier<String>, UniqueValueSupplier

@Component public class ConfigurableHierarchicalSupplier extends Object implements UniqueValueSupplier
Unique value minter that creates hierarchical IDs from a UUID
Author:
rdfloyd, whikloj
  • Field Details

    • fedoraPropsConfig

      @Inject protected org.fcrepo.config.FedoraPropsConfig fedoraPropsConfig
  • Constructor Details

    • ConfigurableHierarchicalSupplier

      Mint a unique identifier by default using defaults or if set, use the length and count from fedora properties
  • Method Details