public class ContainerDbInfo extends Object
Containers and Accesses tables. This includes the Metadata (including the list of Access), file location in the
OFS and the last time this was synced with the ServerProvider.| Constructor and Description |
|---|
ContainerDbInfo(Metadata metadata,
String ofsLocation,
org.threeten.bp.ZonedDateTime syncedAt)
Construct the info.
|
| Modifier and Type | Method and Description |
|---|---|
Metadata |
getMetadata()
Get the metadata stored in the database for this container.
|
String |
getOfsLocation()
Get the file location of the
SecuredContainer bytes. |
org.threeten.bp.ZonedDateTime |
getSyncedAt()
Get the last time this was synced with the
ServerProvider. |
public ContainerDbInfo(Metadata metadata, String ofsLocation, org.threeten.bp.ZonedDateTime syncedAt)
metadata - the metadata stored in the databaseofsLocation - the location of the SecuredContainer bytessyncedAt - the last time this was synced with the ServerProviderpublic Metadata getMetadata()
public String getOfsLocation()
SecuredContainer bytes.SecuredContainer bytespublic org.threeten.bp.ZonedDateTime getSyncedAt()
ServerProvider.ServerProviderCopyright © 2021. All rights reserved.