Uses of Interface
de.digitalcollections.model.api.identifiable.Identifiable
-
-
Uses of Identifiable in de.digitalcollections.model.api.identifiable
Subinterfaces of Identifiable in de.digitalcollections.model.api.identifiable Modifier and Type Interface Description interfaceNode<N extends Node>Node is used to structure cultural content hierarchically. -
Uses of Identifiable in de.digitalcollections.model.api.identifiable.entity
Subinterfaces of Identifiable 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.interfaceEntityAn entity.interfaceProjectProject is used to describe a project (like a digitization project or an electronic publishing project).interfaceWebsiteA Website. -
Uses of Identifiable in de.digitalcollections.model.api.identifiable.entity.parts
Subinterfaces of Identifiable in de.digitalcollections.model.api.identifiable.entity.parts Modifier and Type Interface Description interfaceContentNode<N extends Node>interfaceEntityPartA part of an entity.interfaceWebpage<W extends Webpage>A Webpage. -
Uses of Identifiable in de.digitalcollections.model.api.identifiable.resource
Subinterfaces of Identifiable in de.digitalcollections.model.api.identifiable.resource Modifier and Type Interface Description interfaceApplicationFileResourceAn application file resource.interfaceAudioFileResourceAn audio file resource.interfaceFileResourceA FileResource (source) describes any file, regardless of its physical location, used storage technology or required display means (aka "Viewer").interfaceImageFileResourceAn image file resource.interfaceLinkedDataFileResourceThis class represents a linked data file resource, referenced through an uri and specified by the context definition and the corresponding (object) type.interfaceTextFileResourceA text file resource.interfaceVideoFileResourceA video file resource. -
Uses of Identifiable in de.digitalcollections.model.impl.identifiable
Classes in de.digitalcollections.model.impl.identifiable that implement Identifiable Modifier and Type Class Description classIdentifiableImplclassNodeImpl<N extends Node> -
Uses of Identifiable in de.digitalcollections.model.impl.identifiable.entity
Classes in de.digitalcollections.model.impl.identifiable.entity that implement Identifiable Modifier and Type Class Description classArticleImplclassCollectionImplclassContentTreeImplseeContentTreeclassCorporationImplclassDigitalObjectImplclassEntityImplclassProjectImplclassWebsiteImplseeWebsite -
Uses of Identifiable in de.digitalcollections.model.impl.identifiable.entity.parts
Classes in de.digitalcollections.model.impl.identifiable.entity.parts that implement Identifiable Modifier and Type Class Description classContentNodeImplclassEntityPartImplclassWebpageImpl -
Uses of Identifiable in de.digitalcollections.model.impl.identifiable.resource
Classes in de.digitalcollections.model.impl.identifiable.resource that implement Identifiable Modifier and Type Class Description classApplicationFileResourceImplclassAudioFileResourceImplclassFileResourceImplclassImageFileResourceImplclassLinkedDataFileResourceImplclassTextFileResourceImplclassVideoFileResourceImpl
-