Class ExportOptions.Builder
java.lang.Object
oracle.webcenter.portal.persistence.ExportOptions.Builder
- Enclosing class:
- ExportOptions
Builder class for ExportOptions objects
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a new ExportOptions object that combines the options that have been setsetExcludeSeeded(boolean excludeSeeded) Sets whether seeded objects should be excluded from the exportsetFollowReferences(boolean followReferences) Sets whether references should be followed
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setFollowReferences
Sets whether references should be followed- Parameters:
followReferences- true if references should be followed, otherwise false- Returns:
- this object for method chaining
-
setExcludeSeeded
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
Builds a new ExportOptions object that combines the options that have been set- Returns:
- the new ExportOptions object
-