Skip navigation links
A B C D E F G H I O R S T 

A

addSnapshotAlternateIds(List<String>) - Method in class org.duracloud.snapshot.db.model.Snapshot
 

B

BaseEntity - Class in org.duracloud.snapshot.db.model
 
BaseEntity() - Constructor for class org.duracloud.snapshot.db.model.BaseEntity
 

C

compare(Snapshot, Snapshot) - Method in class org.duracloud.snapshot.db.model.Snapshot
 
compare(SnapshotContentItem, SnapshotContentItem) - Method in class org.duracloud.snapshot.db.model.SnapshotContentItem
 
compare(SnapshotHistory, SnapshotHistory) - Method in class org.duracloud.snapshot.db.model.SnapshotHistory
 
ContentDirUtils - Class in org.duracloud.snapshot.db
 
ContentDirUtils() - Constructor for class org.duracloud.snapshot.db.ContentDirUtils
 
countBySnapshotName(String) - Method in interface org.duracloud.snapshot.db.repo.SnapshotContentItemRepo
 

D

DatabaseConfig - Class in org.duracloud.snapshot.db
 
DatabaseConfig() - Constructor for class org.duracloud.snapshot.db.DatabaseConfig
 
DatabaseInitializer - Class in org.duracloud.snapshot.db
This class is responsible for initializing the database.
DatabaseInitializer(BasicDataSource, List<Resource>, List<Resource>) - Constructor for class org.duracloud.snapshot.db.DatabaseInitializer
 
deleteByName(String) - Method in interface org.duracloud.snapshot.db.repo.SnapshotRepo
 
deleteByRestorationId(String) - Method in interface org.duracloud.snapshot.db.repo.RestoreRepo
Deletes the restore entity
deleteBySnapshotName(String) - Method in interface org.duracloud.snapshot.db.repo.SnapshotContentItemRepo
 
DuracloudEndPointConfig - Class in org.duracloud.snapshot.db.model
 
DuracloudEndPointConfig() - Constructor for class org.duracloud.snapshot.db.model.DuracloudEndPointConfig
 

E

equals(Object) - Method in class org.duracloud.snapshot.db.model.BaseEntity
 

F

findAll() - Method in interface org.duracloud.snapshot.db.repo.SnapshotRepo
 
findByDestinationHost(String) - Method in interface org.duracloud.snapshot.db.repo.RestoreRepo
Returns a list of restorations for a given destinantion host.
findByName(String) - Method in interface org.duracloud.snapshot.db.repo.SnapshotRepo
 
findByRestorationId(String) - Method in interface org.duracloud.snapshot.db.repo.RestoreRepo
 
findBySnapshotAlternateIds(String) - Method in interface org.duracloud.snapshot.db.repo.SnapshotRepo
 
findBySnapshotAndContentIdHash(Snapshot, String) - Method in interface org.duracloud.snapshot.db.repo.SnapshotContentItemRepo
 
findBySnapshotName(String, Pageable) - Method in interface org.duracloud.snapshot.db.repo.SnapshotContentItemRepo
 
findBySnapshotNameAndContentIdStartingWithOrderByContentIdAsc(String, String, Pageable) - Method in interface org.duracloud.snapshot.db.repo.SnapshotContentItemRepo
 
findBySnapshotNameOrderByModifiedDesc(String) - Method in interface org.duracloud.snapshot.db.repo.RestoreRepo
Returns a list of restorations based on the restoration's snapshot name property.
findBySourceHost(String) - Method in interface org.duracloud.snapshot.db.repo.SnapshotRepo
 
findBySourceHostAndSourceStoreId(String, String) - Method in interface org.duracloud.snapshot.db.repo.SnapshotRepo
 
findBySourceHostAndSourceStoreIdAndStatus(String, String, SnapshotStatus) - Method in interface org.duracloud.snapshot.db.repo.SnapshotRepo
 
findBySourceHostAndStatus(String, SnapshotStatus) - Method in interface org.duracloud.snapshot.db.repo.SnapshotRepo
 
findBySourceStoreId(String) - Method in interface org.duracloud.snapshot.db.repo.SnapshotRepo
 
findBySourceStoreIdAndStatus(String, SnapshotStatus) - Method in interface org.duracloud.snapshot.db.repo.SnapshotRepo
 
findByStatus(RestoreStatus) - Method in interface org.duracloud.snapshot.db.repo.RestoreRepo
Returns a list of restorations based on the restoration's status
findByStatus(SnapshotStatus) - Method in interface org.duracloud.snapshot.db.repo.SnapshotRepo
 
findRunning() - Method in interface org.duracloud.snapshot.db.repo.RestoreRepo
 

G

getContentId() - Method in class org.duracloud.snapshot.db.model.SnapshotContentItem
 
getContentIdHash() - Method in class org.duracloud.snapshot.db.model.SnapshotContentItem
 
getDescription() - Method in class org.duracloud.snapshot.db.model.Snapshot
 
getDestination() - Method in class org.duracloud.snapshot.db.model.Restoration
 
getDestinationPath(String, File) - Static method in class org.duracloud.snapshot.db.ContentDirUtils
 
getEndDate() - Method in class org.duracloud.snapshot.db.model.Restoration
 
getEndDate() - Method in class org.duracloud.snapshot.db.model.Snapshot
 
getExpirationDate() - Method in class org.duracloud.snapshot.db.model.Restoration
 
getHistory() - Method in class org.duracloud.snapshot.db.model.SnapshotHistory
 
getHistoryDate() - Method in class org.duracloud.snapshot.db.model.SnapshotHistory
 
getHost() - Method in class org.duracloud.snapshot.db.model.DuracloudEndPointConfig
 
getId() - Method in class org.duracloud.snapshot.db.model.BaseEntity
 
getId() - Method in interface org.duracloud.snapshot.db.model.Identifiable
 
getMemberId() - Method in class org.duracloud.snapshot.db.model.Snapshot
 
getMetadata() - Method in class org.duracloud.snapshot.db.model.SnapshotContentItem
 
getModified() - Method in class org.duracloud.snapshot.db.model.BaseEntity
 
getName() - Method in class org.duracloud.snapshot.db.model.Snapshot
 
getPassword() - Method in class org.duracloud.snapshot.db.DatabaseConfig
 
getPath(File, String) - Static method in class org.duracloud.snapshot.db.ContentDirUtils
 
getPort() - Method in class org.duracloud.snapshot.db.model.DuracloudEndPointConfig
 
getRestorationId() - Method in class org.duracloud.snapshot.db.model.Restoration
 
getSnapshot() - Method in class org.duracloud.snapshot.db.model.Restoration
 
getSnapshot() - Method in class org.duracloud.snapshot.db.model.SnapshotContentItem
 
getSnapshot() - Method in class org.duracloud.snapshot.db.model.SnapshotHistory
 
getSnapshotAlternateIds() - Method in class org.duracloud.snapshot.db.model.Snapshot
 
getSnapshotDate() - Method in class org.duracloud.snapshot.db.model.Snapshot
 
getSnapshotHistory() - Method in class org.duracloud.snapshot.db.model.Snapshot
 
getSource() - Method in class org.duracloud.snapshot.db.model.Snapshot
 
getSourcePath(String, File) - Static method in class org.duracloud.snapshot.db.ContentDirUtils
 
getSpaceId() - Method in class org.duracloud.snapshot.db.model.DuracloudEndPointConfig
 
getStartDate() - Method in class org.duracloud.snapshot.db.model.Restoration
 
getStartDate() - Method in class org.duracloud.snapshot.db.model.Snapshot
 
getStatus() - Method in class org.duracloud.snapshot.db.model.Restoration
 
getStatus() - Method in class org.duracloud.snapshot.db.model.Snapshot
 
getStatusText() - Method in class org.duracloud.snapshot.db.model.Restoration
 
getStatusText() - Method in class org.duracloud.snapshot.db.model.Snapshot
 
getStoreId() - Method in class org.duracloud.snapshot.db.model.DuracloudEndPointConfig
 
getTotalSizeInBytes() - Method in class org.duracloud.snapshot.db.model.Snapshot
 
getUrl() - Method in class org.duracloud.snapshot.db.DatabaseConfig
 
getUserEmail() - Method in class org.duracloud.snapshot.db.model.Restoration
 
getUserEmail() - Method in class org.duracloud.snapshot.db.model.Snapshot
 
getUsername() - Method in class org.duracloud.snapshot.db.DatabaseConfig
 

H

hashCode() - Method in class org.duracloud.snapshot.db.model.BaseEntity
 

I

id - Variable in class org.duracloud.snapshot.db.model.BaseEntity
 
Identifiable - Interface in org.duracloud.snapshot.db.model
 
init(DatabaseConfig) - Method in class org.duracloud.snapshot.db.DatabaseInitializer
 
isClean() - Method in class org.duracloud.snapshot.db.DatabaseConfig
 

O

org.duracloud.snapshot.db - package org.duracloud.snapshot.db
 
org.duracloud.snapshot.db.model - package org.duracloud.snapshot.db.model
 
org.duracloud.snapshot.db.repo - package org.duracloud.snapshot.db.repo
 

R

Restoration - Class in org.duracloud.snapshot.db.model
 
Restoration() - Constructor for class org.duracloud.snapshot.db.model.Restoration
 
RestoreRepo - Interface in org.duracloud.snapshot.db.repo
 

S

setApplicationContext(ApplicationContext) - Method in class org.duracloud.snapshot.db.DatabaseInitializer
 
setClean(boolean) - Method in class org.duracloud.snapshot.db.DatabaseConfig
Flag indicating that the database should be wiped clean on initialization.
setContentId(String) - Method in class org.duracloud.snapshot.db.model.SnapshotContentItem
 
setContentIdHash(String) - Method in class org.duracloud.snapshot.db.model.SnapshotContentItem
 
setDescription(String) - Method in class org.duracloud.snapshot.db.model.Snapshot
 
setDestination(DuracloudEndPointConfig) - Method in class org.duracloud.snapshot.db.model.Restoration
 
setEndDate(Date) - Method in class org.duracloud.snapshot.db.model.Restoration
 
setEndDate(Date) - Method in class org.duracloud.snapshot.db.model.Snapshot
 
setExpirationDate(Date) - Method in class org.duracloud.snapshot.db.model.Restoration
 
setHistory(String) - Method in class org.duracloud.snapshot.db.model.SnapshotHistory
 
setHistoryDate(Date) - Method in class org.duracloud.snapshot.db.model.SnapshotHistory
 
setHost(String) - Method in class org.duracloud.snapshot.db.model.DuracloudEndPointConfig
 
setId(Long) - Method in class org.duracloud.snapshot.db.model.BaseEntity
 
setId(Long) - Method in interface org.duracloud.snapshot.db.model.Identifiable
 
setMemberId(String) - Method in class org.duracloud.snapshot.db.model.Snapshot
 
setMetadata(String) - Method in class org.duracloud.snapshot.db.model.SnapshotContentItem
 
setModified(Date) - Method in class org.duracloud.snapshot.db.model.BaseEntity
 
setName(String) - Method in class org.duracloud.snapshot.db.model.Snapshot
 
setPassword(String) - Method in class org.duracloud.snapshot.db.DatabaseConfig
 
setPort(int) - Method in class org.duracloud.snapshot.db.model.DuracloudEndPointConfig
 
setRestorationId(String) - Method in class org.duracloud.snapshot.db.model.Restoration
 
setSnapshot(Snapshot) - Method in class org.duracloud.snapshot.db.model.Restoration
 
setSnapshot(Snapshot) - Method in class org.duracloud.snapshot.db.model.SnapshotContentItem
 
setSnapshot(Snapshot) - Method in class org.duracloud.snapshot.db.model.SnapshotHistory
 
setSnapshotDate(Date) - Method in class org.duracloud.snapshot.db.model.Snapshot
 
setSnapshotHistory(List<SnapshotHistory>) - Method in class org.duracloud.snapshot.db.model.Snapshot
 
setSource(DuracloudEndPointConfig) - Method in class org.duracloud.snapshot.db.model.Snapshot
 
setSpaceId(String) - Method in class org.duracloud.snapshot.db.model.DuracloudEndPointConfig
 
setStartDate(Date) - Method in class org.duracloud.snapshot.db.model.Restoration
 
setStartDate(Date) - Method in class org.duracloud.snapshot.db.model.Snapshot
 
setStatus(RestoreStatus) - Method in class org.duracloud.snapshot.db.model.Restoration
 
setStatus(SnapshotStatus) - Method in class org.duracloud.snapshot.db.model.Snapshot
 
setStatusText(String) - Method in class org.duracloud.snapshot.db.model.Restoration
 
setStatusText(String) - Method in class org.duracloud.snapshot.db.model.Snapshot
 
setStoreId(String) - Method in class org.duracloud.snapshot.db.model.DuracloudEndPointConfig
 
setTotalSizeInBytes(Long) - Method in class org.duracloud.snapshot.db.model.Snapshot
 
setUrl(String) - Method in class org.duracloud.snapshot.db.DatabaseConfig
 
setUserEmail(String) - Method in class org.duracloud.snapshot.db.model.Restoration
 
setUserEmail(String) - Method in class org.duracloud.snapshot.db.model.Snapshot
 
setUsername(String) - Method in class org.duracloud.snapshot.db.DatabaseConfig
 
Snapshot - Class in org.duracloud.snapshot.db.model
 
Snapshot() - Constructor for class org.duracloud.snapshot.db.model.Snapshot
 
SnapshotContentItem - Class in org.duracloud.snapshot.db.model
 
SnapshotContentItem() - Constructor for class org.duracloud.snapshot.db.model.SnapshotContentItem
 
SnapshotContentItemRepo - Interface in org.duracloud.snapshot.db.repo
 
SnapshotHistory - Class in org.duracloud.snapshot.db.model
 
SnapshotHistory() - Constructor for class org.duracloud.snapshot.db.model.SnapshotHistory
 
SnapshotRepo - Interface in org.duracloud.snapshot.db.repo
 

T

toString() - Method in class org.duracloud.snapshot.db.model.BaseEntity
 
toString() - Method in class org.duracloud.snapshot.db.model.DuracloudEndPointConfig
 
toString() - Method in class org.duracloud.snapshot.db.model.Restoration
 
toString() - Method in class org.duracloud.snapshot.db.model.Snapshot
 
toString() - Method in class org.duracloud.snapshot.db.model.SnapshotContentItem
 
toString() - Method in class org.duracloud.snapshot.db.model.SnapshotHistory
 
A B C D E F G H I O R S T 
Skip navigation links

Copyright © 2014–2015 DuraSpace. All rights reserved.