| Package | Description |
|---|---|
| com.helger.photon.basic.security.lock |
| Modifier and Type | Method and Description |
|---|---|
ELocked |
ILockManager.lockObject(IDTYPE aObjID)
Lock the object with the given ID.
|
ELocked |
DefaultLockManager.lockObject(IDTYPE aObjID) |
ELocked |
ILockManager.lockObject(IDTYPE aObjID,
String sUserID)
Lock the object with the given ID.
|
ELocked |
DefaultLockManager.lockObject(IDTYPE aObjID,
String sUserID) |
ELocked |
ObjectLockManager.lockObject(String sObjID) |
ELocked |
ObjectLockManager.lockObject(String sObjID,
String sUserID) |
static ELocked |
ELocked.valueOf(boolean bLocked) |
static ELocked |
ELocked.valueOf(ILockedIndicator eLockingIndicator) |
static ELocked |
ELocked.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ELocked[] |
ELocked.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LockResult(IDTYPE aObjID,
ELocked eLocked,
boolean bIsNewLock,
List<IDTYPE> aUnlockedObjects) |
Copyright © 2014–2015 Philip Helger. All rights reserved.