Uses of Interface
com.polarion.alm.projects.model.IUser
Packages that use IUser
Package
Description
-
Uses of IUser in com.polarion.alm.builder.model
Methods in com.polarion.alm.builder.model that return IUser -
Uses of IUser in com.polarion.alm.projects
Methods in com.polarion.alm.projects that return IUserModifier and TypeMethodDescriptionIProjectService.createUser
(String loginName) Creates the new instance of theIUser
temporary object.IProjectService.getCurrentUser()
ConsultsISecurityService
to identify the User ID executing this code and transforms the ID into the (unresolved)IUser
object.Returns the user with the given ID.Methods in com.polarion.alm.projects that return types with arguments of type IUserModifier and TypeMethodDescriptionILDAPUserSynchronization.ILDAPUserSynchronizationReport.getCreatedUsers()
ILDAPUserSynchronization.ILDAPUserSynchronizationReport.getPolarionUsersNotInLDAP()
Deprecated.ILDAPUserSynchronization.ILDAPUserSynchronizationReport.getPolarionUsersNotMatchingLdapQuery()
Returns a list of users that exist in Polarion, but do not match configured LDAP query.IProjectService.getProjectUsers
(IProject project) ILDAPUserSynchronization.ILDAPUserSynchronizationReport.getUpdatedUsers()
IProjectService.getUsers()
IProjectService.getUsersNotInProject
(IProject project) IProjectService.searchProjectUsers
(IProject project, String query, String sort) IProjectService.searchUsers
(String query) IProjectService.searchUsers
(String query, String sort) Methods in com.polarion.alm.projects with parameters of type IUserModifier and TypeMethodDescriptionvoid
IProjectService.deleteUser
(IUser user) Deletes the given user instance.boolean
ILDAPUserSynchronization.updateUser
(IUser user) Deprecated.Since 3.20.1 useILdapUsersSynchronization.updateUser(IUser)
. -
Uses of IUser in com.polarion.alm.projects.ldap
Methods in com.polarion.alm.projects.ldap with parameters of type IUserModifier and TypeMethodDescriptionboolean
ILdapUsersSynchronization.updateUser
(IUser user) Updates the user object with information from LDAP server. -
Uses of IUser in com.polarion.alm.projects.model
Methods in com.polarion.alm.projects.model that return IUserMethods in com.polarion.alm.projects.model with parameters of type IUser -
Uses of IUser in com.polarion.alm.tracker
Methods in com.polarion.alm.tracker that return types with arguments of type IUserModifier and TypeMethodDescriptionITrackerService.getApproverUsers
(IContextId contextId) Returns users with global role "approver", or context role "project_approver" (if context ID is provided).ITrackerService.getAssignableUsers
(IContextId contextId) Returns users with global role "assignable", or context role "project_assignable" (if context ID is provided).Methods in com.polarion.alm.tracker with parameters of type IUserModifier and TypeMethodDescriptionIBaselinesManager.createBaseline
(String name, String description, String revision, IUser author) Creates a project baseline.ISavedQueriesManager.getSavedQueries
(IProject project, IUser user) Returns merged saved queries defined for specified user, project and global.ITrackerService.getTrackerUser
(IUser user) Returns a tracker user.void
ISavedQueriesManager.removeSavedQuery
(int scope, IProject project, IUser user, String name) void
void
ISavedQueriesManager.saveUserDefaultQuery
(IUser user, String scope, String query) void
ISavedQueriesManager.saveUserQuery
(IUser user, String name, String query) IBaselinesManager.scheduleComparisonJob
(String r1, String r2, IUser author) Schedules the comparison job. -
Uses of IUser in com.polarion.alm.tracker.exporter
Methods in com.polarion.alm.tracker.exporter that return IUserMethods in com.polarion.alm.tracker.exporter with parameters of type IUserModifier and TypeMethodDescriptionIExportManager.getExports
(IUser user) Returns all exports started by a user (newer exports first), that have yet to be removed. -
Uses of IUser in com.polarion.alm.tracker.importer
Methods in com.polarion.alm.tracker.importer that return IUserMethods in com.polarion.alm.tracker.importer with parameters of type IUserModifier and TypeMethodDescriptionIImportManager.getImports
(IUser user) Returns all imports started by the user (newer imports first), that were not removed yet. -
Uses of IUser in com.polarion.alm.tracker.model
Subinterfaces of IUser in com.polarion.alm.tracker.modelMethods in com.polarion.alm.tracker.model that return IUserModifier and TypeMethodDescriptionIAttachmentBase.getAuthor()
IBaseline.getAuthor()
ICommentBase.getAuthor()
IModule.getAuthor()
Returns this module author.IPlan.getAuthor()
IRichPage.getAuthor()
ITestRun.getAuthor()
IWikiPage.getAuthor()
IWorkItem.getAuthor()
Returns this Work Item author.ITestRecord.getExecutedBy()
IComparisonReport.getReportAuthor()
IModule.getUpdatedBy()
IRichPage.getUpdatedBy()
IWikiPage.getUpdatedBy()
IApprovalStruct.getUser()
The user field is read-only here, since it's primary key of this structure.IWorkRecord.getUser()
Methods in com.polarion.alm.tracker.model that return types with arguments of type IUserModifier and TypeMethodDescriptionITrackerProject.getDocumentSigners()
Returns users that are allowed to sign documents in the project.
It does not count with a custom set permissions that are defined for each document.Methods in com.polarion.alm.tracker.model with parameters of type IUserModifier and TypeMethodDescriptionIWorkItem.addApprovalFor
(IUser approvee) Returns a builder that allows for the addition of a user to the collection of approvals, with a status selected byIApprovalBuilder.withStatus(String)
.void
IWorkItem.addAprovee
(IUser approvee) Adds the user to the approval collection with the default status.boolean
IWorkItem.addAssignee
(IUser participant) Adds a user to the list of assignees.IWorkItem.createWorkRecord
(IUser user, DateOnly date, IWorkRecordTypeOpt type, DurationTime timeSpent, String comment) Creates a (temporary) work record object, that can be manipulated by the client.IWorkItem.createWorkRecord
(IUser user, DateOnly date, DurationTime timeSpent) Creates a (temporary) work record object, that can be manipulated by the client.void
IWorkItem.removeApprovee
(IUser approvee) Removes the user from the approvees collection.boolean
IWorkItem.removeAssignee
(IUser participant) Removes a user from the list of assignees.void
IWorkItem.setApprovalStatus
(IUser approvee, IApprovalStatusOpt status) Sets the approval status for the given user.void
ITestRecord.setExecutedBy
(IUser executedBy) -
Uses of IUser in com.polarion.alm.tracker.model.baselinecollection
Methods in com.polarion.alm.tracker.model.baselinecollection that return IUser -
Uses of IUser in com.polarion.alm.tracker.model.scripting
Methods in com.polarion.alm.tracker.model.scripting that return IUserMethods in com.polarion.alm.tracker.model.scripting that return types with arguments of type IUserMethods in com.polarion.alm.tracker.model.scripting with parameters of type IUserModifier and TypeMethodDescriptionboolean
IScript.addMaintainer
(IUser participant) Adds a user to the list of maintainers.boolean
IScript.removeMaintainer
(IUser participant) Removes a user from the list of maintainers. -
Uses of IUser in com.polarion.alm.tracker.model.signatures
Methods in com.polarion.alm.tracker.model.signatures that return IUserMethods in com.polarion.alm.tracker.model.signatures that return types with arguments of type IUserModifier and TypeMethodDescriptionIDocumentWorkflowSignaturesManager.getDocumentSigners()
Returns users that are allowed to sign target document.
It counts with a custom set permissions that can be defined for target document.Methods in com.polarion.alm.tracker.model.signatures with parameters of type IUserModifier and TypeMethodDescriptionIWorkflowSignature.addSignature
(IUser signer) Adds an invited signature if signature for the user does not exist yet.IWorkflowSignature.getSignature
(IUser signer) Returns existing signature of the user, ornull
.void
IWorkflowSignature.removeSignature
(IUser signer) Removes signature of the user, has no effect if there is no such signature. -
Uses of IUser in com.polarion.alm.tracker.model.watchlist
Methods in com.polarion.alm.tracker.model.watchlist that return types with arguments of type IUserMethods in com.polarion.alm.tracker.model.watchlist with parameters of type IUserModifier and TypeMethodDescriptionvoid
IWatches.addWatcher
(IUser user) Adds the user as a watcher to this objectboolean
IWatches.isWatchedBy
(IUser user) Returns true when the user is watching this objectvoid
IWatches.removeWatcher
(IUser user) Removes the user as a watcher from this object
ILDAPUserSynchronization.ILDAPUserSynchronizationReport.getPolarionUsersNotMatchingLdapQuery()
.