|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.ifs.beans.LibraryObject
|
+--oracle.ifs.beans.TieLibraryObject
|
+--oracle.ifs.beans.PublicObject
|
+--oracle.ifs.beans.TiePublicObject
|
+--oracle.ifs.beans.UserProfile
|
+--oracle.ifs.beans.TieUserProfile
|
+--oracle.ifs.beans.PrimaryUserProfile
A PrimaryUserProfile contains information related to a DirectoryUser such as the home folder, the default ACLs, ContentQuota.
| Field Summary | |
static java.lang.String |
CLASS_NAME
This class name for this class. |
static java.lang.String |
CONTENTQUOTA_ATTRIBUTE
The DirectoryUser's information about how much storage the user has allocated/consumed. |
static java.lang.String |
DEFAULTACLS_ATTRIBUTE
A PropertyBundle containing the name/value pairs keyed by the class name of the AccessControlList to use when creating an instance of that class. |
static java.lang.String |
DEFAULTADMINISTRATIONGROUP_ATTRIBUTE
The DirectoryUser's default AdministrationGroup. |
static java.lang.String |
HOMEFOLDER_ATTRIBUTE
The DirectoryUser's home folder. |
static java.lang.String |
READINDICATIONSTATE_ATTRIBUTE
An indicator of which documents' content the DirectoryUser has read. |
| Fields inherited from class oracle.ifs.beans.UserProfile |
DIRECTORYUSER_ATTRIBUTE |
| Method Summary | |
ContentQuota |
getContentQuota()
Gets the DirectoryUser's ContentQuota object. |
PropertyBundle |
getDefaultAcls()
Gets the PropertyBundle for this profile that contains name/value pairs keyed by classname of the default ACL to use when creating an instance of that class. |
Folder |
getHomeFolder()
Gets the DirectoryUser's home folder. |
void |
setContentQuota(ContentQuota quota)
Sets the DirectoryUser's ContentQuota attribute. |
void |
setDefaultAcls(PropertyBundle props)
Sets the PropertyBundle for this profile that contains name/value pairs keyed by classname of the default ACL to use when creating an instance of that class. |
void |
setHomeFolder(Folder folder)
Sets the DirectoryUser's home folder. |
| Methods inherited from class oracle.ifs.beans.UserProfile |
getDirectoryUser |
| Methods inherited from class oracle.ifs.beans.LibraryObject |
equals, free, free, getAttribute, getAttributeByUpperCaseName, getAttributes, getAttributesByUpperCaseNames, getClassId, getClassObject, getDefinition, getId, getLabel, getName, getSession, invokeServerMethod, isInstanceOf, isTraced, lookupInstanceLabel, postEvent, postEvent, renderAsReader, renderAsStream, setAttribute, setAttribute, setAttributes, setAttributes, setName, toString, trace, update |
| Methods inherited from interface oracle.ifs.common.LibraryObjectInterface |
getId |
| Methods inherited from interface oracle.ifs.common.Traceable |
getTraceLogger, isTraced, trace |
| Field Detail |
public static final java.lang.String CLASS_NAME
public static final java.lang.String HOMEFOLDER_ATTRIBUTE
public static final java.lang.String DEFAULTACLS_ATTRIBUTE
public static final java.lang.String DEFAULTADMINISTRATIONGROUP_ATTRIBUTE
public static final java.lang.String READINDICATIONSTATE_ATTRIBUTE
public static final java.lang.String CONTENTQUOTA_ATTRIBUTE
| Method Detail |
public Folder getHomeFolder()
throws IfsException
IfsException - if the operation fails
public void setHomeFolder(Folder folder)
throws IfsException
folder - the Folder that will be the home folderIfsException - if the operation fails
public ContentQuota getContentQuota()
throws IfsException
IfsException - if the operation fails
public void setContentQuota(ContentQuota quota)
throws IfsException
quota - the DirectoryUser's ContentQuotaIfsException - if the operation fails
public PropertyBundle getDefaultAcls()
throws IfsException
IfsException - if the operation fails
public void setDefaultAcls(PropertyBundle props)
throws IfsException
props - PropertyBundle containing default ACLs
keyed by class nameIfsException - if the operation fails
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||