public interface IUser extends IPrincipal, IUserInfo
IThingNameInfo.INameAtom
INVALID_ID
ACL_CAPABILITY, ACL_FREE, ACL_LEVEL_0, ACL_LEVEL_1, ACL_LEVEL_2, ACL_NORMAL, AUTH_LEVEL_ANONYMOUS, AUTH_LEVEL_BASIC, AUTH_LEVEL_DEFAULT, AUTH_LEVEL_FULL_ACCESS, AUTH_LEVEL_NTLM
Modifier and Type | Method and Description |
---|---|
IThingIDList |
getGroups(int startIndex,
int endIndex)
Get the groups that this user belongs to
|
IThingID |
getOwnedFolderID(int folderType)
Get id for specified folder type.
|
IThingIDList |
getOwnedItemsIDs(int type,
int startIndex,
int endIndex)
Get an array of thingIDs for pages that this user owns.
|
Object |
getPortletData(IThingID portletID)
gets the widget or widgettype data associated with this user
|
IThingIDList |
listRoles(int startIndex,
int endIndex)
get the roles for this user
|
void |
setPortletData(IThingID portletID,
Object data)
sets the widget or widgettype data associated with this user
|
getArchivedURI
addToContainer, copy, deactivate, deactivate, delete, delete, destroy, getThingID, getTreePath, getVersionInfo, hashCode, loadThings, onLoad, onSave, reactivate, relate, removeFromContainer, setProperties, setXTypeID, unrelate
getDbID, getTypeID, getXTypeID
putIsVersioned, putState, putThingInfo, setThingInfo
getAuthLevel, getIsVersioned, getOwnerID, getState, getStyleID
putParentID, setParentID
getParentID
putDates, setModified, setModified
getCreationDate, getLastModifiedDate
getAllLanguages, getDescription, getName, getNames, getThingLang, putNameDesc, setDescription, setDescription, setName, setName, setNameDesc
getDescription, getName
addNote, getNotes, removeNote
putInfo, setInfo
getInfo
getKeywords, putKeywords, setKeywords
evictCallback, refreshCallback
getSortID, putSortInfo, setSortID
getDirectoryURI, getEmail
getPageSize, getServiceID, getStartPageID, getUUID, putUserInfo, setUserInfo
IThingIDList getGroups(int startIndex, int endIndex) throws MetaException
MetaException
IThingIDList listRoles(int startIndex, int endIndex) throws MetaException
startIndex
- endIndex
- MetaException
IThingIDList getOwnedItemsIDs(int type, int startIndex, int endIndex) throws MetaException
MetaException
IThingID getOwnedFolderID(int folderType) throws MetaException
folderType
- IFolderTypeMetaException
- if user doesn't exist or DB errorObject getPortletData(IThingID portletID) throws MetaException
MetaException
void setPortletData(IThingID portletID, Object data) throws MetaException
MetaException