public class DefaultAccountStorageInformation extends Object implements AccountStorageConfiguration
AccountStorageConfiguration
.Constructor and Description |
---|
DefaultAccountStorageInformation() |
Modifier and Type | Method and Description |
---|---|
String |
resolveAccountRootPath(com.tenduke.sdk2.objectmodel.identity.Account account)
Resolves account root path in storage.
|
Long |
resolveQuota(com.tenduke.sdk2.objectmodel.identity.Account account)
Resolves quota reserved for an account.
|
long |
resolveUsage(com.tenduke.sdk2.objectmodel.identity.Account account)
Resolves amount of storage consumed by an account.
|
public String resolveAccountRootPath(com.tenduke.sdk2.objectmodel.identity.Account account)
resolveAccountRootPath
in interface AccountStorageConfiguration
account
- Account to resolve storage root path for. May not be null.public Long resolveQuota(com.tenduke.sdk2.objectmodel.identity.Account account)
resolveQuota
in interface AccountStorageConfiguration
account
- Account to resolve quota for.public long resolveUsage(com.tenduke.sdk2.objectmodel.identity.Account account)
resolveUsage
in interface AccountStorageConfiguration
account
- Account to resolve storage usage for.Copyright © 2015. All rights reserved.