Oracle Content Management SDK

Uses of Class
oracle.ifs.beans.ContentQuota

Packages that use ContentQuota
oracle.ifs.adk.user   
oracle.ifs.beans   
 

Uses of ContentQuota in oracle.ifs.adk.user
 

Fields in oracle.ifs.adk.user declared as ContentQuota
protected  ContentQuota UserManager.m_CreatedContentQuota
           
 

Uses of ContentQuota in oracle.ifs.beans
 

Subclasses of ContentQuota in oracle.ifs.beans
 class TieContentQuota
          TieContentQuota allows the Oracle-defined behavior of the CONTENTQUOTA classobject (and its subclasses) to be extended or overridden.
 

Fields in oracle.ifs.beans declared as ContentQuota
protected  ContentQuota LibrarySession.m_DefaultContentQuota
          the default ContentQuota object that will be used for any new Documents
 

Methods in oracle.ifs.beans that return ContentQuota
 ContentQuota DirectoryGroup.getContentQuota()
          Gets the group's ContentQuota object.
 ContentQuota PrimaryUserProfile.getContentQuota()
          Gets the DirectoryUser's ContentQuota object.
protected static ContentQuota ContentQuota.constructContentQuota(LibrarySession sess, S_LibraryObjectData data)
          Constructs a ContentQuota for the specified data.
protected static ContentQuota[] ContentQuota.vectorToContentQuotaArray(java.util.Vector vector)
          Converts a Vector of ContentQuota to an array of ContentQuota.
protected static ContentQuota ContentQuota.vectorContentQuotaElement(java.util.Vector vector, int index)
          Extracts an element of a Vector of ContentQuota.
 ContentQuota Document.getContentQuota()
          Gets the ContentQuota object being charged by this Document.
 ContentQuota LibrarySession.getDefaultContentQuota()
          Gets the session's default ContentQuota, set via setDefaultContentQuota().
 

Methods in oracle.ifs.beans with parameters of type ContentQuota
 void DirectoryGroup.setContentQuota(ContentQuota quota)
          Sets the group's ContentQuota attribute.
 void PrimaryUserProfile.setContentQuota(ContentQuota quota)
          Sets the DirectoryUser's ContentQuota attribute.
 void Document.setContentQuota(ContentQuota quota)
          Sets the ContentQuota that will be charged by this Document.
 void LibrarySession.setDefaultContentQuota(ContentQuota quota)
          Sets the session's default ContentQuota.
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.