public class Manifest extends Resource
The overall description of the structure and properties of the digital representation of an object.
It carries information needed for the viewer to present the digitized content to the user, such as a title and other descriptive information about the object or the intellectual work that it conveys. Each manifest describes how to present a single object such as a book, a photograph, or a statue.
| Constructor and Description |
|---|
Manifest(String identifier) |
Manifest(String identifier,
String label) |
| Modifier and Type | Method and Description |
|---|---|
Manifest |
addRange(Range first,
Range... rest) |
Manifest |
addSequence(Sequence first,
Sequence... rest) |
Sequence |
getDefaultSequence() |
OffsetDateTime |
getNavDate() |
List<Range> |
getRanges() |
List<Sequence> |
getSequences() |
Set<ViewingHint.Type> |
getSupportedViewingHintTypes() |
String |
getType() |
ViewingDirection |
getViewingDirection() |
void |
setNavDate(OffsetDateTime navDate) |
void |
setRanges(List<Range> ranges) |
void |
setSequences(List<Sequence> sequences) |
void |
setViewingDirection(ViewingDirection viewingDirection) |
addAttribution, addDescription, addLabel, addLicense, addLogo, addLogo, addMetadata, addMetadata, addRelated, addRendering, addSeeAlso, addService, addThumbnail, addViewingHint, addWithin, getAttribution, getAttributionString, getDescription, getDescriptionString, getFirstLicense, getIdentifier, getLabel, getLabelString, getLicenses, getLogos, getLogoUri, getMetadata, getRelated, getRenderings, getSeeAlso, getServices, getThumbnail, getThumbnails, getViewingHints, getWithin, setAttribution, setDescription, setIdentifier, setLabel, setLicenses, setLogos, setRelated, setRenderings, setSeeAlso, setServices, setThumbnails, setViewingHints, setWithin, toString, verifyRenderingpublic static final String TYPE
public Manifest(String identifier)
public ViewingDirection getViewingDirection()
public void setViewingDirection(ViewingDirection viewingDirection)
public Set<ViewingHint.Type> getSupportedViewingHintTypes()
getSupportedViewingHintTypes in class Resourcepublic OffsetDateTime getNavDate()
public void setNavDate(OffsetDateTime navDate)
public Sequence getDefaultSequence()
Copyright © 2018. All rights reserved.