|
Oracle Content Services Java API Reference Release 1 10.1.2 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A facade interface for managing quotas and requesting quota increases
| Method Summary | |
void |
calculateConsumedQuota(long id)
Initiate the calculation of consumed quota |
Item |
requestQuotaUpdate(long id,
NamedValue[] wfParams,
NamedValue[] attrs,
AttributeRequest[] attributes)
Request an update to the existing quota on a workspace for non-admin user. |
void |
updateQuota(long id,
NamedValue[] attrs)
Updates an existing quota. |
| Method Detail |
public void updateQuota(long id,
NamedValue[] attrs)
throws FdkException
id - The id of the target to set the quota for;
must be the id of a Workspace or Domain.attrs - The attributes to set .
must include one or more of the following Attributes:
FdkException - if the operation fails.
public Item requestQuotaUpdate(long id,
NamedValue[] wfParams,
NamedValue[] attrs,
AttributeRequest[] attributes)
throws FdkException
id - The id of the workspace to set the quota for.wfParams - The parameters (name/value) needed to start workflow.attrs - The attributes to set .
must include following Attributes:
attributes - The requested attributes
FdkException - if the operation fails.
public void calculateConsumedQuota(long id)
throws FdkException
id - The id of the target to calculate the quota for;
must be the id of a Workspace or Domain.
FdkException - if the operation fails.
|
Oracle Content Services Java API Reference Release 1 10.1.2 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||