Class ILockProjectService.LockOptions
- java.lang.Object
-
- com.nomagic.magicdraw.teamwork2.locks.ILockProjectService.LockOptions
-
- Enclosing interface:
- ILockProjectService
public static class ILockProjectService.LockOptions extends java.lang.Object
Locking operation options
-
-
Constructor Summary
Constructors Constructor Description LockOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isLockRecursively()
boolean
isShowNotLockedElementsNotification()
void
setLockRecursively(boolean lockRecursively)
void
setShowNotLockedElementsNotification(boolean showNotLockedElementsNotification)
-
-
-
Method Detail
-
isShowNotLockedElementsNotification
public boolean isShowNotLockedElementsNotification()
- Returns:
- true if notification about failed locks should be shown to user. Default value is true
-
setShowNotLockedElementsNotification
public void setShowNotLockedElementsNotification(boolean showNotLockedElementsNotification)
-
isLockRecursively
public boolean isLockRecursively()
- Returns:
- true if elements should be locked recursively
-
setLockRecursively
public void setLockRecursively(boolean lockRecursively)
-
-