| | |
| | | * |
| | | * Copyright 2006-2009 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011-2016 ForgeRock AS. |
| | | * Portions Copyright 2026 3A Systems, LLC. |
| | | */ |
| | | package org.opends.server.backends.task; |
| | | |
| | |
| | | searchScheduledTasks = true; |
| | | searchRecurringTasks = true; |
| | | break; |
| | | default: |
| | | // No action needed for the remaining values. |
| | | break; |
| | | } |
| | | } |
| | | else if (baseDN.equals(scheduledTaskParentDN)) |
| | |
| | | case SUBORDINATES: |
| | | searchScheduledTasks = true; |
| | | break; |
| | | default: |
| | | // No action needed for the remaining values. |
| | | break; |
| | | } |
| | | } |
| | | else if (baseDN.equals(recurringTaskParentDN)) |
| | |
| | | case SUBORDINATES: |
| | | searchRecurringTasks = true; |
| | | break; |
| | | default: |
| | | // No action needed for the remaining values. |
| | | break; |
| | | } |
| | | } |
| | | else |