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.interfaceContentTreeA content tree.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).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 LinkedHashSet<Entity>ContentNode. addEntity(Entity entity)LinkedHashSet<Entity>ContentNode. getEntities()Methods in de.digitalcollections.model.api.identifiable.entity.parts with parameters of type Entity Modifier and Type Method Description default LinkedHashSet<Entity>ContentNode. addEntity(Entity entity)Method parameters in de.digitalcollections.model.api.identifiable.entity.parts with type arguments of type Entity Modifier and Type Method Description voidContentNode. setEntities(LinkedHashSet<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 classArticleImplclassCollectionImplclassContentTreeImplseeContentTreeclassCorporationImplclassDigitalObjectImplclassEntityImplclassProjectImplclassWebsiteImplseeWebsiteMethods 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 LinkedHashSet<Entity>ContentNodeImpl. getEntities()Method parameters in de.digitalcollections.model.impl.identifiable.entity.parts with type arguments of type Entity Modifier and Type Method Description voidContentNodeImpl. setEntities(LinkedHashSet<Entity> entities)
-