Class LocalStorageService
java.lang.Object
de.frachtwerk.essencium.storage.generic.provider.local.AbstractLocalStorageService<IdentityFile,Long,IdentityStorageInfo>
de.frachtwerk.essencium.storage.impl.identity.provider.local.LocalStorageService
- All Implemented Interfaces:
StorageService<IdentityFile,Long, IdentityStorageInfo>
@Service
public class LocalStorageService
extends AbstractLocalStorageService<IdentityFile,Long,IdentityStorageInfo>
-
Constructor Summary
ConstructorsConstructorDescriptionLocalStorageService(@NotNull LocalFileCreator fileCreator, @NotNull LocalStorageConfiguration config, @NotNull UniqueNameCreator uniqueNameCreator) -
Method Summary
Methods inherited from class de.frachtwerk.essencium.storage.generic.provider.local.AbstractLocalStorageService
deleteFile, getType, loadFile, saveFile
-
Constructor Details
-
LocalStorageService
public LocalStorageService(@NotNull @NotNull LocalFileCreator fileCreator, @NotNull @NotNull LocalStorageConfiguration config, @NotNull @NotNull UniqueNameCreator uniqueNameCreator)
-
-
Method Details
-
getNewLocalStorageInfo
protected AbstractLocalStorageInfo<IdentityFile,Long, getNewLocalStorageInfoIdentityStorageInfo> (IdentityFile file, String path) - Specified by:
getNewLocalStorageInfoin classAbstractLocalStorageService<IdentityFile,Long, IdentityStorageInfo>
-