Package
Class
Use
Tree
Deprecated
Index
Help
eXo JCR :: Applications :: Backup Console 1.16.6-GA
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
D
E
F
G
I
L
M
O
R
S
B
BackupAgentResponse
- Class in
org.exoplatform.jcr.backupconsole
Created by The eXo Platform SAS.
BackupClient
- Interface in
org.exoplatform.jcr.backupconsole
Created by The eXo Platform SAS.
BackupClientImpl
- Class in
org.exoplatform.jcr.backupconsole
Created by The eXo Platform SAS.
BackupClientImpl(ClientTransport, String)
- Constructor for class org.exoplatform.jcr.backupconsole.
BackupClientImpl
Constructor.
BackupClientImpl(ClientTransport, String, String, String)
- Constructor for class org.exoplatform.jcr.backupconsole.
BackupClientImpl
Constructor.
BackupClientImpl(ClientTransport, FormAuthentication, String)
- Constructor for class org.exoplatform.jcr.backupconsole.
BackupClientImpl
Constructor.
BackupConsole
- Class in
org.exoplatform.jcr.backupconsole
Created by The eXo Platform SAS.
BackupConsole()
- Constructor for class org.exoplatform.jcr.backupconsole.
BackupConsole
BackupExecuteException
- Exception in
org.exoplatform.jcr.backupconsole
Internal backup client exception wrapper.
BackupExecuteException(String, Throwable)
- Constructor for exception org.exoplatform.jcr.backupconsole.
BackupExecuteException
Constructor.
BackupExecuteException(String)
- Constructor for exception org.exoplatform.jcr.backupconsole.
BackupExecuteException
Constructor.
C
ClientTransport
- Interface in
org.exoplatform.jcr.backupconsole
Created by The eXo Platform SAS.
ClientTransportImpl
- Class in
org.exoplatform.jcr.backupconsole
Created by The eXo Platform SAS.
ClientTransportImpl(String, String, String, String)
- Constructor for class org.exoplatform.jcr.backupconsole.
ClientTransportImpl
Constructor.
ClientTransportImpl(FormAuthentication, String, String)
- Constructor for class org.exoplatform.jcr.backupconsole.
ClientTransportImpl
Constructor.
D
drop(boolean, String, String)
- Method in interface org.exoplatform.jcr.backupconsole.
BackupClient
Drop workspace or repository.
drop(boolean, String, String)
- Method in class org.exoplatform.jcr.backupconsole.
BackupClientImpl
Drop workspace or repository.
E
executeGET(String)
- Method in interface org.exoplatform.jcr.backupconsole.
ClientTransport
Execute assigned sURL using current transport and return result as byte array.
executeGET(String)
- Method in class org.exoplatform.jcr.backupconsole.
ClientTransportImpl
Execute assigned sURL using current transport and return result as byte array.
executePOST(String, String)
- Method in interface org.exoplatform.jcr.backupconsole.
ClientTransport
Execute assigned sURL using current transport and return result as byte array.
executePOST(String, String)
- Method in class org.exoplatform.jcr.backupconsole.
ClientTransportImpl
Execute assigned sURL using current transport and return result as byte array.
F
FormAuthentication
- Class in
org.exoplatform.jcr.backupconsole
Created by The eXo Platform SAS.
FormAuthentication(String, String, HashMap<String, String>)
- Constructor for class org.exoplatform.jcr.backupconsole.
FormAuthentication
G
getFormParams()
- Method in class org.exoplatform.jcr.backupconsole.
FormAuthentication
getFormPath()
- Method in class org.exoplatform.jcr.backupconsole.
FormAuthentication
getMethod()
- Method in class org.exoplatform.jcr.backupconsole.
FormAuthentication
getResponseData()
- Method in class org.exoplatform.jcr.backupconsole.
BackupAgentResponse
getResponseData.
getStatus()
- Method in class org.exoplatform.jcr.backupconsole.
BackupAgentResponse
getStatus.
I
info()
- Method in interface org.exoplatform.jcr.backupconsole.
BackupClient
Get information about backup service.
info()
- Method in class org.exoplatform.jcr.backupconsole.
BackupClientImpl
Get information about backup service.
L
list()
- Method in interface org.exoplatform.jcr.backupconsole.
BackupClient
Get information about the current backups (in progress).
list()
- Method in class org.exoplatform.jcr.backupconsole.
BackupClientImpl
Get information about the current backups (in progress).
listCompleted()
- Method in interface org.exoplatform.jcr.backupconsole.
BackupClient
Get information about the completed (ready to restore) backups.
listCompleted()
- Method in class org.exoplatform.jcr.backupconsole.
BackupClientImpl
Get information about the completed (ready to restore) backups.
M
main(String[])
- Static method in class org.exoplatform.jcr.backupconsole.
BackupConsole
Main.
O
org.exoplatform.jcr.backupconsole
- package org.exoplatform.jcr.backupconsole
R
restore(String, String, String, InputStream, String, boolean)
- Method in interface org.exoplatform.jcr.backupconsole.
BackupClient
Restore repository or workspace from backup file.
restore(String, String, String, InputStream, String, boolean)
- Method in class org.exoplatform.jcr.backupconsole.
BackupClientImpl
Restore repository or workspace from backup file.
restores(String, String)
- Method in interface org.exoplatform.jcr.backupconsole.
BackupClient
Get information about current restores of repository or workspace.
restores(String, String)
- Method in class org.exoplatform.jcr.backupconsole.
BackupClientImpl
Get information about current restores of repository or workspace.
S
startBackUp(String, String, String)
- Method in interface org.exoplatform.jcr.backupconsole.
BackupClient
Start backup of repository or workspace.
startBackUp(String, String, String)
- Method in class org.exoplatform.jcr.backupconsole.
BackupClientImpl
Start backup of repository or workspace.
startIncrementalBackUp(String, String, String, long)
- Method in interface org.exoplatform.jcr.backupconsole.
BackupClient
Start Incremental Backup of repository or workspace.
startIncrementalBackUp(String, String, String, long)
- Method in class org.exoplatform.jcr.backupconsole.
BackupClientImpl
Start Incremental Backup of repository or workspace.
status(String)
- Method in interface org.exoplatform.jcr.backupconsole.
BackupClient
Get Status of backup.
status(String)
- Method in class org.exoplatform.jcr.backupconsole.
BackupClientImpl
Get Status of backup.
stop(String)
- Method in interface org.exoplatform.jcr.backupconsole.
BackupClient
Stop backup.
stop(String)
- Method in class org.exoplatform.jcr.backupconsole.
BackupClientImpl
Stop backup.
B
C
D
E
F
G
I
L
M
O
R
S
Package
Class
Use
Tree
Deprecated
Index
Help
eXo JCR :: Applications :: Backup Console 1.16.6-GA
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2016
eXo Platform SAS
. All Rights Reserved.