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 java.util.List<FileResource>DigitalObject. getFileResources()Methods in de.digitalcollections.model.api.identifiable.entity with parameters of type FileResource Modifier and Type Method Description voidDigitalObject. 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(java.util.List<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 java.util.List<FileResource>Subtopic. addFileResource(FileResource fileResource)java.util.List<FileResource>Subtopic. getFileResources()Methods in de.digitalcollections.model.api.identifiable.entity.parts with parameters of type FileResource Modifier and Type Method Description default java.util.List<FileResource>Subtopic. addFileResource(FileResource fileResource)Method parameters in de.digitalcollections.model.api.identifiable.entity.parts with type arguments of type FileResource Modifier and Type Method Description voidSubtopic. setFileResources(java.util.List<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 java.util.List<FileResource>DigitalObjectImpl. getFileResources()Methods in de.digitalcollections.model.impl.identifiable.entity with parameters of type FileResource Modifier and Type Method Description voidDigitalObjectImpl. 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(java.util.List<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 java.util.List<FileResource>SubtopicImpl. getFileResources()Method parameters in de.digitalcollections.model.impl.identifiable.entity.parts with type arguments of type FileResource Modifier and Type Method Description voidSubtopicImpl. setFileResources(java.util.List<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