| Package | Description | 
|---|---|
| oracle.ifs.beans | |
| oracle.ifs.core.util | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TieContentQuota
TieContentQuota allows the Oracle-defined behavior of the
 CONTENTQUOTA classobject (and its subclasses) to be extended
 or overridden. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected ContentQuota | 
LibrarySession.m_DefaultContentQuota
the default ContentQuota object that will be used for any
 new Documents 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected static ContentQuota | 
ContentQuota.constructContentQuota(LibrarySession sess,
                     S_LibraryObjectData data)
Constructs a ContentQuota for the specified data. 
 | 
ContentQuota | 
DirectoryGroup.getContentQuota()
Gets the group's ContentQuota object. 
 | 
ContentQuota | 
Document.getContentQuota()
Gets the ContentQuota object being charged by this Document. 
 | 
ContentQuota | 
PrimaryUserProfile.getContentQuota()
Gets the DirectoryUser's ContentQuota object. 
 | 
ContentQuota | 
LibrarySession.getDefaultContentQuota()
Gets the session's default ContentQuota, set via setDefaultContentQuota(). 
 | 
protected static ContentQuota | 
ContentQuota.vectorContentQuotaElement(Vector vector,
                         int index)
Extracts an element of a Vector of ContentQuota. 
 | 
protected static ContentQuota[] | 
ContentQuota.vectorToContentQuotaArray(Vector vector)
Converts a Vector of ContentQuota to an array of
 ContentQuota. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DirectoryGroup.setContentQuota(ContentQuota quota)
Sets the group's ContentQuota attribute. 
 | 
void | 
Document.setContentQuota(ContentQuota quota)
Sets the ContentQuota that will be charged by this Document. 
 | 
void | 
PrimaryUserProfile.setContentQuota(ContentQuota quota)
Sets the DirectoryUser's ContentQuota attribute. 
 | 
void | 
LibrarySession.setDefaultContentQuota(ContentQuota quota)
Sets the session's default ContentQuota. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected ContentQuota | 
UserManager.m_CreatedContentQuota  | 
Copyright © 2025. All rights reserved.