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