Package | Description |
---|---|
sirius.biz.jdbc.storage |
Modifier and Type | Method and Description |
---|---|
protected sirius.kernel.commons.Tuple<VirtualObject,Map<String,String>> |
VersionManager.fetchPhysicalObjects(DownloadBuilder downloadBuilder)
Returns the targeted
VirtualObject and its known physical objects for versions. |
sirius.db.jdbc.SQLEntityRef<VirtualObject> |
VirtualObjectVersion.getVirtualObject() |
Modifier and Type | Method and Description |
---|---|
protected void |
VersionManager.clearCacheForVirtualObject(VirtualObject virtualObject)
Clears the cache for a given
VirtualObject . |
protected void |
Storage.clearCacheForVirtualObject(VirtualObject virtualObject)
Clears the cache for a given
VirtualObject . |
protected DownloadBuilder |
Storage.prepareDownload(VirtualObject object)
Creates a builder for download URLs based on a
VirtualObject which might avoid a lookup. |
Modifier and Type | Method and Description |
---|---|
protected String |
VersionManager.fetchVersion(sirius.kernel.commons.Tuple<VirtualObject,Map<String,String>> physicalObjects,
String version)
Fetches the pyhsical key for a version from the tuple retrieved via
VersionManager.fetchPhysicalObjects(DownloadBuilder) |
Constructor and Description |
---|
DownloadBuilder(Storage storage,
VirtualObject object)
Creates a new builder with a direct reference to the storage and the object.
|
Copyright © 2018. All rights reserved.