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 booleanBackupAction.doAction(BackupManager backupManager, BackupStream backupStream, StreamItem streamItem) Perform a backup action.booleanCopyFile.doAction(BackupManager backupManager, BackupStream backupStream, StreamItem streamItem) booleanDeleteFile.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 booleanBackupCatalog.updateItem(StreamItem streamItem, BackupAction action) Once an action is complete, store it's result (if possible)booleanDatabaseCatalog.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 TypeMethodDescriptionvoidBackupFilter.passEverything(List<StreamItem> streamItems) Flag all items as passedvoidBackupFilter.passEverything(List<StreamItem> streamItems, String message) Flag all items as passedabstract booleanBackupFilter.runFilter(BackupManager backupManager, List<StreamItem> streamItems) Filter all items in the list.booleanPassAllBackupFilter.runFilter(BackupManager backupManager, List<StreamItem> streamItems) voidBackupFilter.unPassEverything(List<StreamItem> streamItems) Flag all items as not passedvoidBackupFilter.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 TypeMethodDescriptionbooleanAlarmBackupFilter.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 TypeMethodDescriptionintStreamItem.compareTo(StreamItem other) booleanBackupStream.doAction(BackupManager backupManager, BackupAction action, StreamItem streamItem) Carry out some action or other on the stream item.abstract voidBackupStream.updateActedItem(BackupAction action, StreamItem streamItem) voidFileBackupStream.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) booleanDatabaseBackupStream.doAction(BackupManager backupManager, BackupAction action, StreamItem streamItem) booleanSQLCloneDatabase.doAction(BackupManager backupManager, BackupStream backupStream, StreamItem streamItem) voidDatabaseBackupStream.updateActedItem(BackupAction action, StreamItem streamItem) Method parameters in generalDatabase.backup with type arguments of type StreamItemModifier and TypeMethodDescriptionDatabaseBackupStream.getToDoList(List<StreamItem> streamItems, BackupAction action)