Uses of Class
de.xima.fc.project.mgmt.ProjectUser
Packages that use ProjectUser
-
Uses of ProjectUser in de.xima.fc.logic.user
Methods in de.xima.fc.logic.user that return ProjectUserModifier and TypeMethodDescriptionstatic ProjectUserUserAdapter.toProjectUser(IUser user) Converts anIUserto aProjectUsermodel. -
Uses of ProjectUser in de.xima.fc.project.mgmt.impex
Methods in de.xima.fc.project.mgmt.impex with parameters of type ProjectUserModifier and TypeMethodDescriptionProjectExportService.analyzeForExport(Long projectId, ProjectUser user) Analyzes the specified project for export, identifying all dependencies and checking user permissions.voidProjectExportService.exportProject(ProjectExportSpec spec, OutputStream output, ProjectUser user) Exports the specified project according to the provided export specification.