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 Summary
Fields Modifier and Type Field Description protected org.fcrepo.config.FedoraPropsConfigfedoraPropsConfig
-
Constructor Summary
Constructors Constructor Description ConfigurableHierarchicalSupplier()Mint a unique identifier by default using defaults or if set, use the length and count from fedora properties
-
-
-
Field Detail
-
fedoraPropsConfig
@Inject protected org.fcrepo.config.FedoraPropsConfig fedoraPropsConfig
-
-
Constructor Detail
-
ConfigurableHierarchicalSupplier
public ConfigurableHierarchicalSupplier()
Mint a unique identifier by default using defaults or if set, use the length and count from fedora properties
-
-