OlmLoadOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject, com.groupdocs.conversion.options.load.LoadOptions
All Implemented Interfaces: com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptions, java.lang.Cloneable, java.io.Serializable
public final class OlmLoadOptions extends LoadOptions implements IDocumentsContainerLoadOptions, Cloneable, Serializable
Options for loading Olm documents.
| Constructor | Description |
|---|---|
| OlmLoadOptions() | Initializes new instance of OlmLoadOptions class. |
| Field | Description |
|---|---|
| folder |
| Method | Description |
|---|---|
| memberwiseClone() | |
| isConvertOwner() | The owner will not be converted |
| isConvertOwned() | {@inheritDoc} |
| getFolder() | Folder which to be processed Default is Inbox |
| setFolder(String folder) | |
| getDepth() | {@inheritDoc} Default: 3 |
| setDepth(int depth) | |
| deepClone() | Clones current instance. |
public OlmLoadOptions()
Initializes new instance of OlmLoadOptions class.
public String folder
public Object memberwiseClone()
Returns: java.lang.Object
public boolean isConvertOwner()
The owner will not be converted
Returns: boolean
public boolean isConvertOwned()
Option to control whether the owned documents in the documents container must be converted
Returns: boolean
public String getFolder()
Folder which to be processed Default is Inbox
Returns: java.lang.String
public void setFolder(String folder)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| folder | java.lang.String |
public int getDepth()
Option to control how many levels in depth to perform conversion Default: 3
Returns: int
public void setDepth(int depth)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| depth | int |
public Object deepClone()
Clones current instance.
Returns: java.lang.Object
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.