Class ProfileGenerator
java.lang.Object
org.dspace.app.iiif.model.generator.ProfileGenerator
- All Implemented Interfaces:
IIIFValue
This class wraps the domain model service profile.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.digitalcollections.iiif.model.Profilecreates and returns a value model.voidsetIdentifier(String identifier) Input String will be converted to URI for use in the Profile.
-
Constructor Details
-
ProfileGenerator
public ProfileGenerator()
-
-
Method Details
-
setIdentifier
Input String will be converted to URI for use in the Profile.- Parameters:
identifier- URI as string
-
generateValue
public de.digitalcollections.iiif.model.Profile generateValue()Description copied from interface:IIIFValuecreates and returns a value model.- Specified by:
generateValuein interfaceIIIFValue- Returns:
- a value model.
-