Uses of Class
backupmanager.stream.StreamItem
Packages that use StreamItem
Package
Description
-
Uses of StreamItem in backupmanager.action
Methods in backupmanager.action with parameters of type StreamItemModifier and TypeMethodDescriptionCopyFile.createDestinationFile
(BackupStream backupStream, String destination, StreamItem streamItem) Create the destination File object (not an actual file, the Java File object that identifies is).abstract boolean
BackupAction.doAction
(BackupManager backupManager, BackupStream backupStream, StreamItem streamItem) Perform a backup action.boolean
CopyFile.doAction
(BackupManager backupManager, BackupStream backupStream, StreamItem streamItem) boolean
DeleteFile.doAction
(BackupManager backupManager, BackupStream backupStream, StreamItem streamItem) -
Uses of StreamItem in backupmanager.database
Methods in backupmanager.database that return types with arguments of type StreamItemModifier and TypeMethodDescriptionabstract List<StreamItem>
BackupCatalog.catalogNewItems
(List<StreamItem> allSourceItems) If possible, save new items in the backup catalog.DatabaseCatalog.catalogNewItems
(List<StreamItem> allSourceItems) abstract List<StreamItem>
BackupCatalog.getUnactedItems
(List<StreamItem> sourceItems, BackupAction action) Get a list of items that have not been operated by the given action (may vary by action, particularly if new actions are added).DatabaseCatalog.getUnactedItems
(List<StreamItem> sourceItems, BackupAction action) Methods in backupmanager.database with parameters of type StreamItemModifier and TypeMethodDescriptionabstract boolean
BackupCatalog.updateItem
(StreamItem streamItem, BackupAction action) Once an action is complete, store it's result (if possible)boolean
DatabaseCatalog.updateItem
(StreamItem streamItem, BackupAction action) Method parameters in backupmanager.database with type arguments of type StreamItemModifier and TypeMethodDescriptionabstract List<StreamItem>
BackupCatalog.catalogNewItems
(List<StreamItem> allSourceItems) If possible, save new items in the backup catalog.DatabaseCatalog.catalogNewItems
(List<StreamItem> allSourceItems) abstract List<StreamItem>
BackupCatalog.getUnactedItems
(List<StreamItem> sourceItems, BackupAction action) Get a list of items that have not been operated by the given action (may vary by action, particularly if new actions are added).DatabaseCatalog.getUnactedItems
(List<StreamItem> sourceItems, BackupAction action) -
Uses of StreamItem in backupmanager.filter
Method parameters in backupmanager.filter with type arguments of type StreamItemModifier and TypeMethodDescriptionvoid
BackupFilter.passEverything
(List<StreamItem> streamItems) Flag all items as passedvoid
BackupFilter.passEverything
(List<StreamItem> streamItems, String message) Flag all items as passedabstract boolean
BackupFilter.runFilter
(BackupManager backupManager, List<StreamItem> streamItems) Filter all items in the list.boolean
PassAllBackupFilter.runFilter
(BackupManager backupManager, List<StreamItem> streamItems) void
BackupFilter.unPassEverything
(List<StreamItem> streamItems) Flag all items as not passedvoid
BackupFilter.unPassEverything
(List<StreamItem> streamItems, String message) Flag all items as passed -
Uses of StreamItem in backupmanager.filter.alarm
Method parameters in backupmanager.filter.alarm with type arguments of type StreamItemModifier and TypeMethodDescriptionboolean
AlarmBackupFilter.runFilter
(BackupManager backupManager, List<StreamItem> streamItems) -
Uses of StreamItem in backupmanager.stream
Subclasses of StreamItem in backupmanager.streamMethods in backupmanager.stream that return types with arguments of type StreamItemModifier and TypeMethodDescriptionabstract List<StreamItem>
BackupStream.catalogData()
build the data catalogue from the last item in the current database.FileBackupStream.catalogData()
FileBackupStream.getAllSourceItems
(long maximumTimeMillis) Get new file items that haven't been recently modified and convert to StreamItems.abstract List<StreamItem>
BackupStream.getToDoList
(List<StreamItem> sourceItems, BackupAction action) Get a list of items that this action needs to work on.FileBackupStream.getToDoList
(List<StreamItem> sourceItems, BackupAction action) Methods in backupmanager.stream with parameters of type StreamItemModifier and TypeMethodDescriptionint
StreamItem.compareTo
(StreamItem other) boolean
BackupStream.doAction
(BackupManager backupManager, BackupAction action, StreamItem streamItem) Carry out some action or other on the stream item.abstract void
BackupStream.updateActedItem
(BackupAction action, StreamItem streamItem) void
FileBackupStream.updateActedItem
(BackupAction action, StreamItem streamItem) Method parameters in backupmanager.stream with type arguments of type StreamItemModifier and TypeMethodDescriptionabstract List<StreamItem>
BackupStream.getToDoList
(List<StreamItem> sourceItems, BackupAction action) Get a list of items that this action needs to work on.FileBackupStream.getToDoList
(List<StreamItem> sourceItems, BackupAction action) -
Uses of StreamItem in generalDatabase.backup
Methods in generalDatabase.backup that return types with arguments of type StreamItemModifier and TypeMethodDescriptionDatabaseBackupStream.catalogData()
DatabaseBackupStream.getToDoList
(List<StreamItem> streamItems, BackupAction action) Methods in generalDatabase.backup with parameters of type StreamItemModifier and TypeMethodDescriptionCopyDatabaseFile.createDestinationFile
(BackupStream backupStream, String destination, StreamItem streamItem) boolean
DatabaseBackupStream.doAction
(BackupManager backupManager, BackupAction action, StreamItem streamItem) boolean
SQLCloneDatabase.doAction
(BackupManager backupManager, BackupStream backupStream, StreamItem streamItem) void
DatabaseBackupStream.updateActedItem
(BackupAction action, StreamItem streamItem) Method parameters in generalDatabase.backup with type arguments of type StreamItemModifier and TypeMethodDescriptionDatabaseBackupStream.getToDoList
(List<StreamItem> streamItems, BackupAction action)