| Package | Description |
|---|---|
| de.digitalcollections.model.api.identifiable.entity | |
| de.digitalcollections.model.impl.identifiable.entity |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Article<A extends Article> |
Article is used to manage cultural articles and their hierarchy.
|
interface |
Collection |
A collection of
Entitys. |
interface |
ContentTree |
A content tree.
|
interface |
Website |
A Website.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Entity> |
Collection.getEntities() |
| Modifier and Type | Method | Description |
|---|---|---|
default void |
Collection.addEntity(Entity entity) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Collection.setEntities(java.util.List<Entity> entities) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ArticleImpl |
|
class |
CollectionImpl |
|
class |
ContentTreeImpl |
see
ContentTree |
class |
EntityImpl |
|
class |
WebsiteImpl |
see
Website |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Entity> |
CollectionImpl.getEntities() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
CollectionImpl.setEntities(java.util.List<Entity> entities) |
Copyright © 2018. All rights reserved.