|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.rpc.soap.services.AdminSoapService
public class AdminSoapService
A Soap service holding functionality for Confluence Administrators.
Constructor Summary | |
---|---|
AdminSoapService()
|
Method Summary | |
---|---|
boolean |
clearIndexQueue()
Support remote interface for clearing out the index queue. |
java.lang.String |
exportSite(boolean exportAttachments)
Performs a site export and return the download url. |
boolean |
flushIndexQueue()
Support remote interface for flushing the index queue. |
RemoteClusterInformation |
getClusterInformation()
|
RemoteNodeStatus[] |
getClusterNodeStatuses()
|
RemoteServerInfo |
getServerInfo()
|
boolean |
importSpace(byte[] importData)
|
boolean |
installPlugin(java.lang.String pluginFileName,
byte[] pluginData)
|
boolean |
isDarkFeatureEnabled(java.lang.String key)
|
boolean |
isPluginEnabled(java.lang.String pluginKey)
|
boolean |
isPluginInstalled(java.lang.String pluginKey)
|
java.lang.String |
performBackup(boolean exportAttachments)
Performs a backup, and return the file path on the server. |
void |
setAdminUiProperties(AdminUiProperties adminUiProperties)
|
void |
setAnonymousUserPermissionsService(AnonymousUserPermissionsService anonymousUserPermissionsService)
|
void |
setClusterManager(ClusterManager clusterManager)
|
boolean |
setEnableAnonymousAccess(boolean value)
|
boolean |
setEnableWysiwyg(boolean value)
Deprecated. since 4.0. You can no longer disable the wysiwyg editor. |
void |
setGateKeeper(GateKeeper gateKeeper)
|
void |
setImportExportManager(ImportExportManager importExportManager)
|
void |
setIndexManager(ConfluenceIndexManager indexManager)
|
void |
setPermissionManager(PermissionManager permissionManager)
|
void |
setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)
|
void |
setPluginController(com.atlassian.plugin.PluginController pluginController)
|
void |
setSettingsManager(SettingsManager settingsManager)
|
void |
setSoapServiceHelper(SoapServiceHelper soapServiceHelper)
|
void |
setSpaceManager(SpaceManager spaceManager)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdminSoapService()
Method Detail |
---|
public java.lang.String exportSite(boolean exportAttachments) throws RemoteException
ConfluenceAdminUiProperties.ALLOW_MANUAL_BACKUP_DOWNLOAD_KEY
to
true in confluence.cfg.xml), this method will throw an exception.
exportAttachments
- if true, export attachments as well.
RemoteException
- if there are any errors performing the export (including authorization errors).public java.lang.String performBackup(boolean exportAttachments) throws RemoteException
exportAttachments
- set to true to export attachments
RemoteException
- if there are any errors performing the export (including authentication errors).public RemoteServerInfo getServerInfo() throws RemoteException
RemoteException
public boolean flushIndexQueue() throws RemoteException
RemoteException
public boolean clearIndexQueue() throws RemoteException
RemoteException
public RemoteClusterInformation getClusterInformation()
public RemoteNodeStatus[] getClusterNodeStatuses()
public boolean importSpace(byte[] importData) throws RemoteException
RemoteException
public boolean isDarkFeatureEnabled(java.lang.String key)
@Deprecated public boolean setEnableWysiwyg(boolean value)
public boolean isPluginInstalled(java.lang.String pluginKey) throws RemoteException
RemoteException
public boolean isPluginEnabled(java.lang.String pluginKey) throws RemoteException
RemoteException
public boolean installPlugin(java.lang.String pluginFileName, byte[] pluginData) throws RemoteException
RemoteException
public boolean setEnableAnonymousAccess(boolean value)
public void setSpaceManager(SpaceManager spaceManager)
public void setImportExportManager(ImportExportManager importExportManager)
public void setGateKeeper(GateKeeper gateKeeper)
public void setSoapServiceHelper(SoapServiceHelper soapServiceHelper)
public void setIndexManager(ConfluenceIndexManager indexManager)
public void setClusterManager(ClusterManager clusterManager)
public void setPermissionManager(PermissionManager permissionManager)
public void setSettingsManager(SettingsManager settingsManager)
public void setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)
public void setPluginController(com.atlassian.plugin.PluginController pluginController)
public void setAnonymousUserPermissionsService(AnonymousUserPermissionsService anonymousUserPermissionsService)
public void setAdminUiProperties(AdminUiProperties adminUiProperties)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |