Package org.alfresco.filesys.alfresco
Interface NetworkFileLegacyReferenceCount
- All Known Implementing Classes:
ContentNetworkFile,LinkMemoryNetworkFile,MSOfficeContentNetworkFile,NodeRefNetworkFile,OpenOfficeContentNetworkFile,TempNetworkFile
public interface NetworkFileLegacyReferenceCount
Does this NetworkFile have reference counting?
-
Method Summary
Modifier and TypeMethodDescriptionintDecrement the file open countintReturn the open file countintIncrement the file open count, first open = 1;
-
Method Details
-
incrementLegacyOpenCount
int incrementLegacyOpenCount()Increment the file open count, first open = 1;- Returns:
- the current open count
-
decrementLagacyOpenCount
int decrementLagacyOpenCount()Decrement the file open count- Returns:
- the current open count
-
getLegacyOpenCount
int getLegacyOpenCount()Return the open file count- Returns:
- the current open count
-