| Package | Description |
|---|---|
| de.cismet.cismap.commons.gui.attributetable |
| Modifier and Type | Class and Description |
|---|---|
class |
LockFromSameUserAlreadyExistsException
This exception will be thrown, when an object that is already locked, should be locked again.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
H2FeatureServiceLocker.lock(AbstractFeatureService service,
boolean multiLockForSameUserAllowed) |
Object |
FeatureLockingInterface.lock(AbstractFeatureService service,
boolean multiLockForSameUserAllowed)
locks the given feature service.
|
Object |
H2FeatureServiceLocker.lock(Feature feature,
boolean multiLockForSameUserAllowed) |
Object |
FeatureLockingInterface.lock(Feature feature,
boolean multiLockForSameUserAllowed)
locks the given feature.
|
Object |
H2FeatureServiceLocker.lock(List<Feature> features,
boolean multiLockForSameUserAllowed) |
Object |
FeatureLockingInterface.lock(List<Feature> feature,
boolean multiLockForSameUserAllowed)
locks the given feature list.
|
Copyright © 2012–2025 cismet GmbH. All rights reserved.