Uses of Class
de.digitalcollections.model.identifiable.resource.FileResource
-
Packages that use FileResource Package Description de.digitalcollections.model.identifiable.entity de.digitalcollections.model.identifiable.resource -
-
Uses of FileResource in de.digitalcollections.model.identifiable.entity
Methods in de.digitalcollections.model.identifiable.entity that return types with arguments of type FileResource Modifier and Type Method Description List<FileResource>DigitalObject. getFileResources()List<FileResource>Topic. getFileResources()Methods in de.digitalcollections.model.identifiable.entity with parameters of type FileResource Modifier and Type Method Description voidDigitalObject. addFileResource(FileResource fileResource)voidTopic. addFileResource(FileResource fileResource)Method parameters in de.digitalcollections.model.identifiable.entity with type arguments of type FileResource Modifier and Type Method Description voidDigitalObject. setFileResources(List<FileResource> fileResources)voidTopic. setFileResources(List<FileResource> fileResources) -
Uses of FileResource in de.digitalcollections.model.identifiable.resource
Subclasses of FileResource in de.digitalcollections.model.identifiable.resource Modifier and Type Class Description classApplicationFileResourceAn application file resource.classAudioFileResourceAn audio file resource.classImageFileResourceAn image file resource.classLinkedDataFileResourceThis class represents a linked data file resource, referenced through an uri and specified by the context definition and the corresponding (object) type.classTextFileResourceA text file resource.classVideoFileResourceA video file resource.
-