Uses of Class
de.xima.fc.prompt.mgmt.service.Locked
Packages that use Locked
-
Uses of Locked in de.xima.fc.prompt.mgmt.service
Methods in de.xima.fc.prompt.mgmt.service that return LockedModifier and TypeMethodDescriptionIPromptManagementService.lockConnection(IUser user, PromptObjectIdentifier connection) Locks the given connection for editing.static <Lock,Item>
Locked<Lock, Item> Locked.locked(Lock lock, Item item) Creates a new locked instance with the given lock and item.IPromptManagementService.lockQuery(IUser user, PromptObjectIdentifier query) Locks the given query for editing.static <Lock,Item>
Locked<Lock, Item> Locked.of(Lock lock, Item item) Creates a new locked instance with the given lock and item.