Uses of Interface
de.digitalcollections.model.api.identifiable.resource.FileResource
-
-
Uses of FileResource in de.digitalcollections.model.api.identifiable.entity
Methods in de.digitalcollections.model.api.identifiable.entity that return types with arguments of type FileResource Modifier and Type Method Description LinkedHashSet<FileResource>DigitalObject. addFileResource(FileResource fileResource)LinkedHashSet<FileResource>DigitalObject. getFileResources()Methods in de.digitalcollections.model.api.identifiable.entity with parameters of type FileResource Modifier and Type Method Description LinkedHashSet<FileResource>DigitalObject. addFileResource(FileResource fileResource)Method parameters in de.digitalcollections.model.api.identifiable.entity with type arguments of type FileResource Modifier and Type Method Description voidDigitalObject. setFileResources(LinkedHashSet<FileResource> fileResources) -
Uses of FileResource in de.digitalcollections.model.api.identifiable.entity.parts
Methods in de.digitalcollections.model.api.identifiable.entity.parts that return types with arguments of type FileResource Modifier and Type Method Description default LinkedHashSet<FileResource>ContentNode. addFileResource(FileResource fileResource)LinkedHashSet<FileResource>ContentNode. getFileResources()Methods in de.digitalcollections.model.api.identifiable.entity.parts with parameters of type FileResource Modifier and Type Method Description default LinkedHashSet<FileResource>ContentNode. addFileResource(FileResource fileResource)Method parameters in de.digitalcollections.model.api.identifiable.entity.parts with type arguments of type FileResource Modifier and Type Method Description voidContentNode. setFileResources(LinkedHashSet<FileResource> fileResources) -
Uses of FileResource in de.digitalcollections.model.api.identifiable.resource
Subinterfaces of FileResource in de.digitalcollections.model.api.identifiable.resource Modifier and Type Interface Description interfaceApplicationFileResourceAn application file resource.interfaceAudioFileResourceAn audio file resource.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 FileResource in de.digitalcollections.model.impl.identifiable.entity
Methods in de.digitalcollections.model.impl.identifiable.entity that return types with arguments of type FileResource Modifier and Type Method Description LinkedHashSet<FileResource>DigitalObjectImpl. addFileResource(FileResource fileResource)LinkedHashSet<FileResource>DigitalObjectImpl. getFileResources()Methods in de.digitalcollections.model.impl.identifiable.entity with parameters of type FileResource Modifier and Type Method Description LinkedHashSet<FileResource>DigitalObjectImpl. addFileResource(FileResource fileResource)Method parameters in de.digitalcollections.model.impl.identifiable.entity with type arguments of type FileResource Modifier and Type Method Description voidDigitalObjectImpl. setFileResources(LinkedHashSet<FileResource> fileResources) -
Uses of FileResource in de.digitalcollections.model.impl.identifiable.entity.parts
Methods in de.digitalcollections.model.impl.identifiable.entity.parts that return types with arguments of type FileResource Modifier and Type Method Description LinkedHashSet<FileResource>ContentNodeImpl. getFileResources()Method parameters in de.digitalcollections.model.impl.identifiable.entity.parts with type arguments of type FileResource Modifier and Type Method Description voidContentNodeImpl. setFileResources(LinkedHashSet<FileResource> fileResources) -
Uses of FileResource in de.digitalcollections.model.impl.identifiable.resource
Classes in de.digitalcollections.model.impl.identifiable.resource that implement FileResource Modifier and Type Class Description classApplicationFileResourceImplclassAudioFileResourceImplclassFileResourceImplclassImageFileResourceImplclassLinkedDataFileResourceImplclassTextFileResourceImplclassVideoFileResourceImpl
-