Interface ISourceFileHelper
-
- All Known Subinterfaces:
IStorageWrapper
- All Known Implementing Classes:
BaseStorage
public interface ISourceFileHelper
Helper interface, for fetchingISourceFile
instances from their unique id
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISourceFile
getSourceFile(long persistentId)
Fetches instance of theISourceFile
for the unique id passed
-
-
-
Method Detail
-
getSourceFile
ISourceFile getSourceFile(long persistentId)
Fetches instance of theISourceFile
for the unique id passed- Parameters:
persistentId
- unique id of the file- Returns:
- instance
-
-