| Package | Description |
|---|---|
| de.digitalcollections.iiif.model.sharedcanvas |
Model classes that represent entities from the IIIF Shared Canvas model (http://iiif.io/api/presentation/2.1/#resource-type-overview).
|
| Modifier and Type | Method and Description |
|---|---|
Collection |
Collection.addCollection(Collection first,
Collection... rest) |
Collection |
Collection.addManifest(Manifest first,
Manifest... rest) |
Collection |
Collection.addMember(Resource first,
Resource... rest)
Adds one or more member resources.
|
Collection |
Collection.getFirst() |
Collection |
Collection.getLast() |
Collection |
Collection.getNext() |
Collection |
Collection.getPrevious() |
| Modifier and Type | Method and Description |
|---|---|
List<Collection> |
Collection.getCollections() |
| Modifier and Type | Method and Description |
|---|---|
Collection |
Collection.addCollection(Collection first,
Collection... rest) |
Collection |
Collection.addCollection(Collection first,
Collection... rest) |
void |
Collection.setFirst(Collection first) |
void |
Collection.setLast(Collection last) |
void |
Collection.setNext(Collection next) |
void |
Collection.setPrevious(Collection previous) |
| Modifier and Type | Method and Description |
|---|---|
void |
Collection.setCollections(List<Collection> collections) |
Copyright © 2018. All rights reserved.