public interface ItemLockingService
ItemModel for processing.| Modifier and Type | Method and Description |
|---|---|
boolean |
isLocked(ItemModel item)
Checks if the
ItemModel is locked for processing . |
void |
lock(ItemModel item)
Locks the
ItemModel for processing. |
void |
lockAll(java.util.Collection<ItemModel> items)
Locks the
Collection of the ItemModel for processing. |
void |
unlock(ItemModel item)
Unlocks the
ItemModel for processing. |
void |
unlockAll(java.util.Collection<ItemModel> items)
Unlocks the
Collection of the ItemModel for processing. |
void lockAll(java.util.Collection<ItemModel> items)
Collection of the ItemModel for processing. If the ItemModel is already locked it
has no effect.items - The Collection of the ItemModel to be locked.void unlockAll(java.util.Collection<ItemModel> items)
Collection of the ItemModel for processing. If the ItemModel is already unlocked
it has no effect.items - The Collection of the ItemModel to be unlocked.Copyright © 2018 SAP SE. All Rights Reserved.