mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

abobrov
15.07.2008 f531c4dd73411208ae6469a4ad5431795719871f
opendj-sdk/opends/src/server/org/opends/server/backends/task/Task.java
@@ -580,6 +580,18 @@
  }
  /**
   * Indicates whether or not this task is an iteration of
   * some recurring task.
   *
   * @return boolean where true indicates that this task is
   *         recurring, false otherwise.
   */
  public boolean isRecurring()
  {
    return (recurringTaskID != null);
  }
  /**
   * Indicates whether or not this task has been cancelled.
   *
   * @return boolean where true indicates that this task was