Uses of Interface
de.digitalcollections.model.api.identifiable.entity.Entity
-
Uses of Entity in de.digitalcollections.model.api.identifiable.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.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 Entity Modifier and Type Method Description EntityEntityRelation. getObject()EntityEntityRelation. getSubject()Methods in de.digitalcollections.model.api.identifiable.entity that return types with arguments of type Entity Modifier and Type Method Description java.util.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)voidEntityRelation. setObject(Entity objectEntity)voidEntityRelation. setSubject(Entity subjectEntity)Method parameters in de.digitalcollections.model.api.identifiable.entity with type arguments of type Entity Modifier and Type Method Description voidCollection. setEntities(java.util.List<Entity> entities) -
Uses of Entity in de.digitalcollections.model.api.identifiable.entity.agent
Subinterfaces of Entity in de.digitalcollections.model.api.identifiable.entity.agent Modifier and Type Interface Description interfaceAgenthttps://books.google.de/books?interfaceCorporateBodyCorporateBody is used to describe a (business) corporation (e.g. a project partner or organization or creator of a work).interfaceFamilyinterfacePersonHuman being that has certain capacities or attributes constituting personhood. -
Uses of Entity in de.digitalcollections.model.api.identifiable.entity.geo
Subinterfaces of Entity in de.digitalcollections.model.api.identifiable.entity.geo Modifier and Type Interface Description interfaceGeoLocationA location located on earth.interfaceHumanSettlementA community of any size, in which people live see https://www.wikidata.org/wiki/Q486972 -
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 java.util.List<Entity>Subtopic. addEntity(Entity entity)java.util.List<Entity>Subtopic. getEntities()Methods in de.digitalcollections.model.api.identifiable.entity.parts with parameters of type Entity Modifier and Type Method Description default java.util.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(java.util.List<Entity> entities) -
Uses of Entity in de.digitalcollections.model.api.identifiable.entity.work
Subinterfaces of Entity in de.digitalcollections.model.api.identifiable.entity.work Modifier and Type Interface Description interfaceExpressionFrom https://web.library.yale.edu/cataloging/music/frbr-wemi-music#work:interfaceItemFrom https://web.library.yale.edu/cataloging/music/frbr-wemi-music#item:interfaceManifestationFrom https://web.library.yale.edu/cataloging/music/frbr-wemi-music#work:interfaceWorkFrom https://web.library.yale.edu/cataloging/music/frbr-wemi-music#work: -
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 classArticleImplclassCollectionImplclassDigitalObjectImplclassEntityImplclassProjectImplclassTopicImplseeTopicclassWebsiteImplseeWebsiteMethods 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 java.util.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(java.util.List<Entity> entities)Constructors in de.digitalcollections.model.impl.identifiable.entity with parameters of type Entity Constructor Description EntityRelationImpl(Entity subject, java.lang.String predicate, Entity object) -
Uses of Entity in de.digitalcollections.model.impl.identifiable.entity.agent
Classes in de.digitalcollections.model.impl.identifiable.entity.agent that implement Entity Modifier and Type Class Description classAgentImplclassCorporateBodyImplclassFamilyImplclassPersonImpl -
Uses of Entity in de.digitalcollections.model.impl.identifiable.entity.geo
Classes in de.digitalcollections.model.impl.identifiable.entity.geo that implement Entity Modifier and Type Class Description classGeoLocationImplclassHumanSettlementImpl -
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 java.util.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(java.util.List<Entity> entities) -
Uses of Entity in de.digitalcollections.model.impl.identifiable.entity.work
Classes in de.digitalcollections.model.impl.identifiable.entity.work that implement Entity Modifier and Type Class Description classExpressionImplclassItemImplclassManifestationImplclassWorkImpl