Class OnlyOfficeKeyManager.KeyInformation
- java.lang.Object
-
- org.ametys.plugins.workspaces.documents.onlyoffice.OnlyOfficeKeyManager.KeyInformation
-
- Enclosing class:
- OnlyOfficeKeyManager
private static class OnlyOfficeKeyManager.KeyInformation extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private String
_key
private int
_nbHolders
-
Constructor Summary
Constructors Constructor Description KeyInformation(String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
decrementHolders()
(package private) void
incrementHolders()
-
-
-
Field Detail
-
_nbHolders
private int _nbHolders
-
-
Constructor Detail
-
KeyInformation
KeyInformation(String key)
-
-
Method Detail
-
incrementHolders
void incrementHolders()
-
decrementHolders
void decrementHolders()
-
-