|
Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite 10g (10.1.3.2) B32189-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface class QuotaManager
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 |
---|
void updateQuota(long id, NamedValue[] attrs) throws FdkException
QuotaManager
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.Item requestQuotaUpdate(long id, NamedValue[] wfParams, NamedValue[] attrs, AttributeRequest[] attributes) throws FdkException
QuotaManager
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 attributesFdkException
- if the operation fails.void calculateConsumedQuota(long id) throws FdkException
QuotaManager
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 Database Web Services Java API Reference for Oracle WebCenter Suite 10g (10.1.3.2) B32189-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |