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 -
Constructor Summary
ConstructorsConstructorDescriptionMint a unique identifier by default using defaults or if set, use the length and count from fedora properties -
Method Summary
-
Field Details
-
fedoraPropsConfig
-
-
Constructor Details
-
ConfigurableHierarchicalSupplier
public ConfigurableHierarchicalSupplier()Mint a unique identifier by default using defaults or if set, use the length and count from fedora properties
-
-
Method Details