|
Provides functionality for working with transaction archive.
Method Detailint cancelArchives(String[] archiveIds) Cancels the scheduled archives and returns the number of successful results.
Parameters:
Returns: int Since: 02-29-2012 boolean deleteArchive(String archiveId) Deletes the archive record and remote file.
Parameters:
Returns: boolean Since: 02-29-2012 Archive getArchive(String archiveId) Returns the archive specified by archiveId.
Parameters:
Returns: Archive Since: 03-01-2012 SystemDataView getArchiveView() Returns a view for accessing transactions that have been archived. Returns: SystemDataView DataList Name: Archive
Since: 02-29-2012 SystemDataView getScheduledArchiveView() Returns a view for accessing transactions that are scheduled for archiving. Returns: SystemDataView DataList Name: ScheduledArchive
Since: 02-29-2012 boolean isSystemArchiveEnabled() Returns true if this enterprise has system archive enabled Returns: boolean Since: 03-01-2012 boolean scheduleArchive(Date date, Packet packet) Schedules the selected transaction packet for archive using the system storage provider. The enterprise must be enabled by the cloud owner for this feature to work. See isSystemArchiveEnabled. Test transactions not allowed.
Parameters:
Returns: boolean Since: 03-01-2012 boolean scheduleArchive(StorageProvider provider, Date date, Packet packet) Schedules the selected transaction packet for archive using the specified storage provider.
Parameters:
Returns: boolean Since: 02-29-2012 int scheduleArchives(Date date, String[] txIds) Schedules the selected transactions for archive using the system storage provider. See isSystemArchiveEnabled. Test transactions not allowed.
Parameters:
Returns: int Since: 03-01-2012 int scheduleArchives(StorageProvider provider, Date date, String[] txIds) Schedules the selected transactions for archive using the specified storage provider.
Parameters:
Returns: int Since: 02-29-2012 String toString() Returns a description of this object. Returns: String Since: 02-29-2012 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |