Class ILockProjectService.LockOptions

  • Enclosing interface:
    ILockProjectService

    public static class ILockProjectService.LockOptions
    extends java.lang.Object
    Locking operation options
    • Field Detail

      • showNotLockedElementsNotification

        private boolean showNotLockedElementsNotification
      • lockRecursively

        private boolean lockRecursively
    • Constructor Detail

      • LockOptions

        public LockOptions()
    • 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)