wt.dataops.archive
Class RestoreServiceFwd

java.lang.Object
  extended bywt.dataops.archive.RestoreServiceFwd
All Implemented Interfaces:
RemoteAccess, RestoreService, Serializable

public class RestoreServiceFwd
extends Object
implements RemoteAccess, RestoreService, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

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

SERVER

static final boolean SERVER

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

RestoreServiceFwd

public RestoreServiceFwd()
Method Detail

getManager

private static Manager getManager()
                           throws WTException
Returns:
Manager
Throws:
WTException

doRestore

public RestoreStatus doRestore(RestoreRecord record)
                        throws WTException


Supported API: false

Specified by:
doRestore in interface RestoreService
Parameters:
record -
Returns:
RestoreStatus
Throws:
WTException

doRestore

public RestoreStatus doRestore(RestoreRecord record,
                               ConflictResolution[] resolutions)
                        throws WTException


Supported API: false

Specified by:
doRestore in interface RestoreService
Parameters:
record -
resolutions -
Returns:
RestoreStatus
Throws:
WTException

doRestore

public RestoreStatus doRestore(Archive archive)
                        throws WTPropertyVetoException,
                               WTException


Supported API: false

Specified by:
doRestore in interface RestoreService
Parameters:
archive -
Returns:
RestoreStatus
Throws:
WTPropertyVetoException
WTException

doRestore

public RestoreStatus doRestore(Archive archive,
                               ConflictResolution[] resolutions)
                        throws WTPropertyVetoException,
                               WTException


Supported API: false

Specified by:
doRestore in interface RestoreService
Parameters:
archive -
resolutions -
Returns:
RestoreStatus
Throws:
WTPropertyVetoException
WTException

doRestore

public RestoreStatus doRestore(Archive archive,
                               Locale locale)
                        throws WTPropertyVetoException,
                               WTException


Supported API: false

Specified by:
doRestore in interface RestoreService
Parameters:
archive -
locale -
Returns:
RestoreStatus
Throws:
WTPropertyVetoException
WTException

doRestore

public RestoreStatus doRestore(Archive archive,
                               ConflictResolution[] resolutions,
                               Locale locale)
                        throws WTPropertyVetoException,
                               WTException


Supported API: false

Specified by:
doRestore in interface RestoreService
Parameters:
archive -
resolutions -
locale -
Returns:
RestoreStatus
Throws:
WTPropertyVetoException
WTException

doRestore

public RestoreStatus doRestore(RestoreRecord record,
                               Locale locale)
                        throws WTException


Supported API: false

Specified by:
doRestore in interface RestoreService
Parameters:
record -
locale -
Returns:
RestoreStatus
Throws:
WTException

doRestore

public RestoreStatus doRestore(RestoreRecord record,
                               ConflictResolution[] resolutions,
                               Locale locale)
                        throws WTException


Supported API: false

Specified by:
doRestore in interface RestoreService
Parameters:
record -
resolutions -
locale -
Returns:
RestoreStatus
Throws:
WTException

removeRestoreRecords

public void removeRestoreRecords()
                          throws WTException


Supported API: false

Specified by:
removeRestoreRecords in interface RestoreService
Throws:
WTException

getAllRestoreRecords

public QueryResult getAllRestoreRecords(RestoreStatus status)
                                 throws WTException


Supported API: false

Specified by:
getAllRestoreRecords in interface RestoreService
Parameters:
status -
Returns:
QueryResult
Throws:
WTException

getRecentRestoreRecords

public QueryResult getRecentRestoreRecords(int numLatest)
                                    throws WTException


Supported API: false

Specified by:
getRecentRestoreRecords in interface RestoreService
Parameters:
numLatest -
Returns:
QueryResult
Throws:
WTException