Class TransactionalResourceHelper
java.lang.Object
org.alfresco.module.org_alfresco_module_rm.util.TransactionalResourceHelper
Delegate spring bean for TransactionResourceHelper
- Since:
- 2.3
- Author:
- Roy Wetherall
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
decrementCount
(Object resourceKey, boolean allowNegative) int
<V> List<V>
<K,
V> Map<K, V> <V> Set<V>
<V> TreeSet<V>
getTreeSet
(Object resourceKey) int
incrementCount
(Object resourceKey) boolean
isResourcePresent
(Object resourceKey) void
resetCount
(Object resourceKey)
-
Constructor Details
-
TransactionalResourceHelper
public TransactionalResourceHelper()
-
-
Method Details
-
getCount
-
resetCount
-
incrementCount
-
decrementCount
-
isResourcePresent
-
getMap
-
getSet
-
getTreeSet
-
getList
-