| java.lang.Object | |||
| ↳ | com.atlassian.core.task.longrunning.AbstractLongRunningTask | ||
| ↳ | com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask | ||
| ↳ | com.atlassian.confluence.mail.importers.MboxImporter | ||
|
[Expand]
Inherited Fields | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.core.task.longrunning.AbstractLongRunningTask
| |||||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Perform the import.
| |||||||||||
Set the file the mail will be read from.
| |||||||||||
You don't need to set the input stream if you've already set a File
| |||||||||||
Provided by Spring
| |||||||||||
Provided by Spring
| |||||||||||
Set the space the mails will be added to.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
| |||||||||||||||||||||||||||||||||||
From class
com.atlassian.core.task.longrunning.AbstractLongRunningTask
| |||||||||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||||
From interface
com.atlassian.core.task.longrunning.LongRunningTask
| |||||||||||||||||||||||||||||||||||
From interface
java.lang.Runnable
| |||||||||||||||||||||||||||||||||||
Perform the import. You must have both space and one of File or input set before running this method.
Set the file the mail will be read from. Reading from a file is preferred as we can pre-scan it to determine the total number of mails to import
| file | the file the mails will be read from |
|---|
You don't need to set the input stream if you've already set a File
| input | the input stream to read the mail from |
|---|
Provided by Spring
Set the space the mails will be added to.
| space | the space the mails will be added to |
|---|

