Uses of Interface
de.digitalcollections.model.api.identifiable.resource.ImageFileResource
-
Uses of ImageFileResource in de.digitalcollections.model.api.identifiable
Methods in de.digitalcollections.model.api.identifiable that return ImageFileResource Modifier and Type Method Description ImageFileResourceIdentifiable. getPreviewImage()Methods in de.digitalcollections.model.api.identifiable with parameters of type ImageFileResource Modifier and Type Method Description voidIdentifiable. setPreviewImage(ImageFileResource previewImage) -
Uses of ImageFileResource in de.digitalcollections.model.api.legal
Methods in de.digitalcollections.model.api.legal that return types with arguments of type ImageFileResource Modifier and Type Method Description java.util.List<ImageFileResource>License. getSymbolImages()Method parameters in de.digitalcollections.model.api.legal with type arguments of type ImageFileResource Modifier and Type Method Description voidLicense. setSymbolImages(java.util.List<ImageFileResource> symbolImages) -
Uses of ImageFileResource in de.digitalcollections.model.impl.identifiable
Fields in de.digitalcollections.model.impl.identifiable declared as ImageFileResource Modifier and Type Field Description protected ImageFileResourceIdentifiableImpl. previewImageMethods in de.digitalcollections.model.impl.identifiable that return ImageFileResource Modifier and Type Method Description ImageFileResourceIdentifiableImpl. getPreviewImage()Methods in de.digitalcollections.model.impl.identifiable with parameters of type ImageFileResource Modifier and Type Method Description voidIdentifiableImpl. setPreviewImage(ImageFileResource previewImage) -
Uses of ImageFileResource in de.digitalcollections.model.impl.identifiable.resource
Classes in de.digitalcollections.model.impl.identifiable.resource that implement ImageFileResource Modifier and Type Class Description classImageFileResourceImpl -
Uses of ImageFileResource in de.digitalcollections.model.impl.legal
Methods in de.digitalcollections.model.impl.legal that return types with arguments of type ImageFileResource Modifier and Type Method Description java.util.List<ImageFileResource>LicenseImpl. getSymbolImages()Method parameters in de.digitalcollections.model.impl.legal with type arguments of type ImageFileResource Modifier and Type Method Description voidLicenseImpl. setSymbolImages(java.util.List<ImageFileResource> symbolImages)