|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.dataops.archive.RestoreServiceFwd
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
FC_RESOURCE
|
(package private) static boolean |
SERVER
|
Fields inherited from interface wt.method.RemoteAccess |
versionID |
Constructor Summary | |
RestoreServiceFwd()
|
Method Summary | |
RestoreStatus |
doRestore(Archive archive)
Supported API: false |
RestoreStatus |
doRestore(Archive archive,
ConflictResolution[] resolutions)
Supported API: false |
RestoreStatus |
doRestore(Archive archive,
ConflictResolution[] resolutions,
Locale locale)
Supported API: false |
RestoreStatus |
doRestore(Archive archive,
Locale locale)
Supported API: false |
RestoreStatus |
doRestore(RestoreRecord record)
Supported API: false |
RestoreStatus |
doRestore(RestoreRecord record,
ConflictResolution[] resolutions)
Supported API: false |
RestoreStatus |
doRestore(RestoreRecord record,
ConflictResolution[] resolutions,
Locale locale)
Supported API: false |
RestoreStatus |
doRestore(RestoreRecord record,
Locale locale)
Supported API: false |
QueryResult |
getAllRestoreRecords(RestoreStatus status)
Supported API: false |
private static Manager |
getManager()
|
QueryResult |
getRecentRestoreRecords(int numLatest)
Supported API: false |
void |
removeRestoreRecords()
Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final boolean SERVER
private static final String FC_RESOURCE
private static final String CLASSNAME
Constructor Detail |
public RestoreServiceFwd()
Method Detail |
private static Manager getManager() throws WTException
WTException
public RestoreStatus doRestore(RestoreRecord record) throws WTException
doRestore
in interface RestoreService
record
-
WTException
public RestoreStatus doRestore(RestoreRecord record, ConflictResolution[] resolutions) throws WTException
doRestore
in interface RestoreService
record
- resolutions
-
WTException
public RestoreStatus doRestore(Archive archive) throws WTPropertyVetoException, WTException
doRestore
in interface RestoreService
archive
-
WTPropertyVetoException
WTException
public RestoreStatus doRestore(Archive archive, ConflictResolution[] resolutions) throws WTPropertyVetoException, WTException
doRestore
in interface RestoreService
archive
- resolutions
-
WTPropertyVetoException
WTException
public RestoreStatus doRestore(Archive archive, Locale locale) throws WTPropertyVetoException, WTException
doRestore
in interface RestoreService
archive
- locale
-
WTPropertyVetoException
WTException
public RestoreStatus doRestore(Archive archive, ConflictResolution[] resolutions, Locale locale) throws WTPropertyVetoException, WTException
doRestore
in interface RestoreService
archive
- resolutions
- locale
-
WTPropertyVetoException
WTException
public RestoreStatus doRestore(RestoreRecord record, Locale locale) throws WTException
doRestore
in interface RestoreService
record
- locale
-
WTException
public RestoreStatus doRestore(RestoreRecord record, ConflictResolution[] resolutions, Locale locale) throws WTException
doRestore
in interface RestoreService
record
- resolutions
- locale
-
WTException
public void removeRestoreRecords() throws WTException
removeRestoreRecords
in interface RestoreService
WTException
public QueryResult getAllRestoreRecords(RestoreStatus status) throws WTException
getAllRestoreRecords
in interface RestoreService
status
-
WTException
public QueryResult getRecentRestoreRecords(int numLatest) throws WTException
getRecentRestoreRecords
in interface RestoreService
numLatest
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |