OlmLoadOptions

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.

Constructors

Constructor Description
OlmLoadOptions() Initializes new instance of OlmLoadOptions class.

Fields

Field Description
folder

Methods

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.

OlmLoadOptions()

public OlmLoadOptions()

Initializes new instance of OlmLoadOptions class.

folder

public String folder

memberwiseClone()

public Object memberwiseClone()

Returns: java.lang.Object

isConvertOwner()

public boolean isConvertOwner()

The owner will not be converted

Returns: boolean

isConvertOwned()

public boolean isConvertOwned()

Option to control whether the owned documents in the documents container must be converted

Returns: boolean

getFolder()

public String getFolder()

Folder which to be processed Default is Inbox

Returns: java.lang.String

setFolder(String folder)

public void setFolder(String folder)

Parameters:

Parameter Type Description
folder java.lang.String

getDepth()

public int getDepth()

Option to control how many levels in depth to perform conversion Default: 3

Returns: int

setDepth(int depth)

public void setDepth(int depth)

Parameters:

Parameter Type Description
depth int

deepClone()

public Object deepClone()

Clones current instance.

Returns: java.lang.Object