|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use S_ContentQuota | |
oracle.ifs.server |
Uses of S_ContentQuota in oracle.ifs.server |
Subclasses of S_ContentQuota in oracle.ifs.server | |
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. |
Fields in oracle.ifs.server declared as S_ContentQuota | |
protected S_ContentQuota |
S_LibrarySession.m_DefaultContentQuota
the default ContentQuota object that will be used for any new Documents |
Methods in oracle.ifs.server that return S_ContentQuota | |
protected S_ContentQuota |
S_ContentObject.getContentQuota(S_LibraryObjectDefinition def)
Get the current user's ContentQuota |
protected S_ContentQuota |
S_ContentObject.getContentQuota(S_LibraryObject refObj)
Get the ContentQuota object associated with the referencing object. |
S_ContentQuota |
S_DirectoryGroup.getContentQuota()
Gets the S_ContentQuota for this object. |
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(java.lang.String uniqueName)
return the ContentQuota that corresponds to the specified UniqueName. |
S_ContentQuota |
S_PrimaryUserProfile.getContentQuota()
Gets the S_ContentQuota for this object. |
S_ContentQuota |
S_LibrarySession.getDefaultContentQuota()
Gets the default ContentQuota to be used when creating new content |
S_ContentQuota |
S_Document.getContentQuota()
Gets the S_ContentQuota for this object. |
protected S_ContentQuota |
S_Document.checkQuotaSpecification(S_LibraryObjectDefinition def)
Checks to see if ContentQuota is specified in the definition. |
Methods in oracle.ifs.server with parameters of type S_ContentQuota | |
protected void |
S_PublicObject.verifyCanUseContentQuota(S_ContentQuota quota)
Verify that 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 boolean |
S_DirectoryUser.canUseContentQuota(S_ContentQuota quota)
Returns true if the current user can use the specified ContentQuota object. |
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_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 boolean |
S_DirectoryGroup.canUseContentQuota(S_ContentQuota quota)
Returns true if the current user can use the specified ContentQuota object. |
protected void |
S_Document.setContentObject(OperationState opState,
S_LibraryObjectDefinition def,
S_ContentQuota quota,
boolean update)
This method is called by both insert and update. |
Constructors in oracle.ifs.server with parameters of type S_ContentQuota | |
RandomAccessBlob(S_Media media,
java.lang.Long id,
boolean canWrite,
S_ContentQuota quota,
S_ContentObject co,
S_LibraryObject refObj)
This constructor allocates a buffer from the provided media. |
|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |