public abstract class AbstractAVMLockDAOImpl extends Object implements AVMLockDAO
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
AbstractAVMLockDAOImpl()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract int |
deletePropertyUniqueContexts(Long avmLocksValueId,
Long avmStoreNameId,
String dirPathToMatch,
String lockDataStoreKey,
String lockDataStoreValue) |
void |
removeLocks(String avmStore,
String dirPathToMatch,
Map<String,String> lockDataToMatch)
Remove all locks for a specific AVM store that start with a given directory path
that also optionally match a map of lock data entries.
|
void |
setPropertyValueDAO(PropertyValueDAO propertyValueDAO) |
public void setPropertyValueDAO(PropertyValueDAO propertyValueDAO)
public void removeLocks(String avmStore, String dirPathToMatch, Map<String,String> lockDataToMatch)
removeLocks in interface AVMLockDAOavmStore - the name of the AVM storedirPathToMatch - optional - start with given directory path or null to match alllockDataToMatch - optional - lock data to match (note: all entries must match) or null/empty to match allCopyright © 2005–2014 Alfresco Software. All rights reserved.