Class UUIDFile
java.lang.Object
de.frachtwerk.essencium.backend.model.AbstractBaseModel<ID>
de.frachtwerk.essencium.storage.generic.model.AbstractFile<UUIDFile,UUID,UUIDStorageInfo>
de.frachtwerk.essencium.storage.impl.uuid.model.UUIDFile
-
Nested Class Summary
Nested classes/interfaces inherited from class de.frachtwerk.essencium.backend.model.AbstractBaseModel
de.frachtwerk.essencium.backend.model.AbstractBaseModel.AbstractBaseModelBuilder<ID extends Serializable,C extends de.frachtwerk.essencium.backend.model.AbstractBaseModel<ID>, B extends de.frachtwerk.essencium.backend.model.AbstractBaseModel.AbstractBaseModelBuilder<ID, C, B>> -
Field Summary
Fields inherited from class de.frachtwerk.essencium.backend.model.AbstractBaseModel
createdAt, createdBy, updatedAt, updatedBy -
Constructor Summary
ConstructorsConstructorDescriptionUUIDFile(@NotNull List<UUIDStorageInfo> infos, String name, int length, String mimeType) -
Method Summary
Modifier and TypeMethodDescription<T> Set<T>accept(StorageInfoVisitor<T, UUIDFile, UUID, UUIDStorageInfo> visitor) org.springframework.core.io.ResourcebooleanMethods inherited from class de.frachtwerk.essencium.storage.generic.model.AbstractFile
getStorageInfosMethods inherited from class de.frachtwerk.essencium.backend.model.AbstractBaseModel
canEqual, clone, equals, getCreatedAt, getCreatedBy, getUpdatedAt, getUpdatedBy, hashCode, setCreatedAt, setCreatedBy, setUpdatedAt, setUpdatedBy, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface de.frachtwerk.essencium.backend.model.Identifiable
getId, setId
-
Constructor Details
-
UUIDFile
public UUIDFile(@NotNull @NotNull List<UUIDStorageInfo> infos, String name, int length, String mimeType)
-
-
Method Details
-
isAvailable
public boolean isAvailable()- Specified by:
isAvailablein classAbstractFile<UUIDFile,UUID, UUIDStorageInfo>
-
getContent
public org.springframework.core.io.Resource getContent() -
accept
-