public interface CentraSiteUser extends CentraSiteRegistryObject
User
Modifier and Type | Method and Description |
---|---|
java.lang.String |
determineGuiConfigId()
Determines the GUI configuration id for this particular user.
|
boolean |
isLoginUser()
Returns whether this user is a login user.
|
void |
setLoginUser(boolean loginUser)
Sets the user to be treated as a login user.
|
accept, addAuditComment, addCustomAuditableEvent, addImportUpdateAuditableEvent, addPostListener, addPreListener, getCentraSiteACL, getClassificationValue, getConsumers, getCreationDate, getCurrentUserPrivilege, getEmbeddedAuditTrail, getEnclosingObject, getFileAsExternalLink, getFileValue, getInstanceLevelPermissionSet, getLastModificationDate, getOwner, getParentObject, getPreviousOwner, getPreviousSubmittingOrganization, getRelationShipValue, getRelationShipValueMap, getServerTimezoneOffset, getSubmittingOrganizationKey, getVirtualObjectType, isAclModified, isAssociatedTo, isClassifiedWith, isDeleted, isDescendantObjectModified, isInternal, isLocked, isModified, isModifiedByUser, isMoved, isMoveOrganization, isMoveOwner, isObjectModified, isPermissionModified, isPredefined, isPropagatePermissions, isPropagateProfilePermissions, isRevisionObject, logLCStateChange, removeExternalLinkId, setCentraSiteACL, setClassificationValue, setFileValue, setFileValue, setFileWithExternalLink, setFileWithExternalLink, setIgnoreForImport, setInstanceLevelPermissionSet, setInternal, setLocked, setOwner, setParentObject, setPropagatePermissions, setPropagateProfilePermissions, setRelationShipValue, setRelationShipValueMap, setSubmittingOrganization, toXMLforExport, toXMLforExport
getRegistryService
void setLoginUser(boolean loginUser) throws JAXRException
loginUser
- true if this user is a login userJAXRException
- if an internal error occurs on setting the user as a login user.boolean isLoginUser() throws JAXRException
JAXRException
- if an internal error occurs on checking the user as logged in user.java.lang.String determineGuiConfigId() throws JAXRException
JAXRException
- if an internal error occurs on determining the GUI config ID.