Class ILockProjectService.LockOptions
java.lang.Object
com.nomagic.magicdraw.teamwork2.locks.ILockProjectService.LockOptions
- Enclosing interface:
- ILockProjectService
Locking operation options
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setLockRecursively
(boolean lockRecursively) void
setShowNotLockedElementsNotification
(boolean showNotLockedElementsNotification)
-
Constructor Details
-
LockOptions
public LockOptions()
-
-
Method Details
-
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)
-