|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DiskConsumable
This interface is implemented by items that can use a lot
of disk space. This interface directs the DbControl
object to check the logged in users quota before saving or updating
items.
| Method Summary | |
|---|---|
Location |
getLocation()
Get the Location the items is stored at. |
String |
getQuotaTypeSystemId()
Get the QuotaType system id of this item. |
long |
getSizeInBytes()
Get the number of bytes this item uses. |
| Methods inherited from interface org.proteios.core.Ownable |
|---|
getOwner, setOwner |
| Methods inherited from interface org.proteios.core.Identifiable |
|---|
getId, getType, getVersion |
| Methods inherited from interface org.proteios.core.AccessControlled |
|---|
checkPermission, hasPermission |
| Method Detail |
|---|
long getSizeInBytes()
Location getLocation()
Location the items is stored at.
String getQuotaTypeSystemId()
QuotaType system id of this item. It is not allowed
to return the QuotaType.TOTAL quota type.
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||