|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.workspaces.authoring.Quota
public class Quota
Provides information about the workspace space usage quota and status for the purposes of implementing a workspace navigation UI
| Field Summary | |
|---|---|
protected int |
quota
|
protected boolean |
quotaExceeded
|
protected int |
spaceUsage
|
protected Date |
spaceUsageLastUpdate
|
protected boolean |
thresholdExceeded
|
| Constructor Summary | |
|---|---|
Quota()
|
|
| Method Summary | |
|---|---|
int |
getQuota()
Returns the space usage quota of the workspace |
int |
getSpaceUsage()
Returns the space used by the workspace |
Date |
getSpaceUsageLastUpdate()
Returns the date when the space usage counter was last updated |
boolean |
quotaExceeded()
Checks if the workspace exceeds its space usage quota |
boolean |
thresholdExceeded()
Checks if the workspace exceeds its quota threshold |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Date spaceUsageLastUpdate
protected boolean quotaExceeded
protected boolean thresholdExceeded
protected int spaceUsage
protected int quota
| Constructor Detail |
|---|
public Quota()
| Method Detail |
|---|
public Date getSpaceUsageLastUpdate()
public boolean quotaExceeded()
public boolean thresholdExceeded()
public int getSpaceUsage()
public int getQuota()
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||