| Package | Description |
|---|---|
| com.helger.photon.basic.security.lock |
| Modifier and Type | Method and Description |
|---|---|
static <IDTYPE> LockResult<IDTYPE> |
LockResult.createFailure(IDTYPE aObjID) |
LockResult<IDTYPE> |
ILockManager.lockObjectAndUnlockAllOthers(IDTYPE aObjID)
Lock the object with the given ID and unlock all other objects.
|
LockResult<IDTYPE> |
DefaultLockManager.lockObjectAndUnlockAllOthers(IDTYPE aObjID) |
LockResult<IDTYPE> |
ILockManager.lockObjectAndUnlockAllOthers(IDTYPE aObjID,
String sUserID)
Lock the object with the given ID and unlock all other objects.
|
LockResult<IDTYPE> |
DefaultLockManager.lockObjectAndUnlockAllOthers(IDTYPE aObjID,
String sUserID) |
LockResult<String> |
ObjectLockManager.lockObjectAndUnlockAllOthers(String sObjID) |
LockResult<String> |
ObjectLockManager.lockObjectAndUnlockAllOthers(String sObjID,
String sUserID) |
Copyright © 2014–2015 Philip Helger. All rights reserved.