|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RestoreStatus | |
com.ptc.windchill.enterprise.dataops.server | |
wt.dataops.archive |
Uses of RestoreStatus in com.ptc.windchill.enterprise.dataops.server |
Methods in com.ptc.windchill.enterprise.dataops.server with parameters of type RestoreStatus | |
private void |
RestoreTask.saveRestoreStatus(RestoreRecord record,
RestoreStatus status)
|
Uses of RestoreStatus in wt.dataops.archive |
Fields in wt.dataops.archive declared as RestoreStatus | |
static RestoreStatus |
RestoreStatus.IN_PROGRESS
Supported API: false |
static RestoreStatus |
RestoreStatus.COMPLETED
Supported API: false |
static RestoreStatus |
RestoreStatus.FAILED
Supported API: false |
static RestoreStatus |
RestoreStatus.PENDING
Supported API: false |
private RestoreStatus |
RestoreRecord.status
|
Methods in wt.dataops.archive that return RestoreStatus | |
RestoreStatus |
StandardArchiveRestoreService.doRestore(RestoreRecord record)
Supported API: false |
RestoreStatus |
StandardArchiveRestoreService.doRestore(RestoreRecord record,
ConflictResolution[] resolutions)
Supported API: false |
RestoreStatus |
StandardArchiveRestoreService.doRestore(Archive archive)
Supported API: false |
RestoreStatus |
StandardArchiveRestoreService.doRestore(Archive archive,
ConflictResolution[] resolutions)
Supported API: false |
RestoreStatus |
StandardArchiveRestoreService.doRestore(Archive archive,
Locale locale)
Supported API: false |
RestoreStatus |
StandardArchiveRestoreService.doRestore(Archive archive,
ConflictResolution[] resolutions,
Locale locale)
Supported API: false |
RestoreStatus |
StandardArchiveRestoreService.doRestore(RestoreRecord record,
Locale locale)
Supported API: false |
RestoreStatus |
StandardArchiveRestoreService.doRestore(RestoreRecord record,
ConflictResolution[] resolutions,
Locale locale)
Supported API: false |
RestoreStatus |
Restorer.restore()
Supported API: false |
static RestoreStatus |
RestoreStatus.newRestoreStatus(int secretHandshake)
Used by EnumeratedType for constructing instances of RestoreStatus, from a resource bundle. |
static RestoreStatus |
RestoreStatus.toRestoreStatus(String internal_value)
Returns the RestoreStatus instance for the internal_value argument. |
static RestoreStatus |
RestoreStatus.getRestoreStatusDefault()
Returns the default value (instance) for the RestoreStatus set. |
static RestoreStatus[] |
RestoreStatus.getRestoreStatusSet()
Returns a copy of the set of valid values (instances) for the RestoreStatus class. |
RestoreStatus |
RestoreServiceFwd.doRestore(RestoreRecord record)
Supported API: false |
RestoreStatus |
RestoreServiceFwd.doRestore(RestoreRecord record,
ConflictResolution[] resolutions)
Supported API: false |
RestoreStatus |
RestoreServiceFwd.doRestore(Archive archive)
Supported API: false |
RestoreStatus |
RestoreServiceFwd.doRestore(Archive archive,
ConflictResolution[] resolutions)
Supported API: false |
RestoreStatus |
RestoreServiceFwd.doRestore(Archive archive,
Locale locale)
Supported API: false |
RestoreStatus |
RestoreServiceFwd.doRestore(Archive archive,
ConflictResolution[] resolutions,
Locale locale)
Supported API: false |
RestoreStatus |
RestoreServiceFwd.doRestore(RestoreRecord record,
Locale locale)
Supported API: false |
RestoreStatus |
RestoreServiceFwd.doRestore(RestoreRecord record,
ConflictResolution[] resolutions,
Locale locale)
Supported API: false |
RestoreStatus |
RestoreService.doRestore(RestoreRecord record)
Supported API: false |
RestoreStatus |
RestoreService.doRestore(RestoreRecord record,
ConflictResolution[] resolutions)
Supported API: false |
RestoreStatus |
RestoreService.doRestore(Archive archive)
Supported API: false |
RestoreStatus |
RestoreService.doRestore(Archive archive,
ConflictResolution[] resolutions)
Supported API: false |
RestoreStatus |
RestoreService.doRestore(Archive archive,
Locale locale)
Supported API: false |
RestoreStatus |
RestoreService.doRestore(Archive archive,
ConflictResolution[] resolutions,
Locale locale)
Supported API: false |
RestoreStatus |
RestoreService.doRestore(RestoreRecord record,
Locale locale)
Supported API: false |
RestoreStatus |
RestoreService.doRestore(RestoreRecord record,
ConflictResolution[] resolutions,
Locale locale)
Supported API: false |
Methods in wt.dataops.archive with parameters of type RestoreStatus | |
QueryResult |
StandardArchiveRestoreService.getAllRestoreRecords(RestoreStatus status)
Supported API: false |
QueryResult |
RestoreServiceFwd.getAllRestoreRecords(RestoreStatus status)
Supported API: false |
QueryResult |
RestoreService.getAllRestoreRecords(RestoreStatus status)
Supported API: false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |