Uses of Interface
de.digitalcollections.model.api.identifiable.entity.Entity
-
-
Uses of Entity in de.digitalcollections.model.api.identifiable.entity
Classes in de.digitalcollections.model.api.identifiable.entity with type parameters of type Entity Modifier and Type Interface Description interfaceEntityRelation<E extends Entity>Subinterfaces of Entity in de.digitalcollections.model.api.identifiable.entity Modifier and Type Interface Description interfaceArticle<A extends Article>Article is used to manage cultural articles and their hierarchy.interfaceCollectionA collection ofEntitys.interfaceCorporationCorporation is used to describe a (business) corporation (like a project partner or organization).interfaceDigitalObjectA (cultural) digital object, can be a retro digitization of a physical object or a digital native object.interfaceProjectProject is used to describe a project (like a digitization project or an electronic publishing project).interfaceTopichttps://www.merriam-webster.com/dictionary/topic: "the subject of something that is being discussed or has been written or thought about" https://www.linguee.com/english-german/translation/topic.html german: "Thema, Inhalt, Gegenstand, Gesprächsthema" or "Thematik, Themengebiet, Themenbereich"interfaceWebsiteA Website.Methods in de.digitalcollections.model.api.identifiable.entity that return types with arguments of type Entity Modifier and Type Method Description List<Entity>Collection. getEntities()Methods in de.digitalcollections.model.api.identifiable.entity with parameters of type Entity Modifier and Type Method Description default voidCollection. addEntity(Entity entity)Method parameters in de.digitalcollections.model.api.identifiable.entity with type arguments of type Entity Modifier and Type Method Description voidCollection. setEntities(List<Entity> entities) -
Uses of Entity in de.digitalcollections.model.api.identifiable.entity.parts
Methods in de.digitalcollections.model.api.identifiable.entity.parts that return types with arguments of type Entity Modifier and Type Method Description default List<Entity>Subtopic. addEntity(Entity entity)List<Entity>Subtopic. getEntities()Methods in de.digitalcollections.model.api.identifiable.entity.parts with parameters of type Entity Modifier and Type Method Description default List<Entity>Subtopic. addEntity(Entity entity)Method parameters in de.digitalcollections.model.api.identifiable.entity.parts with type arguments of type Entity Modifier and Type Method Description voidSubtopic. setEntities(List<Entity> entities) -
Uses of Entity in de.digitalcollections.model.impl.identifiable.entity
Classes in de.digitalcollections.model.impl.identifiable.entity that implement Entity Modifier and Type Class Description classArticleImplclassCollectionImplclassCorporationImplclassDigitalObjectImplclassEntityImplclassProjectImplclassTopicImplseeTopicclassWebsiteImplseeWebsiteMethods in de.digitalcollections.model.impl.identifiable.entity that return Entity Modifier and Type Method Description EntityEntityRelationImpl. getObject()EntityEntityRelationImpl. getSubject()Methods in de.digitalcollections.model.impl.identifiable.entity that return types with arguments of type Entity Modifier and Type Method Description List<Entity>CollectionImpl. getEntities()Methods in de.digitalcollections.model.impl.identifiable.entity with parameters of type Entity Modifier and Type Method Description voidEntityRelationImpl. setObject(Entity objectEntity)voidEntityRelationImpl. setSubject(Entity subjectEntity)Method parameters in de.digitalcollections.model.impl.identifiable.entity with type arguments of type Entity Modifier and Type Method Description voidCollectionImpl. setEntities(List<Entity> entities)Constructors in de.digitalcollections.model.impl.identifiable.entity with parameters of type Entity Constructor Description EntityRelationImpl(Entity subject, String predicate, Entity object) -
Uses of Entity in de.digitalcollections.model.impl.identifiable.entity.parts
Methods in de.digitalcollections.model.impl.identifiable.entity.parts that return types with arguments of type Entity Modifier and Type Method Description List<Entity>SubtopicImpl. getEntities()Method parameters in de.digitalcollections.model.impl.identifiable.entity.parts with type arguments of type Entity Modifier and Type Method Description voidSubtopicImpl. setEntities(List<Entity> entities)
-