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 TypeMethodDescriptionintdecrementCount(Object resourceKey, boolean allowNegative) int<V> List<V> <K,V> Map <K, V> <V> Set<V> <V> TreeSet<V> getTreeSet(Object resourceKey) intincrementCount(Object resourceKey) booleanisResourcePresent(Object resourceKey) voidresetCount(Object resourceKey)
-
Constructor Details
-
TransactionalResourceHelper
public TransactionalResourceHelper()
-
-
Method Details
-
getCount
- See Also:
-
resetCount
- See Also:
-
incrementCount
- See Also:
-
decrementCount
- See Also:
-
isResourcePresent
- See Also:
-
getMap
- See Also:
-
getSet
- See Also:
-
getTreeSet
- See Also:
-
getList
- See Also:
-