| Modifier and Type | Interface and Description |
|---|---|
interface |
Node<N extends Node>
Node is used to structure cultural content hierarchically.
|
| Modifier and Type | Method and Description |
|---|---|
List<Identifiable> |
Node.getContent() |
| Modifier and Type | Method and Description |
|---|---|
default void |
Node.addContent(Identifiable identifiable) |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setContent(List<Identifiable> content) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Article
Article is used to manage cultural articles and their hierarchy.
|
interface |
ContentTree
A conent tree.
|
interface |
Entity
An entity.
|
interface |
Website
A Website.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BinaryContent
BinaryContent is used for binary content like PDF, video, audio, image.
|
interface |
ContentNode |
interface |
IiifImage |
interface |
IiifManifest
IiifManifest is used for IIIF content specified by an IIIF manifest.
|
interface |
Resource |
interface |
Webpage
A Webpage.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdentifiableImpl |
class |
NodeImpl<N extends Node> |
| Modifier and Type | Method and Description |
|---|---|
List<Identifiable> |
NodeImpl.getContent() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeImpl.setContent(List<Identifiable> content) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArticleImpl |
class |
ContentTreeImpl
see
ContentTree |
class |
EntityImpl |
class |
WebsiteImpl
see
Website |
| Modifier and Type | Method and Description |
|---|---|
List<Identifiable> |
ArticleImpl.getContent() |
| Modifier and Type | Method and Description |
|---|---|
void |
ArticleImpl.setContent(List<Identifiable> content) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryContentImpl |
class |
ContentNodeImpl |
class |
IiifImageImpl |
class |
IiifManifestImpl |
class |
ResourceImpl |
class |
WebpageImpl |
| Modifier and Type | Method and Description |
|---|---|
List<Identifiable> |
WebpageImpl.getContent() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebpageImpl.addContent(Identifiable identifiable) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebpageImpl.setContent(List<Identifiable> content) |
Copyright © 2018. All rights reserved.