Package org.alfresco.filesys.alfresco
Interface NetworkFileLegacyReferenceCount
-
- All Known Implementing Classes:
ContentNetworkFile,LinkMemoryNetworkFile,MSOfficeContentNetworkFile,NodeRefNetworkFile,OpenOfficeContentNetworkFile,TempNetworkFile
public interface NetworkFileLegacyReferenceCountDoes this NetworkFile have reference counting?
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intdecrementLagacyOpenCount()Decrement the file open countintgetLegacyOpenCount()Return the open file countintincrementLegacyOpenCount()Increment the file open count, first open = 1;
-
-
-
Method Detail
-
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
-
-