public interface QuotaResource extends Resource
| Modifier and Type | Method and Description |
|---|---|
Long |
getQuotaAvailable()
From the spec:
The DAV:quota-available-bytes property value is the value in octets
representing the amount of additional disk space beyond the current
allocation that can be allocated to this resource before further
allocations will be refused.
|
Long |
getQuotaUsed()
From the spec:
"The DAV:quota-used-bytes value is the value in octets representing
the amount of space used by this resource and possibly a number of
other similar resources, where the set of "similar" meets at least
the criterion that allocating space to any resource in the set will
count against the DAV:quota-available-bytes.
|
authenticate, authorise, checkRedirect, getModifiedDate, getName, getRealm, getUniqueIdLong getQuotaUsed()
Long getQuotaAvailable()