public interface CentraSiteUser extends CentraSiteRegistryObject, javax.xml.registry.infomodel.User
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, addPostListener, addPreListener, getCentraSiteACL, getClassificationValue, getCreationDate, getCurrentUserPrivilege, getEmbeddedAuditTrail, getEnclosingObject, getFileAsExternalLink, getFileValue, getInstanceLevelPermissionSet, getLastModificationDate, getOwner, getPreviousOwner, getPreviousSubmittingOrganization, getRelationShipValue, 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, setInstanceLevelPermissionSet, setInternal, setLocked, setOwner, setPropagatePermissions, setPropagateProfilePermissions, setRelationShipValue, setSubmittingOrganization, toXMLforExport, toXMLforExport
getRegistryService
getEmailAddresses, getOrganization, getPersonName, getPostalAddresses, getTelephoneNumbers, getType, getUrl, setEmailAddresses, setPersonName, setPostalAddresses, setTelephoneNumbers, setType, setUrl
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML
void setLoginUser(boolean loginUser) throws javax.xml.registry.JAXRException
loginUser
- true if this user is a login userjavax.xml.registry.JAXRException
- if an internal error occurs on setting the user as a login user.boolean isLoginUser() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occurs on checking the user as logged in user.java.lang.String determineGuiConfigId() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occurs on determining the GUI config ID.