| Package | Description | 
|---|---|
| oracle.ifs.server | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
S_TieContentQuota
S_TieContentQuota allows the Oracle-defined behavior of the
 CONTENTQUOTA classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected S_ContentQuota | 
S_LibrarySession.m_DefaultContentQuota
the default ContentQuota object that will be used for any
 new Documents 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected S_ContentQuota | 
S_Document.checkQuotaSpecification(S_LibraryObjectDefinition def)
Checks to see if ContentQuota is specified in the definition. 
 | 
S_ContentQuota | 
S_DirectoryGroup.getContentQuota()
Gets the S_ContentQuota for this object. 
 | 
S_ContentQuota | 
S_Document.getContentQuota()
Gets the S_ContentQuota for this object. 
 | 
S_ContentQuota | 
S_PrimaryUserProfile.getContentQuota()
Gets the S_ContentQuota for this object. 
 | 
protected S_ContentQuota | 
S_ContentObject.getContentQuota(S_LibraryObject refObj)
Get the ContentQuota object associated with the referencing object. 
 | 
protected S_ContentQuota | 
S_ContentObject.getContentQuota(S_LibraryObjectDefinition def)
Get the current user's ContentQuota 
 | 
S_ContentQuota | 
S_LibrarySession.getDefaultContentQuota()
Gets the default ContentQuota to be used when creating new content 
 | 
protected static S_ContentQuota | 
S_ContentQuota.getUserContentQuota(S_LibrarySession sess)
Gets the ContentQuota object associated with the current user 
 | 
protected S_ContentQuota | 
S_ContentQuotaSelector.selectByUniqueName(String uniqueName)
return the ContentQuota that corresponds to the specified
 UniqueName. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
S_DirectoryGroup.canUseContentQuota(S_ContentQuota quota)
Returns true if the current user can use the specified ContentQuota
 object. 
 | 
protected boolean | 
S_DirectoryUser.canUseContentQuota(S_ContentQuota quota)
Returns true if the current user can use the specified ContentQuota
 object. 
 | 
protected boolean | 
S_PublicObject.canUseContentQuota(S_ContentQuota quota)
Returns true if the current user can use the specified ContentQuota
 object. 
 | 
protected void | 
S_Document.checkQuotaUpdate(S_ContentQuota quota)
Check quota update. 
 | 
protected void | 
S_ContentObject.postEventToContentQuota(S_ContentQuota quota,
                       long payload)
Post a SPECIAL event to the current user's ContentQuota,
 so that the quota agent can take action if necessary. 
 | 
protected void | 
S_ContentObject.postEventToContentQuota(S_ContentQuota quota,
                       S_LibraryObjectDefinition def)
Post a SPECIAL event to the current user's ContentQuota,
 so that the quota agent can take action if necessary. 
 | 
protected void | 
S_Document.setContentObject(OperationState opState,
                S_LibraryObjectDefinition sdef,
                S_ContentQuota quota,
                boolean update)
Set content during either Document insert or update. 
 | 
protected void | 
S_PublicObject.verifyCanUseContentQuota(S_ContentQuota quota)
Verify that the current user can use the specified ContentQuota
 object. 
 | 
Copyright © 2025. All rights reserved.