OfficeServerConfiguration
instead.@Role @Deprecated public interface OpenOfficeConfiguration
These configuration properties are defined in XWiki's global configuration file using the prefix of "officeimporter".
Modifier and Type | Field and Description |
---|---|
static int |
SERVER_TYPE_EXTERNAL_LOCAL
Deprecated.
Indicates an externally managed locally deployed office server instance.
|
static int |
SERVER_TYPE_EXTERNAL_REMOTE
Deprecated.
Indicates an externally managed remotely deployed office server instance.
|
static int |
SERVER_TYPE_INTERNAL
Deprecated.
Indicates an internally managed office server instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getHomePath()
Deprecated.
|
int |
getMaxTasksPerProcess()
Deprecated.
|
String |
getProfilePath()
Deprecated.
|
int |
getServerPort()
Deprecated.
|
int |
getServerType()
Deprecated.
Returns the type of the office server instance consumed by office importer module:
0 - Internally managed server instance
1 - Externally managed (local) server instance
.
|
long |
getTaskExecutionTimeout()
Deprecated.
|
boolean |
isAutoStart()
Deprecated.
|
static final int SERVER_TYPE_INTERNAL
static final int SERVER_TYPE_EXTERNAL_LOCAL
static final int SERVER_TYPE_EXTERNAL_REMOTE
int getServerType()
int getServerPort()
boolean isAutoStart()
String getHomePath()
null
if the home path is not configured and the
office installation is not detected (which means the office server is either not installed or it is
installed at a custom path)String getProfilePath()
null
by defaultint getMaxTasksPerProcess()
long getTaskExecutionTimeout()
Copyright © 2004–2021 XWiki. All rights reserved.