Class ExportOptions.Builder

java.lang.Object
oracle.webcenter.portal.persistence.ExportOptions.Builder
Enclosing class:
ExportOptions

@Exported public static class ExportOptions.Builder extends Object
Builder class for ExportOptions objects
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • setFollowReferences

      public ExportOptions.Builder setFollowReferences(boolean followReferences)
      Sets whether references should be followed
      Parameters:
      followReferences - true if references should be followed, otherwise false
      Returns:
      this object for method chaining
    • setExcludeSeeded

      public ExportOptions.Builder setExcludeSeeded(boolean excludeSeeded)
      Sets whether seeded objects should be excluded from the export
      Parameters:
      followReferences - true if seeded objects should be excluded, otherwise false
      Returns:
      this object for method chaining
    • build

      public ExportOptions build()
      Builds a new ExportOptions object that combines the options that have been set
      Returns:
      the new ExportOptions object