Uses of Interface
com.atlassian.jira.project.Project
Packages that use Project
Package
Description
Package containing APIs to access project types.
-
Uses of Project in com.atlassian.jira.action.component
Methods in com.atlassian.jira.action.component with parameters of type ProjectModifier and TypeMethodDescriptionbooleanSelectComponentAssigneesUtil.hasPermission(Project project, ApplicationUser user) booleanSelectComponentAssigneesUtilImpl.hasPermission(Project project, ApplicationUser user) static booleanComponentUtils.isProjectLeadAssignable(Project project) -
Uses of Project in com.atlassian.jira.admin
Methods in com.atlassian.jira.admin with parameters of type ProjectModifier and TypeMethodDescriptionbooleanDefaultTabLoadedDataProvider.hasExtPermission(Project project) booleanTabLoadedDataProvider.hasExtPermission(Project project) -
Uses of Project in com.atlassian.jira.auditing
Constructors in com.atlassian.jira.auditing with parameters of type Project -
Uses of Project in com.atlassian.jira.auditing.handlers
Methods in com.atlassian.jira.auditing.handlers with parameters of type ProjectModifier and TypeMethodDescriptionvoidDefaultAssigneeTypeHandler.handleDefaultAssigneeTypeUpdated(Project projectUpdated, Long oldDefaultAssigneeType, Long newDefaultAssigneeType) voidDefaultAssigneeTypeHandlerImpl.handleDefaultAssigneeTypeUpdated(Project projectUpdated, Long oldDefaultAssigneeType, Long newDefaultAssigneeType) voidProjectLeadHandler.handleProjectLeadUpdated(Project projectUpdated, String oldProjectLeadKey, String newProjectLeadKey) voidProjectLeadHandlerImpl.handleProjectLeadUpdated(Project projectUpdated, String oldProjectLeadKey, String newProjectLeadKey) voidProjectEventHandler.handleProjectReindexFinished(Project project) voidProjectEventHandlerImpl.handleProjectReindexFinished(Project project) voidProjectEventHandler.handleProjectReindexStarted(Project project) voidProjectEventHandlerImpl.handleProjectReindexStarted(Project project) Method parameters in com.atlassian.jira.auditing.handlers with type arguments of type ProjectModifier and TypeMethodDescriptionvoidPrioritySchemeAuditHandler.handlePrioritySchemeAssociationAdded(FieldConfigScheme fieldConfigScheme, Set<Project> projects) voidPrioritySchemeAuditHandlerImpl.handlePrioritySchemeAssociationAdded(FieldConfigScheme fieldConfigScheme, Set<Project> projects) voidPrioritySchemeAuditHandler.handlePrioritySchemeAssociationDeleted(FieldConfigScheme fieldConfigScheme, Set<Project> projects) voidPrioritySchemeAuditHandlerImpl.handlePrioritySchemeAssociationDeleted(FieldConfigScheme fieldConfigScheme, Set<Project> projects) -
Uses of Project in com.atlassian.jira.avatar
Methods in com.atlassian.jira.avatar with parameters of type ProjectModifier and TypeMethodDescriptionAvatarManager.create(String fileName, String contentType, Project owner, InputStream image, Selection selection) Deprecated.AvatarManagerImpl.create(String fileName, String contentType, Project project, InputStream imageData, Selection croppingSelection) static RemoteAvatarBuild an Avatar representation for a local project avatar.AvatarService.getProjectAvatarAbsoluteURL(Project project, Avatar.Size size) Returns the URL for the avatar of the given project.AvatarServiceImpl.getProjectAvatarAbsoluteURL(Project project, Avatar.Size size) AvatarService.getProjectAvatarURL(Project project, Avatar.Size size) Returns the URL for the avatar of the given project.AvatarServiceImpl.getProjectAvatarURL(Project project, Avatar.Size size) booleanAvatarManager.hasPermissionToEdit(ApplicationUser remoteUser, Project owner) Deprecated.booleanAvatarManagerImpl.hasPermissionToEdit(ApplicationUser remoteUser, Project owner) booleanAvatarManager.hasPermissionToView(ApplicationUser remoteUser, Project owner) Deprecated.UseAvatarManager.userCanView(ApplicationUser, Avatar)Since v7.1booleanAvatarManagerImpl.hasPermissionToView(ApplicationUser remoteUser, Project project) -
Uses of Project in com.atlassian.jira.bc.filter
Methods in com.atlassian.jira.bc.filter with parameters of type ProjectModifier and TypeMethodDescriptionProjectSearchRequestService.associateSearchRequestsWithProject(ApplicationUser user, Project project, Long... searchRequestIds) For a given project this method will associated the provided search requests such that they will be returned by subsequent calls toProjectSearchRequestService.getSearchRequestsForProject(ApplicationUser, Project).ProjectSearchRequestServiceImpl.associateSearchRequestsWithProject(ApplicationUser user, Project project, Long... searchRequestIds) ProjectSearchRequestService.getSearchRequestsForProject(ApplicationUser user, Project project) Retrieves all search requests for a given project that the user is allowed to see.ProjectSearchRequestServiceImpl.getSearchRequestsForProject(ApplicationUser user, Project project) -
Uses of Project in com.atlassian.jira.bc.issue.attachment
Methods in com.atlassian.jira.bc.issue.attachment with parameters of type ProjectModifier and TypeMethodDescriptionbooleanAttachmentService.canCreateAttachments(JiraServiceContext jiraServiceContext, Project project) Determines whether attachments are enabled in JIRA and that the user has the required permission (Permissions.CREATE_ATTACHMENT) to create an attachment for this project.booleanDefaultAttachmentService.canCreateAttachments(JiraServiceContext jiraServiceContext, Project project) -
Uses of Project in com.atlassian.jira.bc.issue.fields
Methods in com.atlassian.jira.bc.issue.fields that return types with arguments of type ProjectModifier and TypeMethodDescriptionFieldConfigSchemeService.getAvailableProjectsForCreate(ApplicationUser loggedInUser, String fieldId) Gets list of available projects that can be used for new field context for passedfieldId.FieldConfigSchemeServiceImpl.getAvailableProjectsForCreate(ApplicationUser loggedInUser, String fieldId) FieldConfigSchemeService.getAvailableProjectsForUpdate(ApplicationUser loggedInUser, String fieldId, long configSchemeId) Gets list of available projects that can be used for updating existing field context for passedfieldIdandconfigSchemeId.FieldConfigSchemeServiceImpl.getAvailableProjectsForUpdate(ApplicationUser loggedInUser, String fieldId, long configSchemeId) Method parameters in com.atlassian.jira.bc.issue.fields with type arguments of type ProjectModifier and TypeMethodDescriptionFieldConfigSchemeParameters.Builder.projects(Collection<Project> projects) -
Uses of Project in com.atlassian.jira.bc.issue.fields.screen
Methods in com.atlassian.jira.bc.issue.fields.screen that return types with arguments of type ProjectMethods in com.atlassian.jira.bc.issue.fields.screen with parameters of type ProjectModifier and TypeMethodDescriptionstatic FieldScreenOperationContextFieldScreenOperationContext.ofUserAndProject(ApplicationUser user, Project project) Creates user and project context. -
Uses of Project in com.atlassian.jira.bc.issue.search
Methods in com.atlassian.jira.bc.issue.search that return ProjectModifier and TypeMethodDescriptionIssuePickerSearchService.IssuePickerParameters.getCurrentProject()Constructors in com.atlassian.jira.bc.issue.search with parameters of type ProjectModifierConstructorDescriptionIssuePickerParameters(String query, String currentJQL, Issue currentIssue, Project currentProject, boolean showSubTasks, boolean showSubTaskParent, int limit) Constructor that takes all parameters -
Uses of Project in com.atlassian.jira.bc.project
Methods in com.atlassian.jira.bc.project that return ProjectModifier and TypeMethodDescriptionDefaultProjectService.createProject(ProjectService.CreateProjectValidationResult result) ProjectService.createProject(ProjectService.CreateProjectValidationResult createProjectValidationResult) Using the validation result fromProjectService.validateCreateProject(ApplicationUser, ProjectCreationData)a new project will be created.ProjectService.AbstractProjectResult.get()ProjectService.UpdateProjectValidationResult.getOriginalProject()ProjectService.AbstractProjectResult.getProject()ProjectService.AbstractProjectResult.getReturnedValue()DefaultProjectService.updateProject(ProjectService.UpdateProjectValidationResult result) ProjectService.updateProject(ProjectService.UpdateProjectValidationResult updateProjectValidationResult) Using the validation result fromProjectService.validateUpdateProject(ApplicationUser, String, String, String, String, String, Long)this method performs the actual update on the project.Methods in com.atlassian.jira.bc.project that return types with arguments of type ProjectModifier and TypeMethodDescriptionDefaultProjectService.getAllProjects(ApplicationUser user) ProjectService.getAllProjects(ApplicationUser user) Used to retrieve a list ofProjectobjects.DefaultProjectService.getAllProjectsForAction(ApplicationUser user, ProjectAction action) DefaultProjectService.getAllProjectsForAction(ApplicationUser user, ProjectAction action, boolean includeArchived) ProjectService.getAllProjectsForAction(ApplicationUser user, ProjectAction action) Used to retrieve a list ofProjectobjects.ProjectService.getAllProjectsForAction(ApplicationUser user, ProjectAction action, boolean includeArchived) Deprecated.io.atlassian.fugue.Either<Project,ErrorCollection> DefaultProjectService.updateProjectType(ApplicationUser user, Project project, ProjectTypeKey newProjectType) io.atlassian.fugue.Either<Project,ErrorCollection> ProjectService.updateProjectType(ApplicationUser user, Project project, ProjectTypeKey newProjectType) Updates the type of a project.Methods in com.atlassian.jira.bc.project with parameters of type ProjectModifier and TypeMethodDescriptionProjectCreationData.Builder.fromExistingProject(Project existingProject, ProjectCreationData input) Creates a new instance of ProjectCreationData using a combination of the existing project's data as well as the input providedbooleanProjectAction.hasPermission(PermissionManager permissionManager, ApplicationUser user, Project project) voidDefaultProjectService.updateProjectSchemes(ProjectService.UpdateProjectSchemesValidationResult result, Project project) voidProjectService.updateProjectSchemes(ProjectService.UpdateProjectSchemesValidationResult result, Project project) Updates the project schemes for a particular project, given a validation result and project to update.io.atlassian.fugue.Either<Project,ErrorCollection> DefaultProjectService.updateProjectType(ApplicationUser user, Project project, ProjectTypeKey newProjectType) io.atlassian.fugue.Either<Project,ErrorCollection> ProjectService.updateProjectType(ApplicationUser user, Project project, ProjectTypeKey newProjectType) Updates the type of a project.DefaultProjectService.validateUpdateProject(ApplicationUser applicationUser, Project originalProject, String name, String key, String description, ApplicationUser lead, String url, Long assigneeType, Long avatarId) DefaultProjectService.validateUpdateProject(ApplicationUser applicationUser, Project originalProject, String name, String key, String description, String leadName, String url, Long assigneeType, Long avatarId) ProjectService.validateUpdateProject(ApplicationUser user, Project originalProject, String name, String key, String description, ApplicationUser lead, String url, Long assigneeType, Long avatarId) Deprecated.useProjectService.validateUpdateProject(ApplicationUser, UpdateProjectRequest)instead; since v7.2ProjectService.validateUpdateProject(ApplicationUser user, Project originalProject, String name, String key, String description, String leadName, String url, Long assigneeType, Long avatarId) Deprecated.useProjectService.validateUpdateProject(ApplicationUser, UpdateProjectRequest)instead; since v7.2Constructors in com.atlassian.jira.bc.project with parameters of type ProjectModifierConstructorDescriptionAbstractProjectResult(ErrorCollection errorCollection, Project project) DeleteProjectCommand(ProjectManager projectManager, WorkflowSchemeManager workflowSchemeManager, IssueTypeScreenSchemeManager issueTypeScreenSchemeManager, CustomFieldManager customFieldManager, NodeAssociationStore nodeAssociationStore, VersionManager versionManager, ProjectComponentManager projectComponentManager, SharePermissionDeleteUtils sharePermissionDeleteUtils, I18nHelper.BeanFactory i18nFactory, WorkflowManager workflowManager, PermissionSchemeManager permissionSchemeManager, ProjectEventManager projectEventManager, IssueManager issueManager, ApplicationUser user, Project project) DeleteProjectTaskContext(Project project) DeleteProjectValidationResult(ErrorCollection errorCollection, Project project) GetProjectResult(Project project) GetProjectResult(ErrorCollection errorCollection, Project project) ProjectTaskContext(Project project) UpdateProjectRequest(Project originalProject) UpdateProjectValidationResult(ErrorCollection errorCollection, String name, String key, String description, String lead, String url, Long assigneeType, Long avatarId, Project originalProject) Deprecated.UpdateProjectValidationResult(ErrorCollection errorCollection, String name, String key, String description, String leadUsername, String url, Long assigneeType, Long avatarId, Project originalProject, boolean keyChanged, ApplicationUser user) Deprecated. -
Uses of Project in com.atlassian.jira.bc.project.component
Method parameters in com.atlassian.jira.bc.project.component with type arguments of type ProjectModifier and TypeMethodDescriptionDefaultProjectComponentManager.findAllUniqueNamesForProjectObjects(Collection<Project> projects) ProjectComponentManager.findAllUniqueNamesForProjectObjects(Collection<Project> projects) Returns all unique names of the components that belong to the passed projects. -
Uses of Project in com.atlassian.jira.bc.project.index
Methods in com.atlassian.jira.bc.project.index with parameters of type ProjectModifier and TypeMethodDescriptionbooleanProjectReindexService.isReindexPossible(Project project) booleanProjectReindexServiceImpl.isReindexPossible(Project project) Constructors in com.atlassian.jira.bc.project.index with parameters of type Project -
Uses of Project in com.atlassian.jira.bc.project.projectoperation
Methods in com.atlassian.jira.bc.project.projectoperation with parameters of type ProjectModifier and TypeMethodDescriptionDefaultProjectOperationManager.getVisibleProjectOperations(Project project, ApplicationUser user) ProjectOperationManager.getVisibleProjectOperations(Project project, ApplicationUser user) Returns a list ofPluggableProjectOperations -
Uses of Project in com.atlassian.jira.bc.project.property
Methods in com.atlassian.jira.bc.project.property that return types with arguments of type ProjectModifier and TypeMethodDescriptionProjectPropertyHelper.getEntityByIdFunction()ProjectPropertyHelper.getEntityByKeyFunction()ProjectPropertyHelper.hasEditPermissionFunction()ProjectPropertyHelper.hasReadPermissionFunction() -
Uses of Project in com.atlassian.jira.bc.project.version
Methods in com.atlassian.jira.bc.project.version that return ProjectMethods in com.atlassian.jira.bc.project.version with parameters of type ProjectModifier and TypeMethodDescriptionDefaultVersionService.getVersionById(ApplicationUser user, Project project, Long versionId) VersionService.getVersionById(ApplicationUser user, Project project, Long versionId) DefaultVersionService.getVersionByProjectAndName(ApplicationUser user, Project project, String versionName) VersionService.getVersionByProjectAndName(ApplicationUser user, Project project, String versionName) DefaultVersionService.getVersionsByProject(ApplicationUser user, Project project) DefaultVersionService.getVersionsByProject(ApplicationUser user, Project project, PageRequest pageRequest) DefaultVersionService.getVersionsByProject(ApplicationUser user, Project project, PageRequest pageRequest, OrderByRequest<VersionService.VersionExtractableField> orderBy) DefaultVersionService.getVersionsByProject(ApplicationUser user, Project project, PageRequest pageRequest, io.atlassian.fugue.Option<OrderByRequest<VersionService.VersionExtractableField>> orderBy) VersionService.getVersionsByProject(ApplicationUser user, Project project) VersionService.getVersionsByProject(ApplicationUser user, Project project, PageRequest pageRequest) This method returns all versions for a given project.VersionService.getVersionsByProject(ApplicationUser user, Project project, PageRequest pageRequest, OrderByRequest<VersionService.VersionExtractableField> orderBy) This method returns all versions for a given project.DefaultVersionService.validateCreateVersion(ApplicationUser user, Project project, String versionName, String releaseDateStr, String description, Long scheduleAfterVersion) DefaultVersionService.validateCreateVersion(ApplicationUser user, Project project, String versionName, Date releaseDate, String description, Long scheduleAfterVersion) VersionService.validateCreateVersion(ApplicationUser user, Project project, String versionName, String releaseDate, String description, Long scheduleAfterVersion) Deprecated.VersionService.validateCreateVersion(ApplicationUser user, Project project, String versionName, Date releaseDate, String description, Long scheduleAfterVersion) Deprecated.Constructors in com.atlassian.jira.bc.project.version with parameters of type ProjectModifierConstructorDescriptionCreateVersionValidationResult(ErrorCollection errorCollection, Project project, String versionName, Date releaseDate, String description, Long scheduleAfterVersion) CreateVersionValidationResult(ErrorCollection errorCollection, Project project, String versionName, Date startDate, Date releaseDate, String description, Long scheduleAfterVersion) -
Uses of Project in com.atlassian.jira.bc.projectroles
Methods in com.atlassian.jira.bc.projectroles that return types with arguments of type ProjectModifier and TypeMethodDescriptionDefaultProjectRoleService.getProjectsContainingRoleActorByNameAndType(ApplicationUser currentUser, String name, String type, ErrorCollection errorCollection) DefaultProjectRoleService.getProjectsContainingRoleActorByNameAndType(String name, String type, ErrorCollection errorCollection) ProjectRoleService.getProjectsContainingRoleActorByNameAndType(ApplicationUser currentUser, String name, String type, ErrorCollection errorCollection) ProjectRoleService.getProjectsContainingRoleActorByNameAndType(String name, String type, ErrorCollection errorCollection) Methods in com.atlassian.jira.bc.projectroles with parameters of type ProjectModifier and TypeMethodDescriptionvoidDefaultProjectRoleService.addActorsToProjectRole(ApplicationUser currentUser, Collection<String> actors, ProjectRole projectRole, Project project, String actorType, ErrorCollection errorCollection) voidDefaultProjectRoleService.addActorsToProjectRole(Collection<String> actors, ProjectRole projectRole, Project project, String actorType, ErrorCollection errorCollection) voidProjectRoleService.addActorsToProjectRole(ApplicationUser currentUser, Collection<String> actors, ProjectRole projectRole, Project project, String actorType, ErrorCollection errorCollection) voidProjectRoleService.addActorsToProjectRole(Collection<String> actors, ProjectRole projectRole, Project project, String actorType, ErrorCollection errorCollection) DefaultProjectRoleService.getProjectRoleActors(ProjectRole projectRole, Project project, ErrorCollection errorCollection) DefaultProjectRoleService.getProjectRoleActors(ApplicationUser currentUser, ProjectRole projectRole, Project project, ErrorCollection errorCollection) ProjectRoleService.getProjectRoleActors(ProjectRole projectRole, Project project, ErrorCollection errorCollection) ProjectRoleService.getProjectRoleActors(ApplicationUser currentUser, ProjectRole projectRole, Project project, ErrorCollection errorCollection) booleanDefaultProjectRoleService.hasProjectRolePermission(Project project) booleanDefaultProjectRoleService.hasProjectRolePermission(ApplicationUser currentUser, Project project) booleanProjectRoleService.hasProjectRolePermission(Project project) booleanProjectRoleService.hasProjectRolePermission(ApplicationUser currentUser, Project project) Deprecated.Use#hasProjectRolePermission(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.project.Project)instead.voidDefaultProjectRoleService.removeActorsFromProjectRole(ApplicationUser currentUser, Collection<String> actors, ProjectRole projectRole, Project project, String actorType, ErrorCollection errorCollection) voidDefaultProjectRoleService.removeActorsFromProjectRole(Collection<String> actors, ProjectRole projectRole, Project project, String actorType, ErrorCollection errorCollection) voidProjectRoleService.removeActorsFromProjectRole(ApplicationUser currentUser, Collection<String> actors, ProjectRole projectRole, Project project, String actorType, ErrorCollection errorCollection) voidProjectRoleService.removeActorsFromProjectRole(Collection<String> actors, ProjectRole projectRole, Project project, String actorType, ErrorCollection errorCollection) voidDefaultProjectRoleService.removeAllRoleActorsByProject(Project project, ErrorCollection errorCollection) voidDefaultProjectRoleService.removeAllRoleActorsByProject(ApplicationUser currentUser, Project project, ErrorCollection errorCollection) voidProjectRoleService.removeAllRoleActorsByProject(Project project, ErrorCollection errorCollection) voidProjectRoleService.removeAllRoleActorsByProject(ApplicationUser currentUser, Project project, ErrorCollection errorCollection) voidDefaultProjectRoleService.setActorsForProjectRole(ApplicationUser currentUser, Map<String, Set<String>> newRoleActors, ProjectRole projectRole, Project project, ErrorCollection errorCollection) voidDefaultProjectRoleService.setActorsForProjectRole(Map<String, Set<String>> newRoleActors, ProjectRole projectRole, Project project, ErrorCollection errorCollection) voidProjectRoleService.setActorsForProjectRole(ApplicationUser currentUser, Map<String, Set<String>> newRoleActors, ProjectRole projectRole, Project project, ErrorCollection errorCollection) voidProjectRoleService.setActorsForProjectRole(Map<String, Set<String>> newRoleActors, ProjectRole projectRole, Project project, ErrorCollection errorCollection) -
Uses of Project in com.atlassian.jira.bc.subtask.conversion
Methods in com.atlassian.jira.bc.subtask.conversion with parameters of type ProjectModifier and TypeMethodDescriptionprotected booleanDefaultIssueToSubTaskConversionService.projectHasSubTasks(Project project) Returns true if given project has sub-task Issue Types in its Issue Type scheme -
Uses of Project in com.atlassian.jira.bc.user.search
Methods in com.atlassian.jira.bc.user.search that return ProjectMethods in com.atlassian.jira.bc.user.search that return types with arguments of type ProjectMethods in com.atlassian.jira.bc.user.search with parameters of type ProjectModifier and TypeMethodDescriptionstatic UserSearchIssueContextUserSearchIssueContext.createForNewIssue(Project project) AssigneeService.findAssignableUsers(String query, Project project) Get assignable Users based on a query string and project.DefaultAssigneeService.findAssignableUsers(String query, Project project) booleanAssigneeService.isAssignable(Project project, ApplicationUser user) Determines if a user is assignable to an issue in a project.booleanDefaultAssigneeService.isAssignable(Project project, ApplicationUser user) Method parameters in com.atlassian.jira.bc.user.search with type arguments of type ProjectModifier and TypeMethodDescriptionstatic UserSearchIssueContextUserSearchIssueContext.createForNewIssue(Collection<Project> projects) -
Uses of Project in com.atlassian.jira.bc.workflow
Methods in com.atlassian.jira.bc.workflow with parameters of type ProjectModifier and TypeMethodDescriptionDefaultWorkflowSchemeService.getSchemeForProject(ApplicationUser user, Project project) WorkflowSchemeService.getSchemeForProject(ApplicationUser user, Project project) Return the workflow scheme associated with passed project.booleanDefaultWorkflowSchemeService.isUsingDefaultScheme(Project project) booleanWorkflowSchemeService.isUsingDefaultScheme(Project project) Tells the caller if the passed project is using the default workflow scheme. -
Uses of Project in com.atlassian.jira.board
Methods in com.atlassian.jira.board with parameters of type ProjectModifier and TypeMethodDescriptionBoardWorkflowService.getJiraWorkflows(Project projectObj) Given a project, returns all JIRA workflows which are associated to that project.BoardWorkflowService.getJiraWorkflows(Project projectObj, String issueTypeId) Given a project and an issue type id, returns the JIRA Workflows which are associated to that project for that issue type.DefaultBoardWorkflowService.getJiraWorkflows(Project projectObj) DefaultBoardWorkflowService.getJiraWorkflows(Project projectObj, String issueTypeId) -
Uses of Project in com.atlassian.jira.config
Methods in com.atlassian.jira.config that return types with arguments of type ProjectModifier and TypeMethodDescriptionDefaultIssueTypeSchemeService.getAssociatedProjects(ApplicationUser user, long schemeId) IssueTypeSchemeService.getAssociatedProjects(ApplicationUser user, long schemeId) Retrieves the project-scheme associations for the issue type scheme specified by theschemeId.default ServiceOutcome<List<Project>>IssueTypeSchemeService.getAssociatedProjects(ApplicationUser user, String schemeId) Retrieves the project-scheme associations for the issue type scheme specified by theschemeId. -
Uses of Project in com.atlassian.jira.dashboarditem.statistics.service.versions.beans
Constructors in com.atlassian.jira.dashboarditem.statistics.service.versions.beans with parameters of type ProjectModifierConstructorDescriptionProjectVersionBean(Version version, Project project, String url) SimpleProjectBean(Project project) -
Uses of Project in com.atlassian.jira.dev.reference.plugin.project
Methods in com.atlassian.jira.dev.reference.plugin.project with parameters of type ProjectModifier and TypeMethodDescriptionProjectOperation.getHtml(Project project, ApplicationUser user) booleanProjectOperation.showOperation(Project project, ApplicationUser user) -
Uses of Project in com.atlassian.jira.dev.reference.plugin.security
Methods in com.atlassian.jira.dev.reference.plugin.security with parameters of type ProjectModifier and TypeMethodDescriptionCantCommentProjectPermissionOverride.getReason(ProjectPermissionKey projectPermissionKey, Project project, ApplicationUser applicationUser) CantEditIssueProjectPermissionOverride.getReason(ProjectPermissionKey projectPermissionKey, Project project, ApplicationUser applicationUser) CantTransitionIssueProjectPermissionOverride.getReason(ProjectPermissionKey projectPermissionKey, Project project, ApplicationUser applicationUser) CantCommentProjectPermissionOverride.hasPermission(ProjectPermissionKey projectPermissionKey, Project project, ApplicationUser applicationUser) CantEditIssueProjectPermissionOverride.hasPermission(ProjectPermissionKey projectPermissionKey, Project project, ApplicationUser applicationUser) CantTransitionIssueProjectPermissionOverride.hasPermission(ProjectPermissionKey projectPermissionKey, Project project, ApplicationUser applicationUser) -
Uses of Project in com.atlassian.jira.event
Methods in com.atlassian.jira.event that return ProjectModifier and TypeMethodDescriptionProjectUpdatedEvent.getOldProject()AbstractProjectEvent.getProject()ProjectRelatedEvent.getProject()Constructors in com.atlassian.jira.event with parameters of type ProjectModifierConstructorDescriptionAbstractProjectEvent(ApplicationUser user, Project project) ProjectCreatedEvent(ApplicationUser user, Project newProject) ProjectDeletedEvent(ApplicationUser user, Project oldProject) ProjectUpdatedDetailedChangesEvent(Project oldProject, Project newProject, RequestSourceType requestSourceType) ProjectUpdatedEvent(ApplicationUser user, Project project, Project oldProject) -
Uses of Project in com.atlassian.jira.event.fields.layout
Methods in com.atlassian.jira.event.fields.layout that return ProjectModifier and TypeMethodDescriptionFieldLayoutSchemeAddedToProjectEvent.getProject()FieldLayoutSchemeRemovedFromProjectEvent.getProject()Constructors in com.atlassian.jira.event.fields.layout with parameters of type ProjectModifierConstructorDescriptionFieldLayoutSchemeAddedToProjectEvent(FieldLayoutScheme scheme, Project project) FieldLayoutSchemeRemovedFromProjectEvent(FieldLayoutScheme scheme, Project project) -
Uses of Project in com.atlassian.jira.event.issue
Methods in com.atlassian.jira.event.issue that return Project -
Uses of Project in com.atlassian.jira.event.issue.security
Constructors in com.atlassian.jira.event.issue.security with parameters of type ProjectModifierConstructorDescriptionIssueSecuritySchemeAddedToProjectEvent(Scheme scheme, Project project) IssueSecuritySchemeRemovedFromProjectEvent(Scheme scheme, Project project) -
Uses of Project in com.atlassian.jira.event.mau
Methods in com.atlassian.jira.event.mau with parameters of type ProjectModifier and TypeMethodDescriptionvoidMauEventService.setApplicationForThreadBasedOnProject(Project project) Convencience method that does the same asMauEventService.setApplicationForThread(MauApplicationKey)by looking up the appropriateApplicationKeybased on the project type of the passed in projectvoidMauEventServiceImpl.setApplicationForThreadBasedOnProject(Project project) -
Uses of Project in com.atlassian.jira.event.notification
Constructors in com.atlassian.jira.event.notification with parameters of type ProjectModifierConstructorDescriptionNotificationSchemeAddedToProjectEvent(Scheme scheme, Project project) NotificationSchemeRemovedFromProjectEvent(Scheme scheme, Project project) -
Uses of Project in com.atlassian.jira.event.permission
Constructors in com.atlassian.jira.event.permission with parameters of type ProjectModifierConstructorDescriptionPermissionSchemeAddedToProjectEvent(Scheme scheme, Project project) PermissionSchemeRemovedFromProjectEvent(Scheme scheme, Project project) -
Uses of Project in com.atlassian.jira.event.project
Methods in com.atlassian.jira.event.project that return ProjectModifier and TypeMethodDescriptionProjectAvatarUpdateEvent.getProject()ProjectCategoryChangeEvent.getProject()Methods in com.atlassian.jira.event.project with parameters of type ProjectModifier and TypeMethodDescriptionProjectCategoryChangeEvent.Builder.addProject(Project project) voidDefaultProjectEventManager.dispatchProjectCreated(ApplicationUser user, Project newProject) voidProjectEventManager.dispatchProjectCreated(ApplicationUser user, Project newProject) DispatchesProjectCreatedEvent.voidDefaultProjectEventManager.dispatchProjectDeleted(ApplicationUser user, Project oldProject) voidProjectEventManager.dispatchProjectDeleted(ApplicationUser user, Project oldProject) DispatchesProjectDeletedEvent.voidDefaultProjectEventManager.dispatchProjectUpdated(ApplicationUser user, Project newProject, Project oldProject, RequestSourceType requestSourceType) voidProjectEventManager.dispatchProjectUpdated(ApplicationUser user, Project newProject, Project oldProject, RequestSourceType requestSourceType) DispatchesProjectUpdatedEvent.Constructors in com.atlassian.jira.event.project with parameters of type ProjectModifierConstructorDescriptionProjectArchivedEvent(Project project, ApplicationUser user) ProjectAvatarUpdateEvent(Project project, Long newAvatarId) ProjectRestoredEvent(Project project, ApplicationUser user) -
Uses of Project in com.atlassian.jira.event.role
Methods in com.atlassian.jira.event.role that return ProjectConstructors in com.atlassian.jira.event.role with parameters of type ProjectModifierConstructorDescriptionProjectRoleUpdatedEvent(Project project, ProjectRole projectRole, ProjectRoleActors newRoleActors, ProjectRoleActors originalRoleActors) -
Uses of Project in com.atlassian.jira.event.scheme
Methods in com.atlassian.jira.event.scheme that return ProjectModifier and TypeMethodDescriptionAbstractSchemeAddedToProjectEvent.getProject()AbstractSchemeRemovedFromProjectEvent.getProject()Constructors in com.atlassian.jira.event.scheme with parameters of type ProjectModifierConstructorDescriptionAbstractSchemeAddedToProjectEvent(Scheme scheme, Project project) AbstractSchemeRemovedFromProjectEvent(Scheme scheme, Project project) -
Uses of Project in com.atlassian.jira.event.workflow
Constructors in com.atlassian.jira.event.workflow with parameters of type ProjectModifierConstructorDescriptionWorkflowSchemeAddedToProjectEvent(Scheme scheme, Project project) WorkflowSchemeRemovedFromProjectEvent(Scheme scheme, Project project) -
Uses of Project in com.atlassian.jira.external
Methods in com.atlassian.jira.external that return ProjectModifier and TypeMethodDescriptionExternalUtils.createProject(ExternalProject externalProject) Create a project in JIRA from the given ExternalProject.ExternalUtils.getProjectObject(ExternalProject externalProject) Tries to find an existing Project based on the values in the given ExternalProject. -
Uses of Project in com.atlassian.jira.gadgets.system
Methods in com.atlassian.jira.gadgets.system with parameters of type ProjectModifier and TypeMethodDescriptionProjectGadgetResource.getProjectHelper(ApplicationUser user, Project project) This returns a hackish project helper. -
Uses of Project in com.atlassian.jira.imports.project
Methods in com.atlassian.jira.imports.project that return ProjectModifier and TypeMethodDescriptionDefaultProjectImportPersister.createProject(ExternalProject project) ProjectImportPersister.createProject(ExternalProject project) Creates a project, with details based off of the ExternalProject.DefaultProjectImportPersister.updateProjectDetails(ExternalProject externalProject) ProjectImportPersister.updateProjectDetails(ExternalProject project) Updates the details of an existing Project in JIRA from the given ExternalProject object.Methods in com.atlassian.jira.imports.project with parameters of type ProjectModifier and TypeMethodDescriptionvoidDefaultProjectImportManager.importProjectRoleMembers(Project project, ProjectImportMapper projectImportMapper, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval) -
Uses of Project in com.atlassian.jira.imports.project.core
Methods in com.atlassian.jira.imports.project.core that return ProjectModifier and TypeMethodDescriptionProjectImportResults.getImportedProject()Returns the created/updated project that the import imported into.ProjectImportResultsImpl.getImportedProject()Methods in com.atlassian.jira.imports.project.core with parameters of type ProjectModifier and TypeMethodDescriptionvoidProjectImportResults.setImportedProject(Project importedProject) Sets the imported project, this is the project that exists in JIRA.voidProjectImportResultsImpl.setImportedProject(Project importedProject) -
Uses of Project in com.atlassian.jira.index.ha
Methods in com.atlassian.jira.index.ha with parameters of type ProjectModifier and TypeMethodDescriptionvoidDefaultReplicatedIndexManager.deIndexProject(Project project) voidNullReplicatedIndexManager.deIndexProject(Project project) voidReplicatedIndexManager.deIndexProject(Project project) voidDefaultReplicatedIndexManager.reindexProject(Project project) Notifies other nodes that they need to perform a project reindex.voidNullReplicatedIndexManager.reindexProject(Project project) voidReplicatedIndexManager.reindexProject(Project project) -
Uses of Project in com.atlassian.jira.issue
Methods in com.atlassian.jira.issue that return ProjectModifier and TypeMethodDescriptionDocumentIssueImpl.getProjectObject()GenericIssueWrapper.getProjectObject()Issue.getProjectObject()Gets the Project for this Issue.IssueImpl.getProjectObject()Methods in com.atlassian.jira.issue with parameters of type ProjectModifier and TypeMethodDescriptionstatic StringvoidCustomFieldManager.removeProjectAssociations(Project project) Used if a project is deleted to remove the project field associations.voidGenericMutableIssueWrapper.setProjectObject(Project project) voidIssueImpl.setProjectObject(Project project) voidMutableIssue.setProjectObject(Project project) Sets the Project for this Issue.Method parameters in com.atlassian.jira.issue with type arguments of type ProjectModifier and TypeMethodDescriptionbooleanAttachmentValidator.canCreateTemporaryAttachments(ApplicationUser user, io.atlassian.fugue.Either<Issue, Project> issueOrProject, ErrorCollection errorCollection) Verifies if user may create temporary attachment for given issue or project (in case if the issue is being created).Constructors in com.atlassian.jira.issue with parameters of type Project -
Uses of Project in com.atlassian.jira.issue.archiving.query
Methods in com.atlassian.jira.issue.archiving.query that return types with arguments of type ProjectMethods in com.atlassian.jira.issue.archiving.query with parameters of type ProjectModifier and TypeMethodDescription -
Uses of Project in com.atlassian.jira.issue.attachment
Methods in com.atlassian.jira.issue.attachment with parameters of type ProjectModifier and TypeMethodDescriptionstatic AttachmentKeyAttachmentKeys.from(Project project, Issue issue, Attachment attachment) Method parameters in com.atlassian.jira.issue.attachment with type arguments of type ProjectModifier and TypeMethodDescriptionbooleanDefaultAttachmentValidator.canCreateTemporaryAttachments(ApplicationUser user, io.atlassian.fugue.Either<Issue, Project> issueOrProject, ErrorCollection errorCollection) io.atlassian.fugue.Either<AttachmentError,TemporaryWebAttachment> DefaultTemporaryWebAttachmentManager.createTemporaryWebAttachment(InputStream stream, String fileName, String contentType, long size, io.atlassian.fugue.Either<Issue, Project> target, String formToken, ApplicationUser user) io.atlassian.fugue.Either<AttachmentError,TemporaryWebAttachment> TemporaryWebAttachmentManager.createTemporaryWebAttachment(InputStream stream, String fileName, String contentType, long size, io.atlassian.fugue.Either<Issue, Project> target, String formToken, ApplicationUser user) Creates new temporary attachment that may be later converted into real attachment.static final StringTemporaryAttachment.getEntityToken(io.atlassian.fugue.Either<Issue, Project> entity) Deprecated. -
Uses of Project in com.atlassian.jira.issue.attachment.validation
Methods in com.atlassian.jira.issue.attachment.validation with parameters of type ProjectModifier and TypeMethodDescriptionAfterUploadAttachmentValidator.validateAfterUpload(ApplicationUser user, Project project, Issue issue, PluggableAttachmentValidator.FileInfo fileInfo, InputStream fileContent) Validate attachment after the file is uploaded to Jira, but before the attachment is fully persisted and linked to an issue.BeforeUploadAttachmentValidator.validateBeforeUpload(ApplicationUser user, Project project, Issue issue, PluggableAttachmentValidator.FileInfo fileInfo) Validate attachment before the file is uploaded to Jira. -
Uses of Project in com.atlassian.jira.issue.comparator
Fields in com.atlassian.jira.issue.comparator with type parameters of type ProjectModifier and TypeFieldDescriptionstatic final Comparator<Project>ProjectNameComparator.COMPARATORMethods in com.atlassian.jira.issue.comparator with parameters of type Project -
Uses of Project in com.atlassian.jira.issue.context
Methods in com.atlassian.jira.issue.context that return ProjectModifier and TypeMethodDescriptionGlobalIssueContext.getProjectObject()IssueContext.getProjectObject()Gets the Project for this IssueContext.IssueContextImpl.getProjectObject()ProjectContext.getProjectObject()Constructors in com.atlassian.jira.issue.context with parameters of type ProjectModifierConstructorDescriptionIssueContextImpl(Project project, IssueType issueType) Create a context.ProjectContext(Project project, JiraContextTreeManager treeManager) Deprecated. -
Uses of Project in com.atlassian.jira.issue.context.persistence
Methods in com.atlassian.jira.issue.context.persistence with parameters of type ProjectModifier and TypeMethodDescriptionvoidCachingFieldConfigContextPersister.removeContextsForProject(Project project) voidFieldConfigContextPersister.removeContextsForProject(Project project) -
Uses of Project in com.atlassian.jira.issue.customfields
Methods in com.atlassian.jira.issue.customfields that return ProjectModifier and TypeMethodDescriptionProjectCustomFieldValueProvider.getValue(CustomField customField, FieldValuesHolder fieldValuesHolder) Methods in com.atlassian.jira.issue.customfields with parameters of type ProjectModifier and TypeMethodDescriptionstatic List<IssueContext>CustomFieldUtils.convertToIssueContexts(Project project, List<String> issueTypeIds) Converts list of issue type ids toIssueContexts. -
Uses of Project in com.atlassian.jira.issue.customfields.converters
Methods in com.atlassian.jira.issue.customfields.converters that return ProjectModifier and TypeMethodDescriptionProjectConverter.getProject(Long projectId) Get the Project for the given ID.ProjectConverter.getProject(String stringValue) Get the Project that this String value represents.ProjectConverterImpl.getProject(Long projectId) ProjectConverterImpl.getProject(String stringValue) ProjectConverter.getProjectObject(Long projectId) Get the Project for the given ID.ProjectConverter.getProjectObject(String stringValue) Get the Project that this String value represents.ProjectConverterImpl.getProjectObject(Long projectId) ProjectConverterImpl.getProjectObject(String stringValue) Methods in com.atlassian.jira.issue.customfields.converters with parameters of type Project -
Uses of Project in com.atlassian.jira.issue.customfields.impl
Methods in com.atlassian.jira.issue.customfields.impl that return ProjectModifier and TypeMethodDescriptionprotected ProjectProjectCFType.getObjectFromDbValue(Object databaseValue) ProjectCFType.getSingularObjectFromString(String string) Methods in com.atlassian.jira.issue.customfields.impl with parameters of type ProjectModifier and TypeMethodDescriptionProjectCFType.getChangelogString(CustomField field, Project value) protected ObjectProjectCFType.getDbValueFromObject(Project customFieldObject) ProjectCFType.getStringFromSingularObject(Project customFieldObject) -
Uses of Project in com.atlassian.jira.issue.customfields.searchers.transformer
Constructor parameters in com.atlassian.jira.issue.customfields.searchers.transformer with type arguments of type ProjectModifierConstructorDescriptionProjectCustomFieldSearchInputTransformer(String urlParameterName, ClauseNames clauseNames, CustomField field, JqlOperandResolver jqlOperandResolver, ProjectIndexInfoResolver indexInfoResolver, FieldFlagOperandRegistry fieldFlagOperandRegistry, NameResolver<Project> projectResolver, CustomFieldInputHelper customFieldInputHelper) -
Uses of Project in com.atlassian.jira.issue.customfields.statistics
Methods in com.atlassian.jira.issue.customfields.statistics that return ProjectModifier and TypeMethodDescriptionProjectSelectStatisticsMapper.getValueFromLuceneField(String documentValue) -
Uses of Project in com.atlassian.jira.issue.fields
Methods in com.atlassian.jira.issue.fields that return ProjectModifier and TypeMethodDescriptionProjectSystemField.getDefaultValue(Issue issue) protected ProjectProjectSystemField.getProject(Long projectId) ProjectSystemField.getValueFromParams(Map params) Methods in com.atlassian.jira.issue.fields that return types with arguments of type ProjectModifier and TypeMethodDescriptionProjectSystemField.getAllowedProjects()ConfigurableField.getAssociatedProjectObjects()Returns a list of projects associated with this field.CustomField.getAssociatedProjectObjects()Returns a list ofProjects directly associated with thisCustomField.DescriptionSystemField.getAssociatedProjectObjects()ImmutableCustomField.getAssociatedProjectObjects()IssueTypeSystemField.getAssociatedProjectObjects()MockCustomField.getAssociatedProjectObjects()PrioritySystemField.getAssociatedProjectObjects()DefaultProjectFieldLayoutSchemeHelper.getProjectsForFieldLayout(FieldLayout fieldLayout) MockProjectFieldLayoutSchemeHelper.getProjectsForFieldLayout(FieldLayout fieldLayout) ProjectFieldLayoutSchemeHelper.getProjectsForFieldLayout(FieldLayout fieldLayout) Returns a list of the projects are currently using the passed field layout, and the field layout is active.com.google.common.collect.Multimap<FieldLayout,Project> DefaultProjectFieldLayoutSchemeHelper.getProjectsForFieldLayouts(Set<FieldLayout> fieldLayouts) com.google.common.collect.Multimap<FieldLayout,Project> MockProjectFieldLayoutSchemeHelper.getProjectsForFieldLayouts(Set<FieldLayout> fieldLayouts) com.google.common.collect.Multimap<FieldLayout,Project> ProjectFieldLayoutSchemeHelper.getProjectsForFieldLayouts(Set<FieldLayout> fieldLayouts) LikeProjectFieldLayoutSchemeHelper.getProjectsForFieldLayout(com.atlassian.jira.issue.fields.layout.field.FieldLayout), but takes a set of fieldLayouts and returns a multimap of FieldLayouts -> Active projectsDefaultProjectFieldLayoutSchemeHelper.getProjectsForScheme(Long schemeId) MockProjectFieldLayoutSchemeHelper.getProjectsForScheme(Long schemeId) ProjectFieldLayoutSchemeHelper.getProjectsForScheme(Long schemeId) Return a list of projects that use the field layout scheme with the passed query.Methods in com.atlassian.jira.issue.fields with parameters of type ProjectModifier and TypeMethodDescriptionvoidProjectSystemField.createValue(Issue issue, Project value) protected List<VersionProxy>AbstractVersionsSystemField.getPossibleVersions(Project project, boolean unreleasedFirst) ProjectSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Project value, Map displayParameters) booleanDetermines if this custom field is within the scope of the given project, and list of Issue Types.booleanbooleanbooleanCustomField.isInScopeForSearch(Project project, List<String> issueTypeIds) Determines if this custom field is within the scope of the given project, and list of Issue Types.booleanImmutableCustomField.isInScopeForSearch(Project project, List<String> issueTypeIds) booleanMockCustomField.isInScopeForSearch(Project project, List<String> issueTypeIds) default booleanMandatoryField.isSetupFieldInContext(Project project) Method to control whether the mandatory field should be considered a setup field in the context of the project.Method parameters in com.atlassian.jira.issue.fields with type arguments of type ProjectModifier and TypeMethodDescriptionFieldContextGenerator.generateClauseContext(List<Project> projects, String fieldId) Creates theContextsthat represent the combinations of project and issue type for which the given field is visible.MockCustomField.setAssociatedProjectObjects(List<Project> projectObjects) MockProjectFieldLayoutSchemeHelper.setProjectsForFieldLayout(FieldLayout fieldLayout, List<Project> layoutProjects) MockProjectFieldLayoutSchemeHelper.setProjectsForFieldLayoutScheme(Long schemeId, List<Project> projects) -
Uses of Project in com.atlassian.jira.issue.fields.config
Methods in com.atlassian.jira.issue.fields.config that return types with arguments of type ProjectModifier and TypeMethodDescriptionDefaultPrioritySchemeService.filterProjectsNotPossibleToAssociate(List<Project> projects) PrioritySchemeService.filterProjectsNotPossibleToAssociate(List<Project> projects) Filters out projects which shouldn't be associated to priority scheme (e.g.FieldConfigScheme.getAssociatedProjectObjects()The associated projects, or an empty list if none associated.FieldConfigSchemeImpl.getAssociatedProjectObjects()MockFieldConfigScheme.getAssociatedProjectObjects()Methods in com.atlassian.jira.issue.fields.config with parameters of type ProjectModifier and TypeMethodDescriptionMockFieldConfigScheme.addAssociatedProjects(Project project) DefaultPrioritySchemeService.assignProject(ApplicationUser user, FieldConfigScheme priorityFieldConfig, Project project) PrioritySchemeService.assignProject(ApplicationUser user, FieldConfigScheme priorityFieldConfig, Project project) Associates a project with a priority scheme.Method parameters in com.atlassian.jira.issue.fields.config with type arguments of type ProjectModifier and TypeMethodDescriptionDefaultPrioritySchemeService.assignProjects(ApplicationUser user, FieldConfigScheme priorityFieldConfig, Collection<Project> projects) PrioritySchemeService.assignProjects(ApplicationUser user, FieldConfigScheme priorityFieldConfig, Collection<Project> projects) Associates projects with a priority scheme.DefaultPrioritySchemeService.filterProjectsNotPossibleToAssociate(List<Project> projects) PrioritySchemeService.filterProjectsNotPossibleToAssociate(List<Project> projects) Filters out projects which shouldn't be associated to priority scheme (e.g.booleanDefaultPrioritySchemeService.hasAnyNotPossibleToAssociateProject(Collection<Project> projects) booleanPrioritySchemeService.hasAnyNotPossibleToAssociateProject(Collection<Project> projects) Checks if in given list there is at least one not able to associate project (e.g. -
Uses of Project in com.atlassian.jira.issue.fields.config.manager
Methods in com.atlassian.jira.issue.fields.config.manager that return types with arguments of type ProjectModifier and TypeMethodDescriptionFieldConfigSchemeManager.getAssociatedProjectObjects(ConfigurableField field) Returns a non-null list of Projects associated with the given field.FieldConfigSchemeManagerImpl.getAssociatedProjectObjects(ConfigurableField field) PrioritySchemeManager.getProjectsWithScheme(FieldConfigScheme fieldConfigScheme) Retrieves all projects associated with a scheme.PrioritySchemeManagerImpl.getProjectsWithScheme(FieldConfigScheme fieldConfigScheme) Methods in com.atlassian.jira.issue.fields.config.manager with parameters of type ProjectModifier and TypeMethodDescriptionvoidPrioritySchemeManager.assignProject(FieldConfigScheme priorityFieldConfig, Project project) Associates a project with a priority scheme.voidPrioritySchemeManagerImpl.assignProject(FieldConfigScheme priorityFieldConfig, Project project) IssueTypeSchemeManager.getConfigScheme(Project project) Returns a config scheme for a given project.IssueTypeSchemeManagerImpl.getConfigScheme(Project project) IssueTypeSchemeManager.getDefaultIssueType(Project project) Returns the defaultIssueTypeobject based on the passed in project.IssueTypeSchemeManagerImpl.getDefaultIssueType(Project project) IssueTypeSchemeManager.getIssueTypesForProject(Project project) Return the collection of issue types associated with this project.IssueTypeSchemeManagerImpl.getIssueTypesForProject(Project project) IssueTypeSchemeManager.getNonSubTaskIssueTypesForProject(Project project) Return the collection of issue types other than sub-tasks associated with this project.IssueTypeSchemeManagerImpl.getNonSubTaskIssueTypesForProject(Project project) FieldConfigSchemeManager.getRelevantConfigScheme(Project project, ConfigurableField field) Returns the FieldConfigScheme for the given Project and ConfigurableField.FieldConfigSchemeManagerImpl.getRelevantConfigScheme(Project project, ConfigurableField field) GetsFieldConfigSchemefor givenproject.IssueTypeSchemeManager.getSubTaskIssueTypesForProject(Project project) Return the collection of sub-task issue types associated with this project Join of the result of this method andIssueTypeSchemeManager.getNonSubTaskIssueTypesForProject(com.atlassian.jira.project.Project)produces the same result as a call toIssueTypeSchemeManager.getIssueTypesForProject(com.atlassian.jira.project.Project).IssueTypeSchemeManagerImpl.getSubTaskIssueTypesForProject(Project project) voidPrioritySchemeManager.unassignProject(FieldConfigScheme scheme, Project project) Removes a project from a priority scheme.voidPrioritySchemeManagerImpl.unassignProject(FieldConfigScheme scheme, Project project) Method parameters in com.atlassian.jira.issue.fields.config.manager with type arguments of type ProjectModifier and TypeMethodDescriptionIssueTypeSchemeManager.addProjectAssociations(FieldConfigScheme initialScheme, Collection<Project> projectsToAdd) Adds associations to the issueTypeScheme for the specified projects, then returns the updated scheme.IssueTypeSchemeManagerImpl.addProjectAssociations(FieldConfigScheme scheme, Collection<Project> projectsToAdd) voidPrioritySchemeManager.assignProjects(FieldConfigScheme priorityFieldConfig, Set<Project> projects) Associates multiple projects with a priority scheme.voidPrioritySchemeManagerImpl.assignProjects(FieldConfigScheme priorityFieldConfig, Set<Project> projects) IssueTypeSchemeManager.removeProjectAssociations(FieldConfigScheme initialScheme, Collection<Project> projectsToRemove) Removes any associations from the issueTypeScheme for the specified projects, then returns the updated scheme.IssueTypeSchemeManagerImpl.removeProjectAssociations(FieldConfigScheme scheme, Collection<Project> projectsToRemove) IssueTypeSchemeManager.setProjectAssociationsForIssueTypeScheme(FieldConfigScheme issueTypeScheme, Collection<Project> projects) IssueTypeSchemeManagerImpl.setProjectAssociationsForIssueTypeScheme(FieldConfigScheme issueTypeScheme, Collection<Project> projects) voidPrioritySchemeManager.unassignProjects(FieldConfigScheme scheme, Set<Project> projects) Removes multiple projects from a priority scheme.voidPrioritySchemeManagerImpl.unassignProjects(FieldConfigScheme scheme, Set<Project> projects) -
Uses of Project in com.atlassian.jira.issue.fields.layout.field
Methods in com.atlassian.jira.issue.fields.layout.field that return types with arguments of type ProjectModifier and TypeMethodDescriptionDefaultFieldLayoutManager.getProjectsUsing(FieldConfigurationScheme fieldConfigurationScheme) DefaultFieldLayoutManager.getProjectsUsing(FieldLayout fieldLayout) DefaultFieldLayoutManager.getProjectsUsing(FieldLayoutScheme fieldLayoutScheme) FieldLayoutManager.getProjectsUsing(FieldConfigurationScheme fieldConfigurationScheme) Returns all projects that use the given FieldConfigurationScheme.FieldLayoutManager.getProjectsUsing(FieldLayout fieldLayout) Finds all projects that use the givenFieldLayout(via the configuredFieldConfigurationScheme).FieldLayoutManager.getProjectsUsing(FieldLayoutScheme fieldLayoutScheme) Returns all projects that use the given FieldLayoutScheme.FieldLayoutScheme.getProjectsUsing()FieldLayoutSchemeImpl.getProjectsUsing()MockFieldLayoutManager.getProjectsUsing(FieldConfigurationScheme fieldConfigurationScheme) MockFieldLayoutManager.getProjectsUsing(FieldLayout fieldLayout) MockFieldLayoutManager.getProjectsUsing(FieldLayoutScheme fieldLayoutScheme) Methods in com.atlassian.jira.issue.fields.layout.field with parameters of type ProjectModifier and TypeMethodDescriptionvoidDefaultFieldLayoutManager.addSchemeAssociation(Project project, Long fieldLayoutSchemeId) voidFieldLayoutManager.addSchemeAssociation(Project project, Long fieldLayoutSchemeId) Associates aFieldLayoutSchemeto the project supplied.voidMockFieldLayoutManager.addSchemeAssociation(Project project, Long fieldLayoutSchemeId) DefaultFieldLayoutManager.getFieldConfigurationScheme(Project project) FieldLayoutManager.getFieldConfigurationScheme(Project project) Retrieves the Field Configuration Scheme associated with the supplied project.MockFieldLayoutManager.getFieldConfigurationScheme(Project project) DefaultFieldLayoutManager.getFieldLayout(Project project, String issueTypeId) FieldLayoutManager.getFieldLayout(Project project, String issueTypeId) MockFieldLayoutManager.getFieldLayout(Project project, String issueTypeId) FieldLayout.getHiddenFields(Project project, List<String> issueTypeIds) Returns all hidden fields (system fields and custom fields) for a given project and issue type(s).FieldLayoutImpl.getHiddenFields(Project project, List<String> issueTypeIds) MockFieldLayout.getHiddenFields(Project project, List<String> issueTypeIds) FieldLayout.getRequiredFieldLayoutItems(Project project, List<String> issueTypes) Returns the list of required fields for an issue type in a project.FieldLayoutImpl.getRequiredFieldLayoutItems(Project project, List<String> issueTypes) MockFieldLayout.getRequiredFieldLayoutItems(Project project, List<String> issueTypes) DefaultFieldLayoutManager.getUniqueFieldLayouts(Project project) FieldLayoutManager.getUniqueFieldLayouts(Project project) Retrieves all theFieldLayout's for a project.MockFieldLayoutManager.getUniqueFieldLayouts(Project project) FieldLayout.getVisibleCustomFieldLayoutItems(Project project, List<String> issueTypes) Returns the list of Custom Fields in this Field Layout that are both visible and applicable to the given context (of project and Issue types).FieldLayoutImpl.getVisibleCustomFieldLayoutItems(Project project, List<String> issueTypes) MockFieldLayout.getVisibleCustomFieldLayoutItems(Project project, List<String> issueTypes) FieldLayout.getVisibleLayoutItems(Project project, List<String> issueTypes) Returns all visible field layout items (system fields and custom fields) for a given project and issue type(s).FieldLayout.getVisibleLayoutItems(ApplicationUser remoteUser, Project project, List<String> issueTypes) Deprecated.FieldLayoutImpl.getVisibleLayoutItems(Project project, List<String> issueTypes) FieldLayoutImpl.getVisibleLayoutItems(ApplicationUser remoteUser, Project project, List<String> issueTypes) MockFieldLayout.getVisibleLayoutItems(Project project, List<String> issueTypes) MockFieldLayout.getVisibleLayoutItems(ApplicationUser remoteUser, Project project, List<String> issueTypes) voidDefaultFieldLayoutManager.removeSchemeAssociation(Project project, Long fieldLayoutSchemeId) voidFieldLayoutManager.removeSchemeAssociation(Project project, Long fieldLayoutSchemeId) Removes an association between a particular project and field configuration scheme.voidMockFieldLayoutManager.removeSchemeAssociation(Project project, Long fieldLayoutSchemeId) MockFieldLayoutManager.setFieldConfigurationScheme(Project project, FieldConfigurationScheme fieldConfigurationScheme) MockFieldLayoutManager.setFieldLayout(Project project, String issueTypeId, FieldLayout fieldLayout) Method parameters in com.atlassian.jira.issue.fields.layout.field with type arguments of type ProjectModifier and TypeMethodDescriptionDefaultFieldLayoutManager.getUniqueFieldLayouts(Collection<Project> projects, Collection<String> issueTypeIds) FieldLayoutManager.getUniqueFieldLayouts(Collection<Project> projects, Collection<String> issueTypeIds) Retrieves all theFieldLayout's for a collection of projects and issue types.MockFieldLayoutManager.getUniqueFieldLayouts(Collection<Project> projects, Collection<String> issueTypeIds) -
Uses of Project in com.atlassian.jira.issue.fields.option
Method parameters in com.atlassian.jira.issue.fields.option with type arguments of type ProjectConstructors in com.atlassian.jira.issue.fields.option with parameters of type ProjectModifierConstructorDescriptionProjectOption(Project project) ProjectOption(Project project, List childOptions) -
Uses of Project in com.atlassian.jira.issue.fields.rest.json
Method parameters in com.atlassian.jira.issue.fields.rest.json with type arguments of type ProjectModifier and TypeMethodDescriptionSuggestionBeanFactory.projectSuggestions(Collection<Project> projects, Optional<Long> selectedProjectId) -
Uses of Project in com.atlassian.jira.issue.fields.rest.json.beans
Methods in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type ProjectModifier and TypeMethodDescriptionProjectJsonBean.getAvatarUrls(Project project) static ProjectJsonBeanProjectJsonBean.shortBean(Project project, JiraBaseUrls urls) Method parameters in com.atlassian.jira.issue.fields.rest.json.beans with type arguments of type ProjectModifier and TypeMethodDescriptionstatic Collection<ProjectJsonBean>ProjectJsonBean.shortBeans(Collection<Project> allowedValues, JiraBaseUrls baseUrls) -
Uses of Project in com.atlassian.jira.issue.fields.screen
Methods in com.atlassian.jira.issue.fields.screen that return types with arguments of type ProjectModifier and TypeMethodDescriptionDefaultProjectFieldScreenHelper.getAllProjectsForFieldScreen(FieldScreen fieldScreen) ProjectFieldScreenHelper.getAllProjectsForFieldScreen(FieldScreen fieldScreen) Gets the projects using a givenFieldScreen.DefaultProjectFieldScreenHelper.getProjectsForFieldScreen(FieldScreen fieldScreen) ProjectFieldScreenHelper.getProjectsForFieldScreen(FieldScreen fieldScreen) Gets the projects using a givenFieldScreen.Methods in com.atlassian.jira.issue.fields.screen with parameters of type ProjectModifier and TypeMethodDescriptionbooleanDefaultProjectFieldScreenHelper.canUserViewFieldScreenForProject(ApplicationUser user, FieldScreen fieldScreen, Project project) booleanProjectFieldScreenHelper.canUserViewFieldScreenForProject(ApplicationUser user, FieldScreen fieldScreen, Project project) Whether the provided user can view the field screen for the project. -
Uses of Project in com.atlassian.jira.issue.fields.screen.issuetype
Methods in com.atlassian.jira.issue.fields.screen.issuetype that return types with arguments of type ProjectModifier and TypeMethodDescriptioncom.google.common.collect.Multimap<FieldScreenScheme,Project> DefaultProjectIssueTypeScreenSchemeHelper.getAllProjectsForFieldScreenSchemes(Set<FieldScreenScheme> fieldScreenSchemes) com.google.common.collect.Multimap<FieldScreenScheme,Project> ProjectIssueTypeScreenSchemeHelper.getAllProjectsForFieldScreenSchemes(Set<FieldScreenScheme> fieldScreenSchemes) LikeProjectIssueTypeScreenSchemeHelper.getProjectsForFieldScreenScheme(FieldScreenScheme)returns projects used by given field screen schemes, but returns all affected projects instead of project which cna be configuresDefaultProjectIssueTypeScreenSchemeHelper.getProjectsForFieldScreenScheme(FieldScreenScheme fieldScreenScheme) ProjectIssueTypeScreenSchemeHelper.getProjectsForFieldScreenScheme(FieldScreenScheme fieldScreenScheme) Returns a list of the projects are currently using the passed screen scheme, and the screen scheme is active.com.google.common.collect.Multimap<FieldScreenScheme,Project> DefaultProjectIssueTypeScreenSchemeHelper.getProjectsForFieldScreenSchemes(Set<FieldScreenScheme> fieldScreenSchemes) com.google.common.collect.Multimap<FieldScreenScheme,Project> ProjectIssueTypeScreenSchemeHelper.getProjectsForFieldScreenSchemes(Set<FieldScreenScheme> fieldScreenSchemes) LikeProjectIssueTypeScreenSchemeHelper.getProjectsForFieldScreenScheme(com.atlassian.jira.issue.fields.screen.FieldScreenScheme), but takes a set of field screen schemes and returns a multimap of Field Screen Scheme -> Active projectsDefaultProjectIssueTypeScreenSchemeHelper.getProjectsForScheme(IssueTypeScreenScheme issueTypeScreenScheme) ProjectIssueTypeScreenSchemeHelper.getProjectsForScheme(IssueTypeScreenScheme issueTypeScreenScheme) Return a list of projects that use the issue type screen scheme with the passed query.Methods in com.atlassian.jira.issue.fields.screen.issuetype with parameters of type ProjectModifier and TypeMethodDescriptionvoidDefaultIssueTypeScreenSchemeManager.addSchemeAssociation(Project project, IssueTypeScreenScheme issueTypeScreenScheme) voidIssueTypeScreenSchemeManager.addSchemeAssociation(Project project, IssueTypeScreenScheme issueTypeScreenScheme) voidMockIssueTypeScreenSchemeManager.addSchemeAssociation(Project project, IssueTypeScreenScheme issueTypeScreenScheme) voidDefaultIssueTypeScreenSchemeManager.associateWithDefaultScheme(Project project) voidIssueTypeScreenSchemeManager.associateWithDefaultScheme(Project project) voidMockIssueTypeScreenSchemeManager.associateWithDefaultScheme(Project project) MockIssueTypeScreenSchemeManager.createIssueTypeScreenScheme(Project... projects) DefaultIssueTypeScreenSchemeManager.getIssueTypeScreenScheme(Project project) IssueTypeScreenSchemeManager.getIssueTypeScreenScheme(Project project) MockIssueTypeScreenSchemeManager.getIssueTypeScreenScheme(Project project) voidDefaultIssueTypeScreenSchemeManager.removeSchemeAssociation(Project project, IssueTypeScreenScheme issueTypeScreenScheme) voidIssueTypeScreenSchemeManager.removeSchemeAssociation(Project project, IssueTypeScreenScheme issueTypeScreenScheme) voidMockIssueTypeScreenSchemeManager.removeSchemeAssociation(Project project, IssueTypeScreenScheme issueTypeScreenScheme) -
Uses of Project in com.atlassian.jira.issue.fields.util
Methods in com.atlassian.jira.issue.fields.util with parameters of type ProjectModifier and TypeMethodDescriptionvoidVersionHelperBean.validateVersionForProject(Collection versionIds, Project project, ErrorCollection errorCollection, I18nHelper i18n, String fieldId) voidVersionHelperBean.validateVersionsToCreate(ApplicationUser user, I18nHelper i18n, Project project, String fieldId, Set<String> newVersionNames, ErrorCollection errorCollection) Method parameters in com.atlassian.jira.issue.fields.util with type arguments of type ProjectModifier and TypeMethodDescriptionDefaultPrioritySchemeUtil.getCommonPrioritiesSorted(Collection<Project> projects) PrioritySchemeUtil.getCommonPrioritiesSorted(Collection<Project> projects) Returns list of common priorities for passed projects. -
Uses of Project in com.atlassian.jira.issue.index
Methods in com.atlassian.jira.issue.index with parameters of type ProjectModifier and TypeMethodDescriptionvoidvoidDeindexing issues from a given projectDefaultIssueIndexer.deIndexProject(Project project, boolean shouldReplicate) IssueIndexer.deIndexProject(Project project, boolean shouldReplicate) Remove all documents connected with given projectorg.apache.lucene.index.TermDefaultIssueDocumentFactory.getIdentifyingTerm(Project project) org.apache.lucene.index.TermIssueDocumentFactory.getIdentifyingTerm(Project project) -
Uses of Project in com.atlassian.jira.issue.managers
Methods in com.atlassian.jira.issue.managers with parameters of type ProjectModifier and TypeMethodDescriptionlongArchivingDao.archiveIssuesInProject(Project project) Marks all issues in the specified project as archived in the jiraissue tablelongDefaultArchivingDao.archiveIssuesInProject(Project project) voidDefaultIssueArchiveHelper.archiveIssuesInProject(Project project) voidIssueArchiveHelper.archiveIssuesInProject(Project project) Marks all issues in the specified project as archived and de-indexes them.longZduAwareArchivingDao.archiveIssuesInProject(Project project) voidZduAwareIssueArchiveHelper.archiveIssuesInProject(Project project) booleanDefaultIssueArchiveHelper.isIssueArchived(Project project, boolean issueArchivedProperty) booleanIssueArchiveHelper.isIssueArchived(Project project, boolean issueArchivedProperty) Returns if the issue is archived.booleanZduAwareIssueArchiveHelper.isIssueArchived(Project project, boolean issueArchivedProperty) voidCachingCustomFieldManager.removeProjectAssociations(Project project) voidMockCustomFieldManager.removeProjectAssociations(Project project) longArchivingDao.restoreIssuesInProject(Project project) Marks all issues in the specified project as active, except the ones that had been individually marked as archived (the ones that have archivedby and archiveddate set).longDefaultArchivingDao.restoreIssuesInProject(Project project) voidDefaultIssueArchiveHelper.restoreIssuesInProject(Project project) voidIssueArchiveHelper.restoreIssuesInProject(Project project) Restores all issues in the specified project, except the ones that had been individually marked as archived withIssueArchiveHelper.archiveIssue(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue, com.atlassian.jira.event.type.EventDispatchOption, boolean)prior to archiving the project withIssueArchiveHelper.archiveIssuesInProject(com.atlassian.jira.project.Project).longZduAwareArchivingDao.restoreIssuesInProject(Project project) voidZduAwareIssueArchiveHelper.restoreIssuesInProject(Project project) -
Uses of Project in com.atlassian.jira.issue.priority
Methods in com.atlassian.jira.issue.priority that return types with arguments of type ProjectModifier and TypeMethodDescriptionPrioritySchemeMapping.getAffectedProjects()PrioritySchemeHelper.getProjectsForScheme(FieldConfigScheme scheme) PrioritySchemeHelperImpl.getProjectsForScheme(FieldConfigScheme scheme) Methods in com.atlassian.jira.issue.priority with parameters of type ProjectModifier and TypeMethodDescriptionlongPriorityIssueSearcher.countIssuesWithPriority(Project project, Priority priority) PriorityIssueSearcher.findIssuesWithPriority(Project project, Priority priority) PrioritySchemeMigratorFinder.findUnmappedPriorities(Project project, FieldConfigScheme targetScheme) PrioritySchemeMigratorFinder.findUnmappedPriorities(Project project, Collection<Priority> prioritiesInNewScheme) PriorityIssueSearcher.findUsedPriorities(Project project) PrioritySchemeMapping.getPriorityMappingForProject(PrioritySchemeManager prioritySchemeManager, Project project) PrioritySchemeMigrator.migrateSingleProject(Project project, FieldConfigScheme newPriorityScheme, Map<Priority, Priority> mapping, ApplicationUser user) PrioritySchemeMigrator.migrateSingleProject(Project project, FieldConfigScheme newPriorityScheme, Map<Priority, Priority> mapping, ApplicationUser user, TaskProgressSink progressSink) Method parameters in com.atlassian.jira.issue.priority with type arguments of type ProjectModifier and TypeMethodDescriptionvoidPrioritySchemeMapping.addAffectedProjects(Collection<Project> affectedProjects) -
Uses of Project in com.atlassian.jira.issue.search
Methods in com.atlassian.jira.issue.search that return ProjectModifier and TypeMethodDescriptionSearchContext.getSingleProject()Returns the single Project for this SearchContext.SearchContextImpl.getSingleProject()Methods in com.atlassian.jira.issue.search that return types with arguments of type ProjectModifier and TypeMethodDescriptionSearchContext.getProjects()Returns project objects in this SearchContextSearchContextImpl.getProjects()Methods in com.atlassian.jira.issue.search with parameters of type ProjectModifier and TypeMethodDescriptionCachingSearchRequestStore.getSearchRequests(Project project) DefaultSearchRequestAdminManager.getSearchRequests(Project project) Called from the admin section.OfBizSearchRequestStore.getSearchRequests(Project project) SearchRequestAdminManager.getSearchRequests(Project project) Get all SearchRequests associate with a given project.SearchRequestStore.getSearchRequests(Project project) Get allsearch requestsassociate with a givenProject. -
Uses of Project in com.atlassian.jira.issue.search.parameters.lucene
Method parameters in com.atlassian.jira.issue.search.parameters.lucene with type arguments of type ProjectModifier and TypeMethodDescriptionorg.apache.lucene.search.QueryCachedWrappedQueryCache.getQuery(ApplicationUser user, Collection<Project> projects) org.apache.lucene.search.QueryDefaultPermissionQueryFactory.getQuery(ApplicationUser searcher, ProjectPermissionKey permissionKey, Collection<Project> searchedProjects) org.apache.lucene.search.QueryPermissionQueryFactory.getQuery(ApplicationUser searcher, ProjectPermissionKey permissionKey, Collection<Project> searchedProjects) Generate a permission query for a specific permission on given collection of projects.org.apache.lucene.search.QueryPermissionsFilterCache.getQuery(ApplicationUser user, Collection<Project> projects) org.apache.lucene.search.QueryPermissionsFilterGenerator.getQuery(ApplicationUser searcher, Collection<Project> projects) Generates a luceneQuerythat is the canonical set of permissions for viewable issues for the given user and collection of projects.org.apache.lucene.search.QueryPermissionsFilterGeneratorImpl.getQuery(ApplicationUser searcher, Collection<Project> projects) booleanPermissionsFilterCache.hasQueryFor(ApplicationUser user, Collection<Project> projects) voidCachedWrappedQueryCache.storeQuery(org.apache.lucene.search.Query query, ApplicationUser user, Collection<Project> projects) voidPermissionsFilterCache.storeQuery(org.apache.lucene.search.Query query, ApplicationUser user, Collection<Project> projects) -
Uses of Project in com.atlassian.jira.issue.search.quicksearch
Methods in com.atlassian.jira.issue.search.quicksearch that return types with arguments of type ProjectModifier and TypeMethodDescriptionProjectAwareQuickSearchHandler.getProjects(QuickSearchResult searchResult) Retrieve the related project generic values from the search resultProjectAwareQuickSearchHandlerImpl.getProjects(QuickSearchResult searchResult) Retrieves project from the search request or returns all projects the current user can browse -
Uses of Project in com.atlassian.jira.issue.search.searchers.renderer
Methods in com.atlassian.jira.issue.search.searchers.renderer that return types with arguments of type ProjectModifier and TypeMethodDescriptionProjectSearchRenderer.getRecentProjects(ApplicationUser searcher) ProjectSearchRenderer.getVisibleProjects(ApplicationUser searcher) -
Uses of Project in com.atlassian.jira.issue.search.util
Method parameters in com.atlassian.jira.issue.search.util with type arguments of type ProjectModifier and TypeMethodDescriptionOptional<org.apache.lucene.search.Query>DefaultPermissionQueryCache.getPermissionQuery(ApplicationUser searchUser, Collection<Project> projects) Optional<org.apache.lucene.search.Query>PermissionQueryCache.getPermissionQuery(ApplicationUser searchUser, Collection<Project> projects) Gets permission cache for passedsearchUserin givenprojects. -
Uses of Project in com.atlassian.jira.issue.security
Methods in com.atlassian.jira.issue.security that return types with arguments of type ProjectModifier and TypeMethodDescriptionIssueSecuritySchemeManager.getProjectsUsingScheme(long schemeId) Returns all projects that use the given Issue Security Level Scheme.IssueSecuritySchemeManagerImpl.getProjectsUsingScheme(long schemeId) DefaultProjectIssueSecuritySchemeHelper.getSharedProjects(Scheme issueSecurityScheme) ProjectIssueSecuritySchemeHelper.getSharedProjects(Scheme issueSecurityScheme) Gets the projects using a given IssueSecurityScheme.Methods in com.atlassian.jira.issue.security with parameters of type ProjectModifier and TypeMethodDescriptionIssueSecuritySchemeManager.assignSchemeToProject(Project project, Long newSchemeId, Map<Long, Long> oldToNewSecurityLevelMappings) Set the issue security level scheme to be used by the given Project and map any old security levels to new ones.IssueSecuritySchemeManagerImpl.assignSchemeToProject(Project project, Long newSchemeId, Map<Long, Long> oldToNewSecurityLevelMappings) voidIssueSecurityLevelManager.clearProjectLevels(Project project) voidIssueSecurityLevelManagerImpl.clearProjectLevels(Project project) Clears the User security Level Map.protected AbstractSchemeAddedToProjectEventIssueSecuritySchemeManagerImpl.createSchemeAddedToProjectEvent(Scheme scheme, Project project) protected AbstractSchemeRemovedFromProjectEventIssueSecuritySchemeManagerImpl.createSchemeRemovedFromProjectEvent(Scheme scheme, Project project) IssueSecurityLevelManager.getDefaultSecurityLevel(Project project) Returns the default Security Level as defined in the Issue Security Level scheme for the given project.IssueSecurityLevelManagerImpl.getDefaultSecurityLevel(Project project) IssueSecurityLevelManager.getUsersSecurityLevels(Project project, ApplicationUser user) Get the different levels of security that can be set for an issue created in this project.IssueSecurityLevelManagerImpl.getUsersSecurityLevels(Project project, ApplicationUser user) voidIssueSecuritySchemeManager.setSchemeForProject(Project project, Long issueSecuritySchemeId) Set the issue security level scheme to be used by the given Project.voidIssueSecuritySchemeManagerImpl.setSchemeForProject(Project project, Long schemeId) Constructors in com.atlassian.jira.issue.security with parameters of type ProjectModifierConstructorDescriptionAssignIssueSecuritySchemeCommand(Project project, Long newSchemeId, Map<Long, Long> oldToNewLevelMapping, QueryDslAccessor queryDslAccessor, IssueSecuritySchemeManager issueSecuritySchemeManager, IssueIndexingService issueIndexingService, IssueManager issueManager, org.slf4j.Logger log, I18nHelper i18nHelper) -
Uses of Project in com.atlassian.jira.issue.statistics
Methods in com.atlassian.jira.issue.statistics that return ProjectModifier and TypeMethodDescriptionProjectStatisticsMapper.getValueFromLuceneField(String documentValue) Methods in com.atlassian.jira.issue.statistics that return types with arguments of type ProjectModifier and TypeMethodDescriptionProjectStatisticsMapper.getComparator()ProjectStatisticsManager.getProjectsResultingFrom(Optional<Query> query) Returns all the projects that the issues resulting from the given query belong to.ProjectStatisticsManagerImpl.getProjectsResultingFrom(Optional<Query> query) Returns all the projects that the issues resulting from the given query belong to.ComponentStatisticsManager.getProjectsWithComponentsWithIssueCount(Optional<Query> query) This method evaluates the query, and returns all the projects and components that the issues resulting from the given query belong to, along with the issue count for each component.ComponentStatisticsManagerImpl.getProjectsWithComponentsWithIssueCount(Optional<Query> query) This method evaluates the query, and returns all the projects and components that the issues resulting from the given query belong to, along with the issue count for each component.StatisticsManager.getProjectsWithItemsWithIssueCount(Optional<Query> query, Function<T, Long> objToProjectIdMapper, String objectType) This method returns objects the issues resulting from the given query belong to.StatisticsManagerImpl.getProjectsWithItemsWithIssueCount(Optional<Query> query, Function<T, Long> objToProjectIdMapper, String objectType) ProjectStatisticsMapper.getSearchRequestAppender()Methods in com.atlassian.jira.issue.statistics with parameters of type ProjectModifier and TypeMethodDescriptionProjectStatisticsMapper.getSearchUrlSuffix(Project value, SearchRequest searchRequest) Deprecated.Use #getSearchRequestAppender().appendInclusiveSingleValueClause()booleanProjectStatisticsMapper.isValidValue(Project value) -
Uses of Project in com.atlassian.jira.jql.context
Constructor parameters in com.atlassian.jira.jql.context with type arguments of type ProjectModifierConstructorDescriptionProjectClauseContextFactory(JqlOperandResolver jqlOperandResolver, NameResolver<Project> projectResolver, PermissionManager permissionManager) -
Uses of Project in com.atlassian.jira.jql.permission
Constructor parameters in com.atlassian.jira.jql.permission with type arguments of type ProjectModifierConstructorDescriptionProjectClauseValueSanitiser(PermissionManager permissionManager, JqlOperandResolver jqlOperandResolver, NameResolver<Project> projectResolver) ProjectLiteralSanitiser(NameResolver<Project> projectResolver, PermissionManager permissionManager, ApplicationUser user) -
Uses of Project in com.atlassian.jira.jql.resolver
Methods in com.atlassian.jira.jql.resolver that return ProjectMethods in com.atlassian.jira.jql.resolver that return types with arguments of type ProjectModifier and TypeMethodDescriptionProjectResolver.getAll()ProjectCategoryResolver.getProjectsForCategory(QueryLiteral literal) Methods in com.atlassian.jira.jql.resolver with parameters of type ProjectConstructor parameters in com.atlassian.jira.jql.resolver with type arguments of type Project -
Uses of Project in com.atlassian.jira.mock
Methods in com.atlassian.jira.mock that return ProjectModifier and TypeMethodDescriptionMockProjectManager.createProject(ApplicationUser user, ProjectCreationData projectCreationData) MockProjectManager.getProjectByCurrentKeyIgnoreCase(String projectKey) MockProjectManager.getProjectObj(Long id) Returns project object or null if project with that id doesn't exist.MockProjectManager.getProjectObjByKey(String projectKey) MockProjectManager.getProjectObjByKeyIgnoreCase(String projectKey) MockProjectManager.getProjectObjByName(String projectName) MockProjectManager.updateProject(Project updatedProject, String name, String description, String leadKey, String url, Long assigneeType, Long avatarId, String projectKey) MockProjectManager.updateProject(UpdateProjectParameters parameters) MockProjectManager.updateProjectType(ApplicationUser user, Project project, ProjectTypeKey newProjectType) Methods in com.atlassian.jira.mock that return types with arguments of type ProjectModifier and TypeMethodDescriptionMockProjectManager.getArchivedProjects()MockProjectManager.getProjectObjects()MockProjectManager.getProjectObjectsFromProjectCategory(Long projectCategoryId) MockProjectManager.getProjectObjectsWithNoCategory()MockProjectManager.getProjects()MockProjectManager.getProjectsFromProjectCategory(ProjectCategory projectCategory) MockProjectManager.getProjectsLeadBy(ApplicationUser leadUser) Methods in com.atlassian.jira.mock with parameters of type ProjectModifier and TypeMethodDescriptionvoidMockProjectManager.addProject(Project project) voidMockProjectRoleManager.applyDefaultsRolesToProject(Project project) longMockProjectManager.getProjectCategoryForProject(Project project) MockProjectRoleManager.getProjectRoleActors(ProjectRole projectRole, Project project) MockProjectRoleManager.getProjectRoles(ApplicationUser user, Project project) booleanMockPermissionManager.hasPermission(int permissionsId, Project project, ApplicationUser user) booleanMockPermissionManager.hasPermission(int permissionsId, Project project, ApplicationUser user, boolean issueCreation) booleanMockPermissionManager.hasPermission(ProjectPermissionKey projectPermissionKey, Project project, ApplicationUser user) booleanMockPermissionManager.hasPermission(ProjectPermissionKey projectPermissionKey, Project project, ApplicationUser user, boolean issueCreation) booleanMockProjectRoleManager.isUserInProjectRole(ApplicationUser user, ProjectRole projectRole, Project project) voidMockProjectRoleManager.removeAllRoleActorsByProject(Project project) voidMockProjectManager.removeProject(Project project) voidMockProjectManager.removeProjectIssues(Project project) voidMockProjectManager.removeProjectIssues(Project project, Context taskContext) voidMockProjectManager.setCurrentCounterForProject(Project project, long counter) voidMockProjectManager.setProjectCategory(Project project, ProjectCategory category) MockProjectManager.updateProject(Project updatedProject, String name, String description, String leadKey, String url, Long assigneeType, Long avatarId, String projectKey) MockProjectManager.updateProjectType(ApplicationUser user, Project project, ProjectTypeKey newProjectType) -
Uses of Project in com.atlassian.jira.mock.issue
Methods in com.atlassian.jira.mock.issue that return ProjectMethods in com.atlassian.jira.mock.issue with parameters of type Project -
Uses of Project in com.atlassian.jira.mock.issue.index
Methods in com.atlassian.jira.mock.issue.index with parameters of type ProjectModifier and TypeMethodDescriptionMockIssueIndexer.deIndexProject(Project project, boolean shouldReplicate) -
Uses of Project in com.atlassian.jira.mock.issue.search
Methods in com.atlassian.jira.mock.issue.search that return ProjectMethods in com.atlassian.jira.mock.issue.search that return types with arguments of type ProjectConstructors in com.atlassian.jira.mock.issue.search with parameters of type Project -
Uses of Project in com.atlassian.jira.mock.project
Methods in com.atlassian.jira.mock.project that return ProjectMethods in com.atlassian.jira.mock.project with parameters of type ProjectConstructors in com.atlassian.jira.mock.project with parameters of type ProjectModifierConstructorDescriptionMockVersion(long id, String name, Project project) MockVersion(long id, String name, Project project, Long sequence) -
Uses of Project in com.atlassian.jira.mock.project.component
Method parameters in com.atlassian.jira.mock.project.component with type arguments of type ProjectModifier and TypeMethodDescriptionMockProjectComponentManager.findAllUniqueNamesForProjectObjects(Collection<Project> projects) -
Uses of Project in com.atlassian.jira.notification
Methods in com.atlassian.jira.notification that return types with arguments of type ProjectModifier and TypeMethodDescriptionDefaultProjectNotificationsSchemeHelper.getSharedProjects(Scheme notificationsScheme) ProjectNotificationsSchemeHelper.getSharedProjects(Scheme notificationsScheme) Gets the projects using a given NotificationsScheme.Methods in com.atlassian.jira.notification with parameters of type ProjectModifier and TypeMethodDescriptionprotected AbstractSchemeAddedToProjectEventDefaultNotificationSchemeManager.createSchemeAddedToProjectEvent(Scheme scheme, Project project) protected AbstractSchemeRemovedFromProjectEventDefaultNotificationSchemeManager.createSchemeRemovedFromProjectEvent(Scheme scheme, Project project) DefaultNotificationSchemeManager.getNotificationSchemeEntities(Project project, long entityTypeId) NotificationSchemeManager.getNotificationSchemeEntities(Project project, long entityTypeId) Get the notification scheme entities for this project and entity type. -
Uses of Project in com.atlassian.jira.notification.type
Methods in com.atlassian.jira.notification.type with parameters of type ProjectModifier and TypeMethodDescriptionSet<org.apache.lucene.util.BytesRef>ProjectRoleSecurityAndNotificationType.getPermissionFieldContents(ApplicationUser searcher, Project project, IssueSecurityLevel securityLevel, String parameter) protected Set<ApplicationUser>ProjectRoleSecurityAndNotificationType.getUsersFromRole(Project project, String roleId) Get all the users that satisfy this particular role.booleanProjectRoleSecurityAndNotificationType.hasPermission(Project project, String argument) booleanProjectRoleSecurityAndNotificationType.hasPermission(Project project, String argument, ApplicationUser user, boolean issueCreation) -
Uses of Project in com.atlassian.jira.permission
Methods in com.atlassian.jira.permission that return ProjectModifier and TypeMethodDescriptionPermissionContext.getProjectObject()Returns the Project in this context.final ProjectPermissionContextImpl.getProjectObject()Methods in com.atlassian.jira.permission that return types with arguments of type ProjectModifier and TypeMethodDescriptionDefaultProjectPermissionSchemeHelper.getSharedProjects(Scheme permissionScheme) ProjectPermissionSchemeHelper.getSharedProjects(Scheme permissionScheme) Gets the projects using a given PermissionScheme.Methods in com.atlassian.jira.permission with parameters of type ProjectModifier and TypeMethodDescriptionprotected AbstractSchemeAddedToProjectEventDefaultPermissionSchemeManager.createSchemeAddedToProjectEvent(Scheme scheme, Project project) protected AbstractSchemeRemovedFromProjectEventDefaultPermissionSchemeManager.createSchemeRemovedFromProjectEvent(Scheme scheme, Project project) Collection<com.atlassian.crowd.embedded.api.Group>DefaultPermissionSchemeManager.getGroups(ProjectPermissionKey permissionKey, Project project) Collection<com.atlassian.crowd.embedded.api.Group>Collection<com.atlassian.crowd.embedded.api.Group>PermissionSchemeManager.getGroups(ProjectPermissionKey permissionKey, Project project) DefaultPermissionContextFactory.getPermissionContext(Project project) PermissionContextFactory.getPermissionContext(Project project) Get the permission context for the given project.DefaultPermissionSchemeManager.getSchemeFor(Project project) DefaultPermissionSchemeManager.getSchemeIdFor(Project project) booleanDefaultPermissionSchemeManager.hasExtendedProjectAdministration(Project project) booleanPermissionSchemeManager.hasExtendedProjectAdministration(Project project) Checks if scheme for project hascom.atlassian.jira.permission.PermissionSchemeAttributeManager.AttributeKeys#EXTENDED_ADMINISTER_PROJECTS_ENABLED_ATTRIBUTEenabled.booleanProjectPermissionHelper.hasExtPermission(Project project) Checks if scheme for project hascom.atlassian.jira.permission.PermissionSchemeAttributeManager.AttributeKeys#EXTENDED_ADMINISTER_PROJECTS_ENABLED_ATTRIBUTEenabled.booleanProjectPermissionHelperImpl.hasExtPermission(Project project) DefaultPermissionSchemeManager.hasProjectWidePermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user, boolean issueCreation) PermissionSchemeManager.hasProjectWidePermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user, boolean issueCreation) booleanDefaultPermissionSchemeManager.hasSchemePermission(ProjectPermissionKey permissionKey, Project project) booleanDefaultPermissionSchemeManager.hasSchemePermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user, boolean issueCreation) booleanPermissionSchemeManager.hasSchemePermission(ProjectPermissionKey permissionKey, Project project) Checks anonymous permission of the given permission type for the given project.booleanPermissionSchemeManager.hasSchemePermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user, boolean issueCreation) Checks the given user's permission of the given permission type for the given project.Method parameters in com.atlassian.jira.permission with type arguments of type ProjectModifier and TypeMethodDescriptionbooleanProjectPermissionHelper.hasExtPermission(List<Project> projects) Checks if there is only one project in the list and scheme for that project hascom.atlassian.jira.permission.PermissionSchemeAttributeManager.AttributeKeys#EXTENDED_ADMINISTER_PROJECTS_ENABLED_ATTRIBUTEenabled.booleanProjectPermissionHelperImpl.hasExtPermission(List<Project> projects) Constructors in com.atlassian.jira.permission with parameters of type Project -
Uses of Project in com.atlassian.jira.plugin.attachment
Methods in com.atlassian.jira.plugin.attachment with parameters of type ProjectModifier and TypeMethodDescriptionAttachmentFileExtensionValidator.validateBeforeUpload(ApplicationUser user, Project project, Issue issue, PluggableAttachmentValidator.FileInfo fileInfo) -
Uses of Project in com.atlassian.jira.plugin.corereports.report.impl
Methods in com.atlassian.jira.plugin.corereports.report.impl with parameters of type ProjectModifier and TypeMethodDescriptionTimeTrackingReport.getProjectVersionIds(Project project) Get a collection of all version ids in the selected project -
Uses of Project in com.atlassian.jira.plugin.corereports.web.action
Methods in com.atlassian.jira.plugin.corereports.web.action that return Project -
Uses of Project in com.atlassian.jira.plugin.jql.function
Fields in com.atlassian.jira.plugin.jql.function with type parameters of type ProjectModifier and TypeFieldDescriptionprotected final IndexInfoResolver<Project>AbstractVersionsFunction.projectIndexInfoResolverMethods in com.atlassian.jira.plugin.jql.function that return types with arguments of type ProjectModifier and TypeMethodDescriptionprotected IndexInfoResolver<Project>AbstractVersionsFunction.createIndexInfoResolver(NameResolver<Project> projectResolver) Method parameters in com.atlassian.jira.plugin.jql.function with type arguments of type ProjectModifier and TypeMethodDescriptionprotected IndexInfoResolver<Project>AbstractVersionsFunction.createIndexInfoResolver(NameResolver<Project> projectResolver) Constructor parameters in com.atlassian.jira.plugin.jql.function with type arguments of type ProjectModifierConstructorDescriptionAbstractVersionsFunction(NameResolver<Project> projectResolver, PermissionManager permissionManager) -
Uses of Project in com.atlassian.jira.plugin.projectoperation
Methods in com.atlassian.jira.plugin.projectoperation with parameters of type ProjectModifier and TypeMethodDescriptionprotected abstract StringDefaultPluggableProjectOperation.getContentHtml(Project project, ApplicationUser user) final StringDefaultPluggableProjectOperation.getHtml(Project project, ApplicationUser user) PluggableProjectOperation.getHtml(Project project, ApplicationUser user) Get the HTML to present on screenprotected abstract StringDefaultPluggableProjectOperation.getLabelHtml(Project project, ApplicationUser user) booleanPluggableProjectOperation.showOperation(Project project, ApplicationUser user) Whether or not to show this operation for the given project and user. -
Uses of Project in com.atlassian.jira.plugin.report
Methods in com.atlassian.jira.plugin.report with parameters of type Project -
Uses of Project in com.atlassian.jira.plugin.webfragment.model
Methods in com.atlassian.jira.plugin.webfragment.model that return ProjectModifier and TypeMethodDescriptionJiraHelper.getProject()Returns the Project in this context.JiraHelper.getProjectObject()Deprecated.Constructors in com.atlassian.jira.plugin.webfragment.model with parameters of type ProjectModifierConstructorDescriptionCommentHelper(javax.servlet.http.HttpServletRequest request, Project project, io.atlassian.fugue.Option<Issue> issue, io.atlassian.fugue.Option<Comment> comment) JiraHelper(javax.servlet.http.HttpServletRequest request, Project project) JiraHelper(javax.servlet.http.HttpServletRequest request, Project project, Map<String, Object> params) -
Uses of Project in com.atlassian.jira.plugins.auditing.rest.responses
Methods in com.atlassian.jira.plugins.auditing.rest.responses with parameters of type ProjectModifier and TypeMethodDescriptionstatic ProjectResponseProjectResponse.createProjectResponse(Project project, String name, String id) -
Uses of Project in com.atlassian.jira.plugins.webhooks.serializer.project
Methods in com.atlassian.jira.plugins.webhooks.serializer.project with parameters of type Project -
Uses of Project in com.atlassian.jira.plugins.webhooks.url.context
Methods in com.atlassian.jira.plugins.webhooks.url.context with parameters of type Project -
Uses of Project in com.atlassian.jira.project
Classes in com.atlassian.jira.project that implement ProjectModifier and TypeClassDescriptionclassBean implementation of Project interface but doesn't believe in GenericValues.classRepresents an immutable Project domain object for JIRA.Methods in com.atlassian.jira.project that return ProjectModifier and TypeMethodDescriptionCachingProjectManager.createProject(ApplicationUser user, ProjectCreationData projectCreationData) DefaultProjectManager.createProject(ApplicationUser user, ProjectCreationData projectCreationData) ProjectManager.createProject(ApplicationUser user, ProjectCreationData projectCreationData) Creates the project in the database, and adds default project roles for this project.DefaultProjectFactory.getProject(org.ofbiz.core.entity.GenericValue projectGV) MockProjectFactory.getProject(org.ofbiz.core.entity.GenericValue projectGV) ProjectCache.getProject(Long id) ProjectCreatedData.getProject()Returns the created project.ProjectFactory.getProject(org.ofbiz.core.entity.GenericValue projectGV) Returns a project object that is backed by the given generic value.AbstractProjectManager.getProjectByCurrentKey(String projectKey) CachingProjectManager.getProjectByCurrentKey(String projectKey) DefaultProjectManager.getProjectByCurrentKey(String projectKey) ProjectCache.getProjectByCurrentKey(String projectKey) ProjectManager.getProjectByCurrentKey(String projectKey) Returns theProjectwith the given project key.CachingProjectManager.getProjectByCurrentKeyIgnoreCase(String projectKey) DefaultProjectManager.getProjectByCurrentKeyIgnoreCase(String projectKey) ProjectCache.getProjectByCurrentKeyIgnoreCase(String projectKey) ProjectManager.getProjectByCurrentKeyIgnoreCase(String projectKey) Returns aProjectobject based on the passed in project key, not taking into account the case of the project key.ProjectCache.getProjectByKey(String key) ProjectCache.getProjectByKeyIgnoreCase(String projectKey) ProjectCache.getProjectByName(String name) CachingProjectManager.getProjectObj(Long id) DefaultProjectManager.getProjectObj(Long id) ProjectManager.getProjectObj(Long id) Retrieves a singleProjectby its id.CachingProjectManager.getProjectObjByKey(String projectKey) DefaultProjectManager.getProjectObjByKey(String projectKey) ProjectManager.getProjectObjByKey(String projectKey) Returns aProjectobject based on the passed in project key.CachingProjectManager.getProjectObjByKeyIgnoreCase(String projectKey) DefaultProjectManager.getProjectObjByKeyIgnoreCase(String projectKey) ProjectManager.getProjectObjByKeyIgnoreCase(String projectKey) Returns aProjectobject based on the passed in project key, not taking into account the case of the project key.CachingProjectManager.getProjectObjByName(String projectName) DefaultProjectManager.getProjectObjByName(String projectName) ProjectManager.getProjectObjByName(String projectName) Returns aProjectobject based on the passed in project name.AbstractProjectManager.updateProject(Project updatedProject, String name, String description, String lead, String url, Long assigneeType) AbstractProjectManager.updateProject(Project updatedProject, String name, String description, String lead, String url, Long assigneeType, Long avatarId) CachingProjectManager.updateProject(Project updatedProject, String name, String description, String leadKey, String url, Long assigneeType, Long avatarId, String projectKey) CachingProjectManager.updateProject(UpdateProjectParameters parameters) DefaultProjectManager.updateProject(Project updatedProject, String name, String description, String leadKey, String url, Long assigneeType, Long avatarId, String projectKey) DefaultProjectManager.updateProject(UpdateProjectParameters parameters) ProjectManager.updateProject(Project originalProject, String name, String description, String leadKey, String url, Long assigneeType) Updates the project provided with the new attributes passed in.ProjectManager.updateProject(Project originalProject, String name, String description, String leadKey, String url, Long assigneeType, Long avatarId) Updates the project provided with the new attributes passed in.ProjectManager.updateProject(Project originalProject, String name, String description, String leadKey, String url, Long assigneeType, Long avatarId, String projectKey) Updates the project provided with the new attributes passed in.ProjectManager.updateProject(UpdateProjectParameters parameters) Updates the project with the given changes.CachingProjectManager.updateProjectType(ApplicationUser user, Project project, ProjectTypeKey newProjectType) DefaultProjectManager.updateProjectType(ApplicationUser user, Project project, ProjectTypeKey newProjectType) ProjectManager.updateProjectType(ApplicationUser user, Project project, ProjectTypeKey newProjectType) Updates the type of a project.Methods in com.atlassian.jira.project that return types with arguments of type ProjectModifier and TypeMethodDescriptionAbstractProjectManager.convertToOptionalProjectObjects(Collection<Long> projectIds) ProjectManager.convertToOptionalProjectObjects(Collection<Long> projectIds) Converts a collection of projectIds to a list of pairs (project id, optional project).AbstractProjectManager.convertToProjectObjects(Collection<Long> projectIds) ProjectManager.convertToProjectObjects(Collection<Long> projectIds) Converts a collection of projectIds to a list of projects.CachingProjectManager.getArchivedProjects()DefaultProjectManager.getArchivedProjects()ProjectCache.getArchivedProjects()ProjectManager.getArchivedProjects()Return archivedProjects ordered by name.CachingProjectManager.getProjectObjects()DefaultProjectManager.getProjectObjects()ProjectCache.getProjectObjects()Returns a list of all Projects ordered by name.ProjectManager.getProjectObjects()Return all openProjects ordered by name.CachingProjectManager.getProjectObjectsFromProjectCategory(Long projectCategoryId) DefaultProjectManager.getProjectObjectsFromProjectCategory(Long projectCategoryId) ProjectManager.getProjectObjectsFromProjectCategory(Long projectCategoryId) Returns a list of projects in a particular category.CachingProjectManager.getProjectObjectsWithNoCategory()DefaultProjectManager.getProjectObjectsWithNoCategory()ProjectManager.getProjectObjectsWithNoCategory()Returns a list of projects without project category, sorted by project nameCachingProjectManager.getProjects()DefaultProjectFactory.getProjects(Collection<org.ofbiz.core.entity.GenericValue> projectGVs) DefaultProjectManager.getProjects()MockProjectFactory.getProjects(Collection<org.ofbiz.core.entity.GenericValue> projectGVs) ProjectCache.getProjects()ProjectFactory.getProjects(Collection<org.ofbiz.core.entity.GenericValue> projectGVs) Returns the collection of Project objects that are backed by the GenericValue objects in the given collection.ProjectManager.getProjects()Return all activeProjects ordered by name.AbstractProjectManager.getProjectsByArgs(Collection<String> projectArgs) ProjectManager.getProjectsByArgs(Collection<String> projectArgs) Resolve project arguments(ID, name or key) into list of project objects.CachingProjectManager.getProjectsFromProjectCategory(ProjectCategory projectCategory) DefaultProjectManager.getProjectsFromProjectCategory(ProjectCategory projectCategory) ProjectCache.getProjectsFromProjectCategory(Long projectCategoryId) ProjectManager.getProjectsFromProjectCategory(ProjectCategory projectCategory) Returns a list of projects in a particular category.CachingProjectManager.getProjectsLeadBy(ApplicationUser leadUser) DefaultProjectManager.getProjectsLeadBy(ApplicationUser leadUser) ProjectManager.getProjectsLeadBy(ApplicationUser leadUser) Returns all the projects that leadUser is the project lead for ordered by the name of the Project.ProjectCache.getProjectsWithNoCategory()Methods in com.atlassian.jira.project with parameters of type ProjectModifier and TypeMethodDescriptionstatic RemoteProjectBuild a Network project instance from a local Project.AbstractProjectManager.getDefaultAssignee(Project project, ProjectComponent component) AbstractProjectManager.getDefaultAssignee(Project project, Collection<ProjectComponent> components) ProjectManager.getDefaultAssignee(Project project, ProjectComponent component) Deprecated.UseProjectManager.getDefaultAssignee(Project, java.util.Collection)which allows for multiple components.ProjectManager.getDefaultAssignee(Project project, Collection<ProjectComponent> components) Gets the default assignee for an issue given its project and list of Components.longlonglongGet the next issue ID from this project (transactional).CachingProjectManager.getProjectCategoryForProject(Project project) DefaultProjectManager.getProjectCategoryForProject(Project project) ProjectCache.getProjectCategoryForProject(Project project) ProjectManager.getProjectCategoryForProject(Project project) Returns a project's category.ProjectCache.getProjectCategoryFromProject(Project project) com.opensymphony.module.propertyset.PropertySetDefaultProjectPropertiesManager.getPropertySet(Project project) com.opensymphony.module.propertyset.PropertySetProjectPropertiesManager.getPropertySet(Project project) Retrieve all properties associated with the given project.voidCachingProjectManager.removeProject(Project project) voidDefaultProjectManager.removeProject(Project project) voidProjectManager.removeProject(Project project) Deletes the provided project from the database.voidCachingProjectManager.removeProjectIssues(Project project) voidCachingProjectManager.removeProjectIssues(Project project, Context taskContext) voidDefaultProjectManager.removeProjectIssues(Project project) voidDefaultProjectManager.removeProjectIssues(Project project, Context taskContext) voidProjectManager.removeProjectIssues(Project project) Deprecated.since v7.1.1.voidProjectManager.removeProjectIssues(Project project, Context taskContext) Removes all issues for a particular project.voidCachingProjectManager.setCurrentCounterForProject(Project project, long counter) voidDefaultProjectManager.setCurrentCounterForProject(Project project, long counter) voidProjectManager.setCurrentCounterForProject(Project project, long counter) Set the project counter.voidCachingProjectManager.setProjectCategory(Project project, ProjectCategory category) voidDefaultProjectManager.setProjectCategory(Project project, ProjectCategory projectCategory) voidProjectManager.setProjectCategory(Project project, ProjectCategory category) Sets a project's category.AbstractProjectManager.updateProject(Project updatedProject, String name, String description, String lead, String url, Long assigneeType) AbstractProjectManager.updateProject(Project updatedProject, String name, String description, String lead, String url, Long assigneeType, Long avatarId) CachingProjectManager.updateProject(Project updatedProject, String name, String description, String leadKey, String url, Long assigneeType, Long avatarId, String projectKey) DefaultProjectManager.updateProject(Project updatedProject, String name, String description, String leadKey, String url, Long assigneeType, Long avatarId, String projectKey) ProjectManager.updateProject(Project originalProject, String name, String description, String leadKey, String url, Long assigneeType) Updates the project provided with the new attributes passed in.ProjectManager.updateProject(Project originalProject, String name, String description, String leadKey, String url, Long assigneeType, Long avatarId) Updates the project provided with the new attributes passed in.ProjectManager.updateProject(Project originalProject, String name, String description, String leadKey, String url, Long assigneeType, Long avatarId, String projectKey) Updates the project provided with the new attributes passed in.CachingProjectManager.updateProjectType(ApplicationUser user, Project project, ProjectTypeKey newProjectType) DefaultProjectManager.updateProjectType(ApplicationUser user, Project project, ProjectTypeKey newProjectType) ProjectManager.updateProjectType(ApplicationUser user, Project project, ProjectTypeKey newProjectType) Updates the type of a project.ProjectCreatedData.Builder.withProject(Project project) -
Uses of Project in com.atlassian.jira.project.archiving
Methods in com.atlassian.jira.project.archiving with parameters of type ProjectModifier and TypeMethodDescriptionArchivedProjectManager.getArchivedBy(Project project) ArchivedProjectManager.getArchivedTimestamp(Project project) booleanArchivedProjectManager.isProjectArchived(Project project) voidArchivedProjectManager.markProjectAsActive(Project project) voidArchivedProjectManager.markProjectAsArchived(Project project, ApplicationUser archivedBy) Constructors in com.atlassian.jira.project.archiving with parameters of type ProjectModifierConstructorDescriptionArchivingResult(ErrorCollection errorCollection, Project project) ValidationResult(ErrorCollection errorCollection, Project project) -
Uses of Project in com.atlassian.jira.project.browse
Fields in com.atlassian.jira.project.browse declared as ProjectMethods in com.atlassian.jira.project.browse that return ProjectModifier and TypeMethodDescriptionBrowseContext.getProject()The current projecet being browsed.BrowseProjectContext.getProject()Constructors in com.atlassian.jira.project.browse with parameters of type Project -
Uses of Project in com.atlassian.jira.project.renderer
Methods in com.atlassian.jira.project.renderer with parameters of type ProjectModifier and TypeMethodDescriptionFullHtmlProjectDescriptionRenderer.getEditHtml(Project project) ProjectDescriptionRenderer.getEditHtml(Project project) Returns the rendered html to edit the project description.ProjectDescriptionRendererImpl.getEditHtml(Project project) WikiMarkupProjectDescriptionRenderer.getEditHtml(Project project) FullHtmlProjectDescriptionRenderer.getViewHtml(Project project) ProjectDescriptionRenderer.getViewHtml(Project project) Returns the rendered html to view the project description.ProjectDescriptionRendererImpl.getViewHtml(Project project) WikiMarkupProjectDescriptionRenderer.getViewHtml(Project project) -
Uses of Project in com.atlassian.jira.project.template.hook
Methods in com.atlassian.jira.project.template.hook that return ProjectMethods in com.atlassian.jira.project.template.hook with parameters of type ProjectModifier and TypeMethodDescriptionstatic ConfigureDataConfigureData.create(Project project, Scheme workflowScheme, Map<String, JiraWorkflow> createdWorkflows, FieldConfigScheme issueTypeScheme, Map<String, IssueType> createdIssueTypes) static ConfigureDataConfigureData.create(Project project, Scheme workflowScheme, Map<String, JiraWorkflow> createdWorkflows, FieldConfigScheme issueTypeScheme, Map<String, IssueType> createdIssueTypes, IssueTypeScreenScheme issueTypeScreenScheme, Map<String, FieldScreenScheme> screenSchemes, Map<String, FieldScreen> screens, Collection<Resolution> createdResolutions) Creates a new ConfigureData. -
Uses of Project in com.atlassian.jira.project.type
Methods in com.atlassian.jira.project.type that return types with arguments of type ProjectModifier and TypeMethodDescriptionProjectTypeKeys.projectTypePredicate(ProjectTypeKey projectTypeKey) Methods in com.atlassian.jira.project.type with parameters of type ProjectModifier and TypeMethodDescriptionbooleanBrowseProjectTypeManager.isProjectTypeChangeAllowed(Project project) booleanBrowseProjectTypeManagerImpl.isProjectTypeChangeAllowed(Project project) booleanProjectTypeUpdatedNotifier.notifyAllHandlers(ApplicationUser user, Project project, ProjectTypeKey oldProjectType, ProjectTypeKey newProjectType) Notifies allProjectTypeUpdatedHandlerobjects that a project type update has happened.booleanProjectTypeUpdatedRegistrarImpl.notifyAllHandlers(ApplicationUser user, Project project, ProjectTypeKey oldProjectType, ProjectTypeKey newProjectType) ProjectTypeUpdatedHandler.onProjectTypeUpdated(ApplicationUser user, Project project, ProjectTypeKey oldProjectTypeKey, ProjectTypeKey newProjectTypeKey) Method called every time the type of a project is updated.voidProjectTypeUpdatedHandler.onProjectTypeUpdateRolledBack(ApplicationUser user, Project project, ProjectTypeKey oldProjectTypeKey, ProjectTypeKey newProjectTypeKey, ProjectTypeUpdatedOutcome outcome) This method will only be called if the update to the project type is rolled back. -
Uses of Project in com.atlassian.jira.project.type.warning
Methods in com.atlassian.jira.project.type.warning with parameters of type ProjectModifier and TypeMethodDescriptionInaccessibleProjectTypeDialogContentProvider.getContent(ApplicationUser user, Project project) Returns the content for the dialog attached to the project types warning associated with the given project type key.voidInaccessibleProjectTypeDialogDataProvider.provideData(com.atlassian.webresource.api.assembler.WebResourceAssembler assembler, ApplicationUser user, Project project) Provides the data needed to render the dialog attached to the warning symbols displayed for the project type of the given project.voidInaccessibleProjectTypeDialogDataProviderImpl.provideData(com.atlassian.webresource.api.assembler.WebResourceAssembler assembler, ApplicationUser user, Project project) booleanInaccessibleProjectTypeDialogDataProvider.shouldDisplayInaccessibleWarning(ApplicationUser user, Project project) Indicates whether the inaccessible project type warning should be displayed or not, on a page that is displaying a single project.booleanInaccessibleProjectTypeDialogDataProviderImpl.shouldDisplayInaccessibleWarning(ApplicationUser user, Project project) -
Uses of Project in com.atlassian.jira.project.util
Methods in com.atlassian.jira.project.util with parameters of type ProjectModifier and TypeMethodDescriptionReleaseNoteManager.getReleaseNote(webwork.action.Action action, String releaseNoteStyleName, Version version, ApplicationUser user, Project project) Returns a release note for this version, using the specified releaseNoteStyleName. -
Uses of Project in com.atlassian.jira.project.version
Methods in com.atlassian.jira.project.version that return ProjectModifier and TypeMethodDescriptionVersion.getProject()Returns project this version relates to.VersionImpl.getProject()Version.getProjectObject()Deprecated.Please useVersion.getProject().VersionImpl.getProjectObject()Methods in com.atlassian.jira.project.version with parameters of type ProjectModifier and TypeMethodDescriptionDefaultVersionManager.getVersions(Project project) MockVersionManager.getVersions(Project project) VersionManager.getVersions(Project project) Return a list of Versions for the given project.DefaultVersionManager.getVersionsArchived(Project project) MockVersionManager.getVersionsArchived(Project project) VersionManager.getVersionsArchived(Project project) Return all archived versions for a particular project.Method parameters in com.atlassian.jira.project.version with type arguments of type ProjectModifier and TypeMethodDescriptionDefaultVersionManager.getAllVersionsForProjects(Collection<Project> projects, boolean includeArchived) MockVersionManager.getAllVersionsForProjects(Collection<Project> projects, boolean includeArchived) VersionManager.getAllVersionsForProjects(Collection<Project> projects, boolean includeArchived) Returns all versions that belong to the passed projects. -
Uses of Project in com.atlassian.jira.projectconfig.beans
Methods in com.atlassian.jira.projectconfig.beans that return ProjectModifier and TypeMethodDescriptionProjectContext.getProject()ProjectWorkflowContext.getProject()Constructors in com.atlassian.jira.projectconfig.beans with parameters of type ProjectModifierConstructorDescriptionProjectContext(Project project, IssueType type) ProjectWorkflowContext(Project project, JiraWorkflow workflow) SimpleProject(Project project) -
Uses of Project in com.atlassian.jira.projectconfig.contextproviders
Methods in com.atlassian.jira.projectconfig.contextproviders that return ProjectMethods in com.atlassian.jira.projectconfig.contextproviders that return types with arguments of type ProjectModifier and TypeMethodDescriptionProjectScreensContextProvider.SimpleScreenScheme.getSchemeProjectList()ProjectFieldsContextProvider.SimpleFieldConfig.getSharedProjects()Methods in com.atlassian.jira.projectconfig.contextproviders with parameters of type ProjectModifier and TypeMethodDescriptionbooleanContextProviderHelper.hasProjectAdminPermission(Project project) Method parameters in com.atlassian.jira.projectconfig.contextproviders with type arguments of type ProjectModifier and TypeMethodDescriptionProjectFieldsContextProvider.SimpleFieldConfig.getSystemDefaultSimpleFieldConfig(String url, boolean defaultFieldconfig, Collection<Project> sharedProjects, List<ProjectFieldsContextProvider.SimpleFieldLayoutItem> fieldLayoutItems, List<SimpleIssueType> issueTypes) Constructor parameters in com.atlassian.jira.projectconfig.contextproviders with type arguments of type ProjectModifierConstructorDescriptionSimpleFieldConfig(FieldLayout fieldLayout, String url, boolean defaultFieldConfig, Collection<Project> sharedProjects, List<ProjectFieldsContextProvider.SimpleFieldLayoutItem> fieldLayoutItems, List<SimpleIssueType> issueTypes) SimpleScreenScheme(FieldScreenScheme fieldScreenScheme, String url, boolean defaultScreenScheme, List<SimpleIssueType> issueTypes, List<ProjectScreensContextProvider.SimpleFieldScreen> screens, Collection<Project> projects) -
Uses of Project in com.atlassian.jira.projectconfig.dataproviders
Methods in com.atlassian.jira.projectconfig.dataproviders with parameters of type ProjectModifier and TypeMethodDescriptionPermissionsDataProvider.getProjectPermissionSchemeBean(ApplicationUser user, Project project) -
Uses of Project in com.atlassian.jira.projectconfig.fields
Methods in com.atlassian.jira.projectconfig.fields that return types with arguments of type ProjectModifier and TypeMethodDescriptionIssueFields.getAffectedProjects(Issue issue) Returns the list of projects that will be affected by adding a field to a screen. -
Uses of Project in com.atlassian.jira.projectconfig.rest
Methods in com.atlassian.jira.projectconfig.rest with parameters of type ProjectModifier and TypeMethodDescriptionWorkflowSchemeRestHelper.ResponseDataBuilder.setProject(Project project) -
Uses of Project in com.atlassian.jira.projectconfig.rest.beans
Methods in com.atlassian.jira.projectconfig.rest.beans that return types with arguments of type ProjectModifier and TypeMethodDescriptionstatic com.google.common.base.Function<Project,SimpleRestProject> SimpleRestProject.fullBeanFunc()static com.google.common.base.Function<Project,SimpleRestProject> SimpleRestProject.shortBeanFunc()Methods in com.atlassian.jira.projectconfig.rest.beans with parameters of type ProjectModifier and TypeMethodDescriptionstatic SimpleRestProjectSimpleRestProject.fullProject(Project project) static SimpleRestProjectSimpleRestProject.shortProject(Project project) -
Uses of Project in com.atlassian.jira.projectconfig.tab
Methods in com.atlassian.jira.projectconfig.tab that return ProjectModifier and TypeMethodDescriptionDefaultTabRenderContext.getProject()ProjectConfigTabRenderContext.getProject()Constructors in com.atlassian.jira.projectconfig.tab with parameters of type ProjectModifierConstructorDescriptionDefaultTabRenderContext(String pathInfo, Project project, JiraAuthenticationContext ctx, com.atlassian.webresource.api.WebResourceManager webResourceManager, com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService) -
Uses of Project in com.atlassian.jira.projectconfig.util
Methods in com.atlassian.jira.projectconfig.util that return ProjectModifier and TypeMethodDescriptionProjectConfigRequestCache.getProject()ServletRequestProjectConfigRequestCache.getProject()Methods in com.atlassian.jira.projectconfig.util that return types with arguments of type ProjectModifier and TypeMethodDescriptionProjects.getProjectName()static com.google.common.collect.Ordering<Project>Projects.nameOrder()Methods in com.atlassian.jira.projectconfig.util with parameters of type ProjectModifier and TypeMethodDescriptionvoidProjectConfigRequestCache.setProject(Project project) voidServletRequestProjectConfigRequestCache.setProject(Project project) -
Uses of Project in com.atlassian.jira.projectconfig.workflow
Methods in com.atlassian.jira.projectconfig.workflow that return ProjectMethods in com.atlassian.jira.projectconfig.workflow with parameters of type ProjectModifier and TypeMethodDescriptionDefaultWorkflowSchemeEditor.assign(DraftWorkflowScheme workflowScheme, Iterable<String> issueTypesToAssign, String newWorkflow, Project project) DraftWorkflowSchemeEditor.assign(DraftWorkflowScheme workflowScheme, Iterable<String> issueTypesToAssign, String newWorkflow, Project project) Re-assignes the given project's issue types to the given workflow.DefaultWorkflowSchemeEditor.delete(DraftWorkflowScheme workflowScheme, String deleteWorkflow, Project project) DraftWorkflowSchemeEditor.delete(DraftWorkflowScheme workflowScheme, String deleteWorkflow, Project project) Deletes the passed workflow from the passed workflow scheme. -
Uses of Project in com.atlassian.jira.rest.internal.v2.field.configscheme
Method parameters in com.atlassian.jira.rest.internal.v2.field.configscheme with type arguments of type ProjectModifier and TypeMethodDescriptionFieldConfigSchemeBeanFactory.getProjectBeans(Collection<Project> projects) -
Uses of Project in com.atlassian.jira.rest.internal.v2.user
Methods in com.atlassian.jira.rest.internal.v2.user that return types with arguments of type ProjectModifier and TypeMethodDescriptionUserPickerResourceHelper.getProjectsIssueFirst(ApplicationUser user, String issueKey, List<String> projectKeys) -
Uses of Project in com.atlassian.jira.rest.util
Methods in com.atlassian.jira.rest.util that return types with arguments of type ProjectModifier and TypeMethodDescriptionProjectConverter.all(Collection<ProjectBean> beans) ProjectConverter.apply(ProjectBean input) -
Uses of Project in com.atlassian.jira.rest.v2.issue
Fields in com.atlassian.jira.rest.v2.issue declared as ProjectModifier and TypeFieldDescriptionprotected ProjectAbstractMetaFieldBeanBuilder.projectprotected ProjectDefaultFieldMetaBeanHelper.projectConstructors in com.atlassian.jira.rest.v2.issue with parameters of type ProjectModifierConstructorDescriptionprotectedAbstractMetaFieldBeanBuilder(FieldLayoutManager fieldLayoutManager, Project project, Issue issue, IssueType issueType, ApplicationUser user, VersionBeanFactory versionBeanFactory, VelocityRequestContextFactory velocityRequestContextFactory, JiraBaseUrls baseUrls, DefaultFieldMetaBeanHelper defaultFieldHelper) CreateMetaFieldBeanBuilder(FieldLayoutManager fieldLayoutManager, Project project, IssueType issueType, IssueFactory issueFactory, ApplicationUser user, VersionBeanFactory versionBeanFactory, VelocityRequestContextFactory velocityRequestContextFactory, JiraBaseUrls baseUrls, PermissionManager permissionManager, FieldScreenRendererFactory fieldScreenRendererFactory, JiraAuthenticationContext authContext, FieldManager fieldManager, DefaultFieldMetaBeanHelper defaultFieldHelper) DefaultFieldMetaBeanHelper(Project project, IssueType issueType, IssueSecurityLevelManager issueSecurityLevelManager, FeatureManager featureManager) EditMetaFieldBeanBuilder(FieldLayoutManager fieldLayoutManager, Project project, Issue issue, IssueType issueType, ApplicationUser user, VersionBeanFactory versionBeanFactory, VelocityRequestContextFactory velocityRequestContextFactory, JiraBaseUrls baseUrls, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager, IssueManager issueManager) -
Uses of Project in com.atlassian.jira.rest.v2.issue.component
Methods in com.atlassian.jira.rest.v2.issue.component with parameters of type ProjectModifier and TypeMethodDescriptionstatic Collection<ComponentBean>ComponentBean.asFullBeans(Project project, Collection<? extends ProjectComponent> components, JiraBaseUrls jiraBaseUrls, UserManager userManager, AvatarService avatarService, PermissionManager permissionManager, ProjectManager projectManager) static ComponentBeanComponentBean.fullComponent(ProjectComponent component, Project project, JiraBaseUrls jiraBaseUrls, UserManager userManager, AvatarService avatarService, PermissionManager permissionManager, ProjectManager projectManager) -
Uses of Project in com.atlassian.jira.rest.v2.issue.project
Methods in com.atlassian.jira.rest.v2.issue.project that return types with arguments of type ProjectModifier and TypeMethodDescriptioncom.google.common.base.Function<Project,ProjectBean> ProjectBeanFactory.summaryProject(String expand) com.google.common.base.Function<Project,ProjectBean> ProjectBeanFactoryImpl.summaryProject(String expand) Methods in com.atlassian.jira.rest.v2.issue.project with parameters of type ProjectModifier and TypeMethodDescriptionProjectBeanFactory.fullProject(Project project, String expand) ProjectBeanFactoryImpl.fullProject(Project project, String expand) ProjectBeanFactory.projectIdentity(Project project) Returns just the identity of the project, i.e.ProjectBeanFactoryImpl.projectIdentity(Project project) ProjectRoleBeanFactory.projectRole(Project project, ProjectRole projectRole) ProjectRoleBeanFactory.projectRole(Project project, ProjectRole projectRole, ProjectRoleActors projectRoleActors, ApplicationUser loggedInUser) ProjectRoleBeanFactoryImpl.projectRole(Project project, ProjectRole projectRole) ProjectRoleBeanFactoryImpl.projectRole(Project project, ProjectRole projectRole, ProjectRoleActors projectRoleActors, ApplicationUser loggedInUser) ProjectBeanFactory.shortProject(Project project) ProjectBeanFactoryImpl.shortProject(Project project) -
Uses of Project in com.atlassian.jira.scheme
Methods in com.atlassian.jira.scheme that return ProjectMethods in com.atlassian.jira.scheme that return types with arguments of type ProjectModifier and TypeMethodDescriptionAbstractDeleteScheme.getProjects(Scheme scheme) AbstractSchemeManager.getProjects(Scheme scheme) AbstractViewSchemes.getProjects(Scheme scheme) SchemeManager.getProjects(Scheme scheme) Gets all projects that are associated with that schemeMethods in com.atlassian.jira.scheme with parameters of type ProjectModifier and TypeMethodDescriptionvoidAbstractSchemeManager.addDefaultSchemeToProject(Project project) voidSchemeManager.addDefaultSchemeToProject(Project project) Adds the default scheme to a particular projectvoidAbstractSchemeManager.addSchemeToProject(Project project, Scheme scheme) voidSchemeManager.addSchemeToProject(Project project, Scheme scheme) Adds a scheme to a particular projectprotected abstract AbstractSchemeAddedToProjectEventAbstractSchemeManager.createSchemeAddedToProjectEvent(Scheme scheme, Project project) protected abstract AbstractSchemeRemovedFromProjectEventAbstractSchemeManager.createSchemeRemovedFromProjectEvent(Scheme scheme, Project project) Collection<com.atlassian.crowd.embedded.api.Group>Collection<com.atlassian.crowd.embedded.api.Group>AbstractSchemeManager.getSchemeFor(Project project) SchemeManager.getSchemeFor(Project project) Get the scheme of this type attached to the given project.AbstractSchemeManager.getSchemeIdFor(Project project) SchemeManager.getSchemeIdFor(Project project) Get the scheme of this type attached to the given project.booleanSchemeType.hasPermission(Project project, String parameter) Determines if this permission type is satisfied for anonymous access.booleanSchemeType.hasPermission(Project project, String parameter, ApplicationUser user, boolean issueCreation) Determines if this permission type is satisfied.voidAbstractSchemeManager.removeSchemesFromProject(Project project) voidSchemeManager.removeSchemesFromProject(Project project) Removes all schemes from a project -
Uses of Project in com.atlassian.jira.security
Methods in com.atlassian.jira.security that return types with arguments of type ProjectModifier and TypeMethodDescriptionprotected Collection<Project>DefaultPermissionManager.getArchivedProjectObjects(ProjectPermissionKey permissionKey, ApplicationUser user) ApplicationRequiredPermissionManager.getArchivedProjects(ProjectPermissionKey permissionKey, ApplicationUser user) DefaultPermissionManager.getArchivedProjects(ProjectPermissionKey permissionKey, ApplicationUser user) PermissionManager.getArchivedProjects(ProjectPermissionKey permissionKey, ApplicationUser user) Retrieve a list of archived project objects this user has the permission forPublicAccessPermissionManager.getArchivedProjects(ProjectPermissionKey permissionKey, ApplicationUser user) SubvertedPermissionManager.getArchivedProjects(ProjectPermissionKey permissionKey, ApplicationUser user) DefaultInternalProjectPermissionHelper.getBrowsableProjectHistory(ApplicationUser user) InternalProjectPermissionHelper.getBrowsableProjectHistory(ApplicationUser user) Gets the history of projects that should be visible for the user based on 'BROWSE_PROJECTS' permission checks.DefaultInternalProjectPermissionHelper.getBrowsableProjects(ApplicationUser user) InternalProjectPermissionHelper.getBrowsableProjects(ApplicationUser user) Gets the list of projects that should be visible for the user based on 'BROWSE_PROJECTS' permission checks.DefaultInternalProjectPermissionHelper.getBrowsableProjectsForProjectAction(ApplicationUser user) InternalProjectPermissionHelper.getBrowsableProjectsForProjectAction(ApplicationUser user) Gets the list of projects that should be visible for the user based onProjectAction.DefaultInternalProjectPermissionHelper.getBrowsableProjectsInCategory(ApplicationUser user, ProjectCategory projectCategory) InternalProjectPermissionHelper.getBrowsableProjectsInCategory(ApplicationUser user, ProjectCategory projectCategory) Gets the list of projects from a given category that should be visible for the user based on 'BROWSE_PROJECTS' permission checks.protected Collection<Project>DefaultPermissionManager.getProjectObjects(ProjectPermissionKey permissionKey, ApplicationUser user) ThreadLocalCachingPermissionManager.getProjectObjects(ProjectPermissionKey permissionKey, ApplicationUser user) ApplicationRequiredPermissionManager.getProjects(ProjectPermissionKey permissionKey, ApplicationUser user) ApplicationRequiredPermissionManager.getProjects(ProjectPermissionKey permissionKey, ApplicationUser user, ProjectCategory projectCategory) DefaultPermissionManager.getProjects(int permissionId, ApplicationUser user, ProjectCategory projectCategory) DefaultPermissionManager.getProjects(ProjectPermissionKey permissionKey, ApplicationUser user) DefaultPermissionManager.getProjects(ProjectPermissionKey permissionKey, ApplicationUser user, ProjectCategory projectCategory) PermissionManager.getProjects(ProjectPermissionKey permissionKey, ApplicationUser user) Retrieve a list of project objects this user has the permission forPermissionManager.getProjects(ProjectPermissionKey permissionKey, ApplicationUser user, ProjectCategory projectCategory) Returns the list of projects associated with the specified category, that this user has the permissions for.PublicAccessPermissionManager.getProjects(ProjectPermissionKey permissionKey, ApplicationUser user) PublicAccessPermissionManager.getProjects(ProjectPermissionKey permissionKey, ApplicationUser user, ProjectCategory projectCategory) SubvertedPermissionManager.getProjects(ProjectPermissionKey permissionKey, ApplicationUser user) SubvertedPermissionManager.getProjects(ProjectPermissionKey permissionKey, ApplicationUser user, ProjectCategory projectCategory) Methods in com.atlassian.jira.security with parameters of type ProjectModifier and TypeMethodDescriptionbooleanDefaultInternalProjectPermissionHelper.canUserBrowseProject(Project project, ApplicationUser user) booleanInternalProjectPermissionHelper.canUserBrowseProject(Project project, ApplicationUser user) Checks if the user can see the projects.Collection<com.atlassian.crowd.embedded.api.Group>ApplicationRequiredPermissionManager.getAllGroups(int permissionId, Project project) Collection<com.atlassian.crowd.embedded.api.Group>DefaultPermissionManager.getAllGroups(int permissionId, Project project) Collection<com.atlassian.crowd.embedded.api.Group>PermissionManager.getAllGroups(int permissionId, Project project) Retrieve all groups that are used in the permission globally and in the project.Collection<com.atlassian.crowd.embedded.api.Group>PublicAccessPermissionManager.getAllGroups(int permissionId, Project project) Collection<com.atlassian.crowd.embedded.api.Group>SubvertedPermissionManager.getAllGroups(int permType, Project project) Not implemented.booleanApplicationRequiredPermissionManager.hasPermission(int permissionsId, Project project, ApplicationUser user) Deprecated.booleanApplicationRequiredPermissionManager.hasPermission(int permissionsId, Project project, ApplicationUser user, boolean issueCreation) Deprecated.booleanApplicationRequiredPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user) booleanApplicationRequiredPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user, boolean issueCreation) booleanDefaultInternalProjectPermissionHelper.hasPermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user) booleanDefaultPermissionManager.hasPermission(int permissionsId, Project project, ApplicationUser user) booleanDefaultPermissionManager.hasPermission(int permissionsId, Project project, ApplicationUser user, boolean issueCreation) booleanDefaultPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user) booleanDefaultPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user, boolean issueCreation) booleanInternalProjectPermissionHelper.hasPermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user) Permission checker method that differentiates the behaviour only for 'BROWSE_PROJECTS'.booleanPermissionManager.hasPermission(int permissionsId, Project project, ApplicationUser user) Deprecated.booleanPermissionManager.hasPermission(int permissionsId, Project project, ApplicationUser user, boolean issueCreation) Deprecated.booleanPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user) Checks whether the specified user has a specified permission within the context of a specified project.booleanPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user, boolean issueCreation) Checks whether the specified user has a specified permission within the context of a specified project.booleanPublicAccessPermissionManager.hasPermission(int permissionsId, Project project, ApplicationUser user) Deprecated.booleanPublicAccessPermissionManager.hasPermission(int permissionsId, Project project, ApplicationUser user, boolean issueCreation) Deprecated.booleanPublicAccessPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user) booleanPublicAccessPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user, boolean issueCreation) booleanSubvertedPermissionManager.hasPermission(int permissionsId, Project project, ApplicationUser user) booleanSubvertedPermissionManager.hasPermission(int permissionsId, Project project, ApplicationUser user, boolean issueCreation) Always return true.booleanSubvertedPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user) booleanSubvertedPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user, boolean issueCreation) booleanThreadLocalCachingPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user) booleanWorkflowBasedPermissionManager.hasPermission(int permissionsId, Project project, ApplicationUser user) booleanWorkflowBasedPermissionManager.hasPermission(int permissionsId, Project project, ApplicationUser user, boolean issueCreation) booleanWorkflowBasedPermissionManager.hasPermission(ProjectPermissionKey permissionsKey, Project project, ApplicationUser user) booleanWorkflowBasedPermissionManager.hasPermission(ProjectPermissionKey permissionsKey, Project project, ApplicationUser user, boolean issueCreation) ApplicationRequiredPermissionManager.hasProjectWidePermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user) DefaultPermissionManager.hasProjectWidePermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user) PermissionManager.hasProjectWidePermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user) Checks whether a user has a particular permission in the given project.PublicAccessPermissionManager.hasProjectWidePermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user) SubvertedPermissionManager.hasProjectWidePermission(ProjectPermissionKey permissionKey, Project project, ApplicationUser user) -
Uses of Project in com.atlassian.jira.security.plugin
Methods in com.atlassian.jira.security.plugin with parameters of type ProjectModifier and TypeMethodDescriptionProjectPermissionOverride.getReason(ProjectPermissionKey projectPermissionKey, Project project, ApplicationUser applicationUser) The implementation of this method should return a description explaining how does the permission overriding affects if the user has permissions to the selected project.ProjectPermissionOverride.hasPermission(ProjectPermissionKey projectPermissionKey, Project project, ApplicationUser applicationUser) The implementation of this method is supposed to either deny permissions or abstain from decision if the user has permissions to the selected project. -
Uses of Project in com.atlassian.jira.security.roles
Methods in com.atlassian.jira.security.roles with parameters of type ProjectModifier and TypeMethodDescriptionvoidCachingProjectRoleAndActorStore.applyDefaultsRolesToProject(Project project) voidDefaultProjectRoleManager.applyDefaultsRolesToProject(Project project) voidOfBizProjectRoleAndActorStore.applyDefaultsRolesToProject(Project project) voidProjectRoleAndActorStore.applyDefaultsRolesToProject(Project project) voidProjectRoleManager.applyDefaultsRolesToProject(Project project) This method will insert all the default roles into the role associations for the provided project.voidCachingProjectRoleAndActorStore.clearCacheForProject(Project project) DefaultProjectRoleManager.getProjectRoleActors(ProjectRole projectRole, Project project) ProjectRoleManager.getProjectRoleActors(ProjectRole projectRole, Project project) This method will retrieve the object that represents the actors associate with the givenprojectRoleandprojectcontextDefaultProjectRoleManager.getProjectRoles(ApplicationUser user, Project project) ProjectRoleManager.getProjectRoles(ApplicationUser user, Project project) This will return all theProjectRoles that the user is currently a member of for the given project.booleanDefaultProjectRoleManager.isUserInProjectRole(ApplicationUser user, ProjectRole projectRole, Project project) booleanProjectRoleManager.isUserInProjectRole(ApplicationUser user, ProjectRole projectRole, Project project) Returns true only if the given user is in the given project role for the given project.voidCachingProjectRoleAndActorStore.removeAllRoleActorsByProject(Project project) voidDefaultProjectRoleManager.removeAllRoleActorsByProject(Project project) voidOfBizProjectRoleAndActorStore.removeAllRoleActorsByProject(Project project) voidProjectRoleAndActorStore.removeAllRoleActorsByProject(Project project) voidProjectRoleManager.removeAllRoleActorsByProject(Project project) Will remove all role actors associated with the specified project. -
Uses of Project in com.atlassian.jira.security.type
Methods in com.atlassian.jira.security.type with parameters of type ProjectModifier and TypeMethodDescriptionSet<org.apache.lucene.util.BytesRef>AbstractIssueFieldSecurityType.getPermissionFieldContents(ApplicationUser searcher, Project project, IssueSecurityLevel securityLevel, String parameter) Set<org.apache.lucene.util.BytesRef>AbstractIssueFieldSecurityType.getPermissionFieldContents(ApplicationUser searcher, Project project, String parameter) Set<org.apache.lucene.util.BytesRef>AbstractProjectsSecurityType.getPermissionFieldContents(ApplicationUser searcher, Project project, IssueSecurityLevel securityLevel, String parameter) Set<org.apache.lucene.util.BytesRef>AbstractProjectsSecurityType.getPermissionFieldContents(ApplicationUser searcher, Project project, String parameter) Set<org.apache.lucene.util.BytesRef>ProjectLead.getPermissionFieldContents(ApplicationUser searcher, Project project, IssueSecurityLevel securityLevel, String parameter) Set<org.apache.lucene.util.BytesRef>SecurityType.getPermissionFieldContents(ApplicationUser searcher, Project project, IssueSecurityLevel securityLevel, String parameter) Returns a set of (issue level permission field) contents based on the security level, the project and optionally the parameter (for role-based queries).Set<org.apache.lucene.util.BytesRef>SecurityType.getPermissionFieldContents(ApplicationUser searcher, Project project, String parameter) Returns a set of (project permission field) contents based on the project and optionally the parameter (for role-based queries).protected Set<org.apache.lucene.util.BytesRef>AbstractIssueFieldSecurityType.getPermissionFieldContentsForProject(Project project, ApplicationUser searcher, String fieldName) Gets called to produce the Lucene query for a projectprotected Set<org.apache.lucene.util.BytesRef>GroupCF.getPermissionFieldContentsForProject(Project project, ApplicationUser searcher, String fieldName) booleanAbstractIssueFieldSecurityType.hasPermission(Project project, String argument) booleanAbstractIssueFieldSecurityType.hasPermission(Project project, String parameter, ApplicationUser user, boolean issueCreation) booleanApplicationRoleSecurityType.hasPermission(Project project, String applicationRole) booleanApplicationRoleSecurityType.hasPermission(Project project, String parameter, ApplicationUser user, boolean issueCreation) booleanGroupDropdown.hasPermission(Project project, String group) booleanGroupDropdown.hasPermission(Project project, String parameter, ApplicationUser user, boolean issueCreation) booleanProjectLead.hasPermission(Project project, String argument) booleanProjectLead.hasPermission(Project project, String argument, ApplicationUser user, boolean issueCreation) booleanSingleUser.hasPermission(Project project, String argument) booleanSingleUser.hasPermission(Project project, String parameter, ApplicationUser user, boolean issueCreation) protected abstract booleanAbstractIssueFieldSecurityType.hasProjectPermission(ApplicationUser user, boolean issueCreation, Project project) protected booleanCurrentAssignee.hasProjectPermission(ApplicationUser user, boolean issueCreation, Project project) Originally this method was intended to return false while issue creation, otherwise true.protected booleanCurrentAssigneeHasAssignablePermission.hasProjectPermission(ApplicationUser user, boolean issueCreation, Project project) protected booleanCurrentReporter.hasProjectPermission(ApplicationUser user, boolean issueCreation, Project project) protected booleanCurrentReporterHasCreatePermission.hasProjectPermission(ApplicationUser user, boolean issueCreation, Project project) protected booleanGroupCF.hasProjectPermission(ApplicationUser user, boolean issueCreation, Project project) protected booleanUserCF.hasProjectPermission(ApplicationUser user, boolean issueCreation, Project project) -
Uses of Project in com.atlassian.jira.user
Methods in com.atlassian.jira.user that return ProjectModifier and TypeMethodDescriptionDefaultUserProjectHistoryManager.getCurrentProject(int permission, ApplicationUser user) UserProjectHistoryManager.getCurrentProject(int permission, ApplicationUser user) Gets the last viewed project that the user visted and still has permission to see.Methods in com.atlassian.jira.user that return types with arguments of type ProjectModifier and TypeMethodDescriptionDefaultUserProjectHistoryManager.getProjectHistoryWithPermissionChecks(int permission, ApplicationUser user) DefaultUserProjectHistoryManager.getProjectHistoryWithPermissionChecks(ProjectAction projectAction, ApplicationUser user) UserProjectHistoryManager.getProjectHistoryWithPermissionChecks(int permission, ApplicationUser user) Deprecated.UserProjectHistoryManager.getProjectHistoryWithPermissionChecks(ProjectAction projectAction, ApplicationUser user) Retreive the user's project history queue.Methods in com.atlassian.jira.user with parameters of type ProjectModifier and TypeMethodDescriptionvoidDefaultUserProjectHistoryManager.addProjectToHistory(ApplicationUser user, Project project) voidUserProjectHistoryManager.addProjectToHistory(ApplicationUser user, Project project) Add aProjectto the user hsitory list. -
Uses of Project in com.atlassian.jira.user.util
Methods in com.atlassian.jira.user.util that return types with arguments of type ProjectModifier and TypeMethodDescriptionUserUtil.getProjectsLeadBy(ApplicationUser user) Returns all the projects that leadUser is the project lead for.UserUtilImpl.getProjectsLeadBy(ApplicationUser user) -
Uses of Project in com.atlassian.jira.web.action
Methods in com.atlassian.jira.web.action that return ProjectModifier and TypeMethodDescriptionJiraWebActionSupport.getSelectedProject()Gets the last viewed project that the user visited and still has permission to see.JiraWebActionSupport.getSelectedProjectObject()Gets the last viewed project that the user visited and still has permission to see.Methods in com.atlassian.jira.web.action that return types with arguments of type ProjectModifier and TypeMethodDescriptionProjectActionSupport.getBrowsableProjects()Returns the projects that the current user is allowed to Browse.Methods in com.atlassian.jira.web.action with parameters of type ProjectModifier and TypeMethodDescriptionIssueActionSupport.getPossibleVersions(Project project) Returns a list of versions applicable to this issue (unreleased first).IssueActionSupport.getPossibleVersionsReleasedFirst(Project project) Returns a list of versions applicable to this issue (released first).booleanJiraWebActionSupport.hasProjectPermission(int permissionsId, Project project) booleanJiraWebActionSupport.hasProjectPermission(ProjectPermissionKey projectPermissionKey, Project project) voidProjectActionSupport.setSelectedProject(Project project) protected voidJiraWebActionSupport.tagMauEventWithProject(Project project) -
Uses of Project in com.atlassian.jira.web.action.admin.customfields
Methods in com.atlassian.jira.web.action.admin.customfields that return types with arguments of type ProjectModifier and TypeMethodDescriptionCreateCustomField.getAllProjects()ManageConfigurationScheme.getAllProjects()AssociatedProjectsForCustomField.getAssociatedProjects()Method parameters in com.atlassian.jira.web.action.admin.customfields with type arguments of type ProjectModifier and TypeMethodDescriptionvoidManageConfigurationScheme.setProjects(Iterable<Project> projects) -
Uses of Project in com.atlassian.jira.web.action.admin.importer.project
Methods in com.atlassian.jira.web.action.admin.importer.project with parameters of type Project -
Uses of Project in com.atlassian.jira.web.action.admin.issuefields
Methods in com.atlassian.jira.web.action.admin.issuefields that return types with arguments of type Project -
Uses of Project in com.atlassian.jira.web.action.admin.issuefields.enterprise
Methods in com.atlassian.jira.web.action.admin.issuefields.enterprise that return ProjectMethods in com.atlassian.jira.web.action.admin.issuefields.enterprise that return types with arguments of type Project -
Uses of Project in com.atlassian.jira.web.action.admin.issuefields.screens
Methods in com.atlassian.jira.web.action.admin.issuefields.screens that return types with arguments of type Project -
Uses of Project in com.atlassian.jira.web.action.admin.issuefields.screens.enterprise
Methods in com.atlassian.jira.web.action.admin.issuefields.screens.enterprise that return ProjectMethods in com.atlassian.jira.web.action.admin.issuefields.screens.enterprise that return types with arguments of type Project -
Uses of Project in com.atlassian.jira.web.action.admin.issuesecurity
Methods in com.atlassian.jira.web.action.admin.issuesecurity that return ProjectMethods in com.atlassian.jira.web.action.admin.issuesecurity that return types with arguments of type Project -
Uses of Project in com.atlassian.jira.web.action.admin.issuetypes
Methods in com.atlassian.jira.web.action.admin.issuetypes that return ProjectMethods in com.atlassian.jira.web.action.admin.issuetypes that return types with arguments of type Project -
Uses of Project in com.atlassian.jira.web.action.admin.issuetypes.pro
Methods in com.atlassian.jira.web.action.admin.issuetypes.pro that return Project -
Uses of Project in com.atlassian.jira.web.action.admin.notification
Methods in com.atlassian.jira.web.action.admin.notification that return ProjectMethods in com.atlassian.jira.web.action.admin.notification that return types with arguments of type Project -
Uses of Project in com.atlassian.jira.web.action.admin.permission
Methods in com.atlassian.jira.web.action.admin.permission that return types with arguments of type Project -
Uses of Project in com.atlassian.jira.web.action.admin.priorities
Fields in com.atlassian.jira.web.action.admin.priorities with type parameters of type ProjectMethods in com.atlassian.jira.web.action.admin.priorities that return types with arguments of type ProjectMethod parameters in com.atlassian.jira.web.action.admin.priorities with type arguments of type ProjectModifier and TypeMethodDescriptionMigratePrioritySchemeAction.SchemeMigrationForm.create(FieldConfigScheme sourceScheme, FieldConfigScheme targetScheme, Collection<Project> affectedProjects, Collection<Priority> priorityList) MigratePrioritySchemeAction.SchemeMigrationForm.create(FieldConfigScheme sourceScheme, FieldConfigScheme targetScheme, Collection<Project> affectedProjects, Collection<Priority> priorityList, Map<String, String> inputParameters) -
Uses of Project in com.atlassian.jira.web.action.admin.roles
Fields in com.atlassian.jira.web.action.admin.roles with type parameters of type ProjectModifier and TypeFieldDescriptionprotected Collection<Project>ViewUserProjectRoles.currentVisibleProjectsMethods in com.atlassian.jira.web.action.admin.roles that return ProjectModifier and TypeMethodDescriptionAbstractRoleActorAction.getProject()ViewProjectRoleActors.getProject()Methods in com.atlassian.jira.web.action.admin.roles that return types with arguments of type ProjectModifier and TypeMethodDescriptionViewUserProjectRoles.getAllProjectsForCategory(ProjectCategory projectCategory) EditUserProjectRoles.getAllProjectsWithoutCategory()ViewUserProjectRoles.getCurrentVisibleProjects()ViewUserProjectRoles.getVisibleProjectsByCategory()Methods in com.atlassian.jira.web.action.admin.roles with parameters of type ProjectModifier and TypeMethodDescriptionintProjectRoleUsageAction.getMemberCountForProject(Project project) ViewUserProjectRoles.getUserInProjectRoleOtherType(ProjectRole projectRole, Project project) booleanViewUserProjectRoles.isRoleForProjectSelected(ProjectRole role, Project project) booleanViewUserProjectRoles.isUserInProjectRoleTypeUser(ProjectRole projectRole, Project project) -
Uses of Project in com.atlassian.jira.web.action.admin.user
Methods in com.atlassian.jira.web.action.admin.user that return types with arguments of type Project -
Uses of Project in com.atlassian.jira.web.action.admin.workflow.scheme
Methods in com.atlassian.jira.web.action.admin.workflow.scheme that return types with arguments of type ProjectModifier and TypeMethodDescriptionSelectProjectWorkflowScheme.getProjects()ViewSchemes.getProjects(AssignableWorkflowScheme scheme) Method parameters in com.atlassian.jira.web.action.admin.workflow.scheme with type arguments of type ProjectModifier and TypeMethodDescriptionSelectProjectWorkflowScheme.getProjectIds(List<Project> projects) static StringSelectProjectWorkflowScheme.getProjectIdsParameter(List<Project> projects) voidSelectProjectWorkflowScheme.setProjects(List<Project> projects) -
Uses of Project in com.atlassian.jira.web.action.browser
Methods in com.atlassian.jira.web.action.browser with parameters of type ProjectModifier and TypeMethodDescriptionbooleanBrowseProjects.hasDefaultAvatar(Project project) booleanBrowseProjects.isProjectAdmin(Project project) Constructors in com.atlassian.jira.web.action.browser with parameters of type ProjectModifierConstructorDescriptionAdminArchivedProjectBean(Project project, boolean recent, ApplicationUser archivedBy, Long archivedTimestamp) AdminProjectBean(Project project, boolean recent, Long lastUpdatedTimestamp, String issueCount) ArchivedProjectBean(Project project, boolean recent, ApplicationUser archivedBy, Long archivedTimestamp) ProjectBean(Project project, boolean recent) -
Uses of Project in com.atlassian.jira.web.action.filter
Methods in com.atlassian.jira.web.action.filter that return types with arguments of type ProjectModifier and TypeMethodDescriptionFilterPickerPopup.getProjectsInCategory(ProjectCategory projectCategory) FilterPickerPopup.getProjectsInNoCategory()Methods in com.atlassian.jira.web.action.filter with parameters of type ProjectModifier and TypeMethodDescriptionFilterPickerPopup.getRenderedProjectDescription(Project project) -
Uses of Project in com.atlassian.jira.web.action.issue
Methods in com.atlassian.jira.web.action.issue that return ProjectModifier and TypeMethodDescriptionAbstractCommentableAssignableIssue.getAssignIn()Assignable.getAssignIn()CreateIssue.getAssignIn()AbstractIssueSelectAction.getProject()AbstractIssueSelectAction.getProjectObject()AttachTemporaryFile.getProjectObject()CloneIssueDetails.getProjectObject()CreateIssue.getProjectObject()MoveIssue.getTargetProjectObj()Methods in com.atlassian.jira.web.action.issue that return types with arguments of type ProjectMethods in com.atlassian.jira.web.action.issue with parameters of type ProjectModifier and TypeMethodDescriptionprotected CollectionCreateIssue.getIssueTypesForProject(Project project) Returns a collection of non-sub-task issue types for the given project.protected CollectionCreateSubTaskIssue.getIssueTypesForProject(Project project) Returns a collection of sub-tasks issue types for the given project.protected booleanAbstractCommentableAssignableIssue.hasAssigneePermission(Project project) booleanCreateIssue.hasProjectPermission(int permissionsId, Project project) This is a special case where the has permissions should be informed that a new Issue is being created. -
Uses of Project in com.atlassian.jira.web.action.issue.bulkedit
Methods in com.atlassian.jira.web.action.issue.bulkedit that return Project -
Uses of Project in com.atlassian.jira.web.action.project
Methods in com.atlassian.jira.web.action.project that return ProjectModifier and TypeMethodDescriptionArchiveProject.getProject()DeleteProject.getProject()EditProject.getProject()SelectProjectCategory.getProject()ViewProject.getProjectObject()Methods in com.atlassian.jira.web.action.project that return types with arguments of type ProjectMethods in com.atlassian.jira.web.action.project with parameters of type ProjectModifier and TypeMethodDescriptionViewProjects.getPrettyAssigneeType(Project project) booleanViewProjects.isDefaultAssigneeAssignable(Project project) booleanViewProjects.isProjectAdmin(Project project) -
Uses of Project in com.atlassian.jira.web.action.project.enterprise
Methods in com.atlassian.jira.web.action.project.enterprise that return Project -
Uses of Project in com.atlassian.jira.web.action.util
Methods in com.atlassian.jira.web.action.util with parameters of type ProjectModifier and TypeMethodDescriptionPopularIssueTypesUtil.getOtherIssueTypesForProject(Project project, ApplicationUser user) Returns the set difference between all available issue types for a project, and the popular issue types for a project/user context.PopularIssueTypesUtilImpl.getOtherIssueTypesForProject(Project project, ApplicationUser user) PopularIssueTypesUtil.getPopularAndOtherIssueTypesForProject(Project project, ApplicationUser user) Returns a holder that contains both - popular and other issue Types.PopularIssueTypesUtilImpl.getPopularAndOtherIssueTypesForProject(Project project, ApplicationUser user) PopularIssueTypesUtil.getPopularIssueTypesForProject(Project project, ApplicationUser user) Returns the most popular non-subtask issue types used for issue creation in the specified project and by the specified user, within a designated time frame.PopularIssueTypesUtilImpl.getPopularIssueTypesForProject(Project project, ApplicationUser user) -
Uses of Project in com.atlassian.jira.web.bean
Methods in com.atlassian.jira.web.bean that return ProjectModifier and TypeMethodDescriptionBulkEditBean.getProject()Deprecated.UseBulkEditBean.getSingleProject()instead.BulkEditBeanImpl.getProject()BulkEditBean.getSingleProject()Returns the single Project if there is only one Project in this BulkEditBean, otherwise throws an IllegalStateException.BulkEditBeanImpl.getSingleProject()BulkEditBean.getTargetProject()BulkEditBeanImpl.getTargetProject()Methods in com.atlassian.jira.web.bean that return types with arguments of type ProjectModifier and TypeMethodDescriptionBulkEditBean.getProjectObjects()BulkEditBeanImpl.getProjectObjects()Methods in com.atlassian.jira.web.bean with parameters of type ProjectModifier and TypeMethodDescriptionProjectDescriptionRendererBean.getViewHtml(Project project) voidBulkEditBean.setTargetProject(Project project) voidBulkEditBeanImpl.setTargetProject(Project project) voidMultiBulkMoveBean.setTargetProject(Project targetProject) voidMultiBulkMoveBeanImpl.setTargetProject(Project targetProject) -
Uses of Project in com.atlassian.jira.web.component
Methods in com.atlassian.jira.web.component with parameters of type Project -
Uses of Project in com.atlassian.jira.web.util
Methods in com.atlassian.jira.web.util with parameters of type ProjectModifier and TypeMethodDescriptionDefaultWebAttachmentManager.createTemporaryAttachment(InputStream stream, String fileName, String contentType, long size, Issue issue, Project project) DefaultWebAttachmentManager.createTemporaryAttachment(InputStream stream, String fileName, String contentType, long size, Issue issue, Project project, String formToken) DefaultWebAttachmentManager.createTemporaryAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper, String fileParamName, Issue issue, Project project) DefaultWebAttachmentManager.createTemporaryAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper, String fileParamName, Issue issue, Project project, String formToken) WebAttachmentManager.createTemporaryAttachment(InputStream stream, String fileName, String contentType, long size, Issue issue, Project project) WebAttachmentManager.createTemporaryAttachment(InputStream stream, String fileName, String contentType, long size, Issue issue, Project project, String formToken) WebAttachmentManager.createTemporaryAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper, String fileParamName, Issue issue, Project project) WebAttachmentManager.createTemporaryAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper, String fileParamName, Issue issue, Project project, String formToken) booleanAuthorizationSupport.hasProjectPermission(int permissionsId, Project project) booleanAuthorizationSupport.hasProjectPermission(ProjectPermissionKey projectPermissionKey, Project project) Returns true if the logged in user has the given permission on the given project.booleanDefaultAuthorizationSupport.hasProjectPermission(int permissionsId, Project project) booleanDefaultAuthorizationSupport.hasProjectPermission(ProjectPermissionKey projectPermissionKey, Project project) -
Uses of Project in com.atlassian.jira.webtests.ztests.projectconfig.framework.rest.beans
Methods in com.atlassian.jira.webtests.ztests.projectconfig.framework.rest.beans that return types with arguments of type ProjectModifier and TypeMethodDescriptionstatic com.google.common.base.Function<Project,SimpleRestProject> SimpleRestProject.fullBeanFunc()static com.google.common.base.Function<Project,SimpleRestProject> SimpleRestProject.shortBeanFunc()Methods in com.atlassian.jira.webtests.ztests.projectconfig.framework.rest.beans with parameters of type ProjectModifier and TypeMethodDescriptionstatic SimpleRestProjectSimpleRestProject.fullProject(Project project) static SimpleRestProjectSimpleRestProject.shortProject(Project project) -
Uses of Project in com.atlassian.jira.workflow
Methods in com.atlassian.jira.workflow that return ProjectModifier and TypeMethodDescriptionWorkflowProgressAware.getProject()WorkflowTransitionUtilImpl.getProject()WorkflowProgressAware.getProjectObject()Legacy synonym forWorkflowProgressAware.getProject()WorkflowTransitionUtilImpl.getProjectObject()Methods in com.atlassian.jira.workflow that return types with arguments of type ProjectModifier and TypeMethodDescriptionDefaultProjectWorkflowSchemeHelper.getAllProjectsForScheme(Long schemeId) ProjectWorkflowSchemeHelper.getAllProjectsForScheme(Long schemeId) Return a list of projects that use the workflow scheme with the passed query.DefaultProjectWorkflowSchemeHelper.getAllProjectsForWorkflow(String workflowName) DefaultProjectWorkflowSchemeHelper.getAllProjectsForWorkflow(Set<String> workflows) ProjectWorkflowSchemeHelper.getAllProjectsForWorkflow(String workflowName) Returns a list of the projects are currently using the passed workflow.ProjectWorkflowSchemeHelper.getAllProjectsForWorkflow(Set<String> workflows) Return a map of active workflow names to the projects that use those workflows.DefaultProjectWorkflowSchemeHelper.getProjectsForWorkflow(String workflowName) DefaultProjectWorkflowSchemeHelper.getProjectsForWorkflow(Set<String> workflows) ProjectWorkflowSchemeHelper.getProjectsForWorkflow(String workflowName) Returns a list of the projects are currently using the passed workflow.ProjectWorkflowSchemeHelper.getProjectsForWorkflow(Set<String> workflows) Return a map of active workflow names to the projects that use those workflows.DefaultWorkflowSchemeManager.getProjectsUsing(AssignableWorkflowScheme workflowScheme) EagerWorkflowSchemeManager.getProjectsUsing(AssignableWorkflowScheme workflowScheme) WorkflowSchemeManager.getProjectsUsing(AssignableWorkflowScheme workflowScheme) Return the list of projects that use the passed workflow scheme.Methods in com.atlassian.jira.workflow with parameters of type ProjectModifier and TypeMethodDescriptionvoidEagerWorkflowSchemeManager.addDefaultSchemeToProject(Project project) voidEagerWorkflowSchemeManager.addSchemeToProject(Project project, Scheme scheme) DefaultWorkflowSchemeManager.cleanUpSchemeDraft(Project project, ApplicationUser user) EagerWorkflowSchemeManager.cleanUpSchemeDraft(Project project, ApplicationUser user) WorkflowSchemeManager.cleanUpSchemeDraft(Project project, ApplicationUser user) If the project's workflow scheme is only used by one project and if this scheme has a draft, then the draft is copied to a separate scheme and deleted.protected AbstractSchemeAddedToProjectEventDefaultWorkflowSchemeManager.createSchemeAddedToProjectEvent(Scheme scheme, Project project) protected AbstractSchemeAddedToProjectEventEagerWorkflowSchemeManager.createSchemeAddedToProjectEvent(Scheme scheme, Project project) protected AbstractSchemeRemovedFromProjectEventDefaultWorkflowSchemeManager.createSchemeRemovedFromProjectEvent(Scheme scheme, Project project) protected AbstractSchemeRemovedFromProjectEventEagerWorkflowSchemeManager.createSchemeRemovedFromProjectEvent(Scheme scheme, Project project) DefaultWorkflowSchemeManager.getWorkflowMap(Project project) EagerWorkflowSchemeManager.getWorkflowMap(Project project) WorkflowSchemeManager.getWorkflowMap(Project project) Returns a map representation of a workflow scheme for a passed project.DefaultWorkflowSchemeManager.getWorkflowName(Project project, String issueTypeId) EagerWorkflowSchemeManager.getWorkflowName(Project project, String issueTypeId) WorkflowSchemeManager.getWorkflowName(Project project, String issueTypeId) Get the name of the workflow associated with the passed project and issue type.org.ofbiz.core.entity.GenericValueDefaultWorkflowSchemeManager.getWorkflowScheme(Project project) org.ofbiz.core.entity.GenericValueEagerWorkflowSchemeManager.getWorkflowScheme(Project project) org.ofbiz.core.entity.GenericValueWorkflowSchemeManager.getWorkflowScheme(Project project) DefaultWorkflowSchemeManager.getWorkflowSchemeObj(Project project) EagerWorkflowSchemeManager.getWorkflowSchemeObj(Project project) WorkflowSchemeManager.getWorkflowSchemeObj(Project project) Return the workflow scheme associated with the passed project.booleanDefaultWorkflowSchemeManager.isUsingDefaultScheme(Project project) booleanEagerWorkflowSchemeManager.isUsingDefaultScheme(Project project) booleanWorkflowSchemeManager.isUsingDefaultScheme(Project project) Tells the caller if the passed project is using the default workflow scheme.voidEagerWorkflowSchemeManager.removeSchemesFromProject(Project project) -
Uses of Project in com.atlassian.jira.workflow.migration
Methods in com.atlassian.jira.workflow.migration with parameters of type ProjectModifier and TypeMethodDescriptionDefaultMigrationHelperFactory.createMigrationHelper(Project project, AssignableWorkflowScheme scheme) DefaultMigrationHelperFactory.createMigrationHelper(Project triggerProject, List<Project> projects, DraftWorkflowScheme draft) MigrationHelperFactory.createMigrationHelper(Project project, AssignableWorkflowScheme scheme) Create an instance of aAssignableWorkflowSchemeMigrationHelper.MigrationHelperFactory.createMigrationHelper(Project triggerProject, List<Project> projects, DraftWorkflowScheme draft) Create an instance of aDraftWorkflowSchemeMigrationHelper.Returns the currently active task associated with the given project, or null if there are now such tasks.Method parameters in com.atlassian.jira.workflow.migration with type arguments of type ProjectModifier and TypeMethodDescriptionDefaultMigrationHelperFactory.createMigrationHelper(Project triggerProject, List<Project> projects, DraftWorkflowScheme draft) MigrationHelperFactory.createMigrationHelper(Project triggerProject, List<Project> projects, DraftWorkflowScheme draft) Create an instance of aDraftWorkflowSchemeMigrationHelper.Constructors in com.atlassian.jira.workflow.migration with parameters of type ProjectModifierConstructorDescriptionEnterpriseWorkflowTaskContext(Project triggerProject) EnterpriseWorkflowTaskContext(Project triggerProject, Long schemeId, boolean draftMigration) EnterpriseWorkflowTaskContext(Project triggerProject, List<Project> projects, Long schemeId, boolean draftMigration) Constructor parameters in com.atlassian.jira.workflow.migration with type arguments of type ProjectModifierConstructorDescriptionEnterpriseWorkflowTaskContext(Project triggerProject, List<Project> projects, Long schemeId, boolean draftMigration)
AvatarManager.create(String, String, IconType, IconOwningObjectId, InputStream, Selection).