Interface ApplicationFileResource
-
- All Superinterfaces:
FileResource,Identifiable
- All Known Implementing Classes:
ApplicationFileResourceImpl
public interface ApplicationFileResource extends FileResource
An application file resource. Mimetype starts with "application/".
-
-
Method Summary
-
Methods inherited from interface de.digitalcollections.model.api.identifiable.resource.FileResource
getFilename, getFilenameExtension, getLicense, getMimeType, getSizeInBytes, getUri, isReadonly, setFilename, setLicense, setMimeType, setReadonly, setSizeInBytes, setUri
-
Methods inherited from interface de.digitalcollections.model.api.identifiable.Identifiable
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, setType, setUuid
-
-