|
Oracle Content Management SDK | |||||||||
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 |
CHARACTERSET_ATTRIBUTE
The DirectoryUser's character set preference for document uploading. |
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 |
LANGUAGE_ATTRIBUTE
The DirectoryUser's language preference for document uploading. |
static java.lang.String |
LOCALE_ATTRIBUTE
The DirectoryUser's locale preference. |
static java.lang.String |
READINDICATIONENABLED_ATTRIBUTE
An indicator of whether read indication is enabled or disabled. |
static java.lang.String |
READINDICATIONSTATE_ATTRIBUTE
An indicator of which documents' content the DirectoryUser has read. |
static java.lang.String |
TIMEZONE_ATTRIBUTE
The DirectoryUser's time zone preference. |
Fields inherited from class oracle.ifs.beans.UserProfile |
DIRECTORYUSER_ATTRIBUTE |
Method Summary | |
java.lang.String |
getCharacterSet()
Retrieves the default character set setting used when uploading a document. |
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. |
java.lang.String |
getLanguage()
Retrieve the default language setting used when uploading a document. |
java.util.Locale |
getLocale()
Retrieves the user preferred locale. |
java.util.TimeZone |
getTimeZone()
Retrieves the user preferred time zone. |
boolean |
isReadIndicationEnabled()
Determines whether read indication is enabled. |
void |
setCharacterSet(java.lang.String charSet)
Sets the default character set setting to use when uploading a document. |
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. |
void |
setLanguage(java.lang.String language)
Sets the default language setting to use when uploading a document. |
void |
setLocale(java.util.Locale locale)
Sets the user preferred locale. |
void |
setTimeZone(java.util.TimeZone timeZone)
Sets the user preferred time zone. |
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 READINDICATIONENABLED_ATTRIBUTE
public static final java.lang.String CONTENTQUOTA_ATTRIBUTE
public static final java.lang.String LANGUAGE_ATTRIBUTE
public static final java.lang.String CHARACTERSET_ATTRIBUTE
public static final java.lang.String LOCALE_ATTRIBUTE
public static final java.lang.String TIMEZONE_ATTRIBUTE
Method Detail |
public Folder getHomeFolder() throws IfsException
IfsException
- if the operation failspublic void setHomeFolder(Folder folder) throws IfsException
folder
- the Folder that will be the home folderIfsException
- if the operation failspublic ContentQuota getContentQuota() throws IfsException
IfsException
- if the operation failspublic void setContentQuota(ContentQuota quota) throws IfsException
quota
- the DirectoryUser's ContentQuotaIfsException
- if the operation failspublic PropertyBundle getDefaultAcls() throws IfsException
IfsException
- if the operation failspublic void setDefaultAcls(PropertyBundle props) throws IfsException
props
- PropertyBundle containing default ACLs
keyed by class nameIfsException
- if the operation failspublic void setLanguage(java.lang.String language) throws IfsException
language
- Identifier code of language to use.IfsException
- will be generated if the operation fails.public java.lang.String getLanguage() throws IfsException
IfsException
- will be generated if the operation fails.public void setCharacterSet(java.lang.String charSet) throws IfsException
charSet
- Identifier code of Java character set to use.IfsException
- will be generated if the operation fails.public java.lang.String getCharacterSet() throws IfsException
IfsException
- will be generated if the operation fails.public void setTimeZone(java.util.TimeZone timeZone) throws IfsException
timeZone
- TimeZone which user would like to use.IfsException
- will be generated if the operation fails.public java.util.TimeZone getTimeZone() throws IfsException
IfsException
- will be generated if the operation fails.public void setLocale(java.util.Locale locale) throws IfsException
locale
- User preferred locale setting.IfsException
- will be generated if the operation fails.public java.util.Locale getLocale() throws IfsException
IfsException
- will be generated if the operation fails.public boolean isReadIndicationEnabled() throws IfsException
IfsException
- if the operation fails
|
Oracle Content Management SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |