Uses of Interface
com.atlassian.jira.bc.project.component.ProjectComponent
Packages that use ProjectComponent
Package
Description
-
Uses of ProjectComponent in com.atlassian.jira.action.component
Method parameters in com.atlassian.jira.action.component with type arguments of type ProjectComponentModifier and TypeMethodDescriptionvoidSelectComponentAssigneesUtil.setComponentAssigneeTypes(Map<ProjectComponent, Long> componentAssigneeTypes) voidSelectComponentAssigneesUtilImpl.setComponentAssigneeTypes(Map<ProjectComponent, Long> componentAssigneeTypes) -
Uses of ProjectComponent in com.atlassian.jira.bc.project.component
Classes in com.atlassian.jira.bc.project.component that implement ProjectComponentModifier and TypeClassDescriptionclassclassclassStandard implementation of theProjectComponent.Methods in com.atlassian.jira.bc.project.component that return ProjectComponentModifier and TypeMethodDescriptionProjectComponentFactory.build(org.ofbiz.core.entity.GenericValue gv) ComponentConverter.convertToProjectComponent(MutableProjectComponent value) Convert the specified MutableProjectComponent to a ProjectComponent object.protected ProjectComponentDefaultProjectComponentManager.convertToProjectComponent(MutableProjectComponent value) Convert the specified MutableProjectComponent to a ProjectComponent object.DefaultProjectComponentManager.create(String name, String description, String lead, long assigneeType, Long projectId) Create a new ProjectComponent object associated with the project with the ID specified and with the values given.DefaultProjectComponentService.create(ApplicationUser user, ErrorCollection errorCollection, String name, String description, String lead, Long projectId) Create a new ProjectComponent object associated with the project with the ID specified and with the values given.DefaultProjectComponentService.create(ApplicationUser user, ErrorCollection errorCollection, String name, String description, String lead, Long projectId, Long assigneeType) ProjectComponentManager.create(String name, String description, String lead, long assigneeType, Long projectId) Implement this method to create a new ProjectComponent object associated with the project with the ID specified and with the values given.ProjectComponentService.create(ApplicationUser user, ErrorCollection errorCollection, String name, String description, String lead, Long projectId) Deprecated.ProjectComponentService.create(ApplicationUser user, ErrorCollection errorCollection, String name, String description, String lead, Long projectId, Long assigneeType) Create a project component with assignee type set as provided.Find the component with the specified IDDefaultProjectComponentService.find(ApplicationUser user, ErrorCollection errorCollection, Long id) Implement this method to find the component with the specified ID.ProjectComponentService.find(ApplicationUser user, ErrorCollection errorCollection, Long id) DefaultProjectComponentManager.findByComponentName(Long projectId, String componentName) ProjectComponentManager.findByComponentName(Long projectId, String componentName) Finds the ProjectComponent with the given name in the project with the given id.CachingProjectComponentStore.getProjectComponent(Long projectComponentId) DefaultProjectComponentManager.getProjectComponent(Long projectComponentId) OfBizProjectComponentStore.getProjectComponent(Long projectComponentId) ProjectComponentManager.getProjectComponent(Long projectComponentId) Returns the component with the given ID or null if not found.ProjectComponentStore.getProjectComponent(Long projectComponentId) Returns the ProjectComponent for the given ID, or null.DefaultProjectComponentManager.update(MutableProjectComponent component) Update the component specified with the values given.DefaultProjectComponentService.update(ApplicationUser user, ErrorCollection errorCollection, MutableProjectComponent component) ProjectComponentManager.update(MutableProjectComponent component) Implement this method to update the component specified with the values given.ProjectComponentService.update(ApplicationUser user, ErrorCollection errorCollection, MutableProjectComponent component) Methods in com.atlassian.jira.bc.project.component that return types with arguments of type ProjectComponentModifier and TypeMethodDescriptionComponentConverter.convertToProjectComponents(Collection<MutableProjectComponent> mutables) Convert a collection of MutableProjectComponent objects to a collection of ProjectComponent objects.CachingProjectComponentStore.findAll()Retrieve all ProjectComponent objects stored.DefaultProjectComponentManager.findAll()ProjectComponentManager.findAll()Implement this method to find all components.DefaultProjectComponentManager.findAllActiveForProject(Long projectId) ProjectComponentManager.findAllActiveForProject(Long projectId) Returns all active components for given project.DefaultProjectComponentManager.findAllArchivedForProject(Long projectId) ProjectComponentManager.findAllArchivedForProject(Long projectId) Returns all archived components for given project.DefaultProjectComponentManager.findAllForProject(Long projectId) Find all components associated with the project with the ID specifiedDefaultProjectComponentService.findAllForProject(ErrorCollection errorCollection, Long projectId) ProjectComponentManager.findAllForProject(Long projectId) Implement this method to find all components associated with the project with the ID specified.ProjectComponentService.findAllForProject(ErrorCollection errorCollection, Long projectId) DefaultProjectComponentManager.findByComponentNameCaseInSensitive(String componentName) ProjectComponentManager.findByComponentNameCaseInSensitive(String componentName) Finds all ProjectComponents with the given name with comparisons case insenstive.DefaultProjectComponentService.findComponents(ApplicationUser user, String substring, List<Long> projectIds) ProjectComponentService.findComponents(ApplicationUser user, String substring, List<Long> projectIds) Returns components whose names start with or fully match given substring.DefaultProjectComponentManager.findComponentsByIssue(Issue issue) ProjectComponentManager.findComponentsByIssue(Issue issue) DefaultProjectComponentManager.findComponentsByLead(String userName) Retrieve a collection of components - where the lead of each component is the specified user.ProjectComponentManager.findComponentsByLead(String userName) Retrieve a collection of ProjectComponents - where the lead of each component is the specified user.DefaultProjectComponentManager.getComponents(List<Long> ids) ProjectComponentManager.getComponents(List<Long> ids) Creates a list of ProjectComponent objects from the given list of IDs.Methods in com.atlassian.jira.bc.project.component with parameters of type ProjectComponentModifier and TypeMethodDescriptionintLocaleSensitiveProjectComponentNameComparator.compare(ProjectComponent projectComponent1, ProjectComponent projectComponent2) intProjectComponentComparator.compare(ProjectComponent projectComponent1, ProjectComponent projectComponent2) org.ofbiz.core.entity.GenericValueDefaultProjectComponentManager.convertToGenericValue(ProjectComponent projectComponent) org.ofbiz.core.entity.GenericValueProjectComponentManager.convertToGenericValue(ProjectComponent projectComponent) Deprecated.don't use GenericValue use the ProjectComponent instead.static MutableProjectComponentMutableProjectComponent.copy(ProjectComponent c) Copy given componentProjectComponentFactory.fieldMapFrom(ProjectComponent projectComponent) DefaultProjectComponentManager.getIssueIdsWithComponent(ProjectComponent component) ProjectComponentManager.getIssueIdsWithComponent(ProjectComponent component) Returns a list of all Issue IDs with the given component.Method parameters in com.atlassian.jira.bc.project.component with type arguments of type ProjectComponentModifier and TypeMethodDescriptionCollection<org.ofbiz.core.entity.GenericValue> DefaultProjectComponentManager.convertToGenericValues(Collection<ProjectComponent> projectComponents) Temporary method to allow conversion of a collection of ProjectComponent objects to a collection of GenericValues representing a project component.Collection<org.ofbiz.core.entity.GenericValue> ProjectComponentManager.convertToGenericValues(Collection<ProjectComponent> projectComponents) Deprecated.don't use GenericValue use the ProjectComponent instead.static Collection<MutableProjectComponent> MutableProjectComponent.copy(Collection<ProjectComponent> c) Copy given collection of componentsDefaultProjectComponentManager.updateIssueProjectComponents(Issue issue, Collection<ProjectComponent> newValue) ProjectComponentManager.updateIssueProjectComponents(Issue issue, Collection<ProjectComponent> newValue) Updates the list of components in issue -
Uses of ProjectComponent in com.atlassian.jira.event.bc.project.component
Methods in com.atlassian.jira.event.bc.project.component that return ProjectComponentModifier and TypeMethodDescriptionProjectComponentMergedEvent.getMergedProjectComponent()ProjectComponentUpdatedEvent.getOldProjectComponent()AbstractProjectComponentEvent.getProjectComponent()Constructors in com.atlassian.jira.event.bc.project.component with parameters of type ProjectComponentModifierConstructorDescriptionAbstractProjectComponentEvent(ProjectComponent projectComponent) ProjectComponentArchivedEvent(ProjectComponent projectComponent) ProjectComponentCreatedEvent(ProjectComponent projectComponent) ProjectComponentCreatedViaRestEvent(ProjectComponent projectComponent) ProjectComponentDeletedEvent(ProjectComponent projectComponent) ProjectComponentMergedEvent(ProjectComponent projectComponent, ProjectComponent mergedProjectComponent) ProjectComponentRestoredEvent(ProjectComponent projectComponent) ProjectComponentUpdatedEvent(ProjectComponent projectComponent, ProjectComponent oldProjectComponent) -
Uses of ProjectComponent in com.atlassian.jira.imports.project
Methods in com.atlassian.jira.imports.project that return types with arguments of type ProjectComponentModifier and TypeMethodDescriptionDefaultProjectImportPersister.createComponents(BackupProject backupProject, ProjectImportMapper projectImportMapper) ProjectImportPersister.createComponents(BackupProject backupProject, ProjectImportMapper projectImportMapper) Creates the components, specified byBackupProject.getProjectComponents()for the named backup project. -
Uses of ProjectComponent in com.atlassian.jira.issue
Methods in com.atlassian.jira.issue that return types with arguments of type ProjectComponentModifier and TypeMethodDescriptionDocumentIssueImpl.getComponentObjects()Deprecated.since 7.0, useDocumentIssueImpl.getComponents()insteadGenericIssueWrapper.getComponentObjects()Issue.getComponentObjects()Deprecated.IssueImpl.getComponentObjects()DocumentIssueImpl.getComponents()GenericIssueWrapper.getComponents()Issue.getComponents()IssueImpl.getComponents()Method parameters in com.atlassian.jira.issue with type arguments of type ProjectComponentModifier and TypeMethodDescriptionvoidGenericMutableIssueWrapper.setComponent(Collection<ProjectComponent> components) voidIssueImpl.setComponent(Collection<ProjectComponent> components) voidMutableIssue.setComponent(Collection<ProjectComponent> components) Sets the components for this Issue. -
Uses of ProjectComponent in com.atlassian.jira.issue.fields
Fields in com.atlassian.jira.issue.fields with type parameters of type ProjectComponentModifier and TypeFieldDescriptionstatic final Function<ProjectComponent, Long> ComponentsSystemField.COMPONENT_TO_ID_TRANSFORMERMethods in com.atlassian.jira.issue.fields that return types with arguments of type ProjectComponentModifier and TypeMethodDescriptionComponentsSystemField.getComponentsFromParams(Map params) Returns the list of components contained in the given parameters Map, or null if not contained.ComponentsSystemField.getDefaultValue(Issue issue) ComponentsSystemField.getValueFromParams(Map params) Method parameters in com.atlassian.jira.issue.fields with type arguments of type ProjectComponentModifier and TypeMethodDescriptionprotected booleanComponentsSystemField.compareIdSets(Collection<ProjectComponent> newComponent, Collection<ProjectComponent> currentComponent) Compare the two genericValue collections and make sure they both contain the same set of idsvoidComponentsSystemField.createValue(Issue issue, Collection<ProjectComponent> value) ComponentsSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Collection<ProjectComponent> value, Map displayParameters) -
Uses of ProjectComponent in com.atlassian.jira.issue.fields.event
Constructors in com.atlassian.jira.issue.fields.event with parameters of type ProjectComponent -
Uses of ProjectComponent in com.atlassian.jira.issue.fields.rest.json.beans
Methods in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type ProjectComponentModifier and TypeMethodDescriptionstatic ComponentJsonBeanComponentJsonBean.shortBean(ProjectComponent component, JiraBaseUrls urls) Method parameters in com.atlassian.jira.issue.fields.rest.json.beans with type arguments of type ProjectComponentModifier and TypeMethodDescriptionstatic Collection<ComponentJsonBean> ComponentJsonBean.shortBeans(Collection<ProjectComponent> components, JiraBaseUrls urls) -
Uses of ProjectComponent in com.atlassian.jira.issue.statistics
Methods in com.atlassian.jira.issue.statistics that return types with arguments of type ProjectComponentModifier and TypeMethodDescriptionComponentStatisticsManager.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. -
Uses of ProjectComponent in com.atlassian.jira.issue.views
Methods in com.atlassian.jira.issue.views with parameters of type ProjectComponentModifier and TypeMethodDescriptionDefaultSearchLinkGenerator.getComponentSearchLink(ProjectComponent component) Get search link for component field scoped within a project of the passed component.SearchLinkGenerator.getComponentSearchLink(ProjectComponent component) Get search link for component field scoped within a project of the passed component. -
Uses of ProjectComponent in com.atlassian.jira.jql.resolver
Methods in com.atlassian.jira.jql.resolver that return ProjectComponentMethods in com.atlassian.jira.jql.resolver that return types with arguments of type ProjectComponentMethods in com.atlassian.jira.jql.resolver with parameters of type ProjectComponentModifier and TypeMethodDescriptionComponentIndexInfoResolver.getIndexedValue(ProjectComponent component) Constructor parameters in com.atlassian.jira.jql.resolver with type arguments of type ProjectComponentModifierConstructorDescriptionComponentIndexInfoResolver(NameResolver<ProjectComponent> componentResolver) -
Uses of ProjectComponent in com.atlassian.jira.mock.issue
Methods in com.atlassian.jira.mock.issue that return types with arguments of type ProjectComponentModifier and TypeMethodDescriptionMockIssue.getComponentObjects()Deprecated.MockIssue.getComponents()Method parameters in com.atlassian.jira.mock.issue with type arguments of type ProjectComponentModifier and TypeMethodDescriptionvoidMockIssue.setComponent(Collection<ProjectComponent> components) -
Uses of ProjectComponent in com.atlassian.jira.mock.project.component
Methods in com.atlassian.jira.mock.project.component that return ProjectComponentModifier and TypeMethodDescriptionMockProjectComponentManager.create(String name, String description, String lead, long assigneeType, Long projectId) MockProjectComponentManager.findByComponentName(Long projectId, String componentName) MockProjectComponentManager.getProjectComponent(Long projectComponentId) MockProjectComponentManager.update(MutableProjectComponent component) Methods in com.atlassian.jira.mock.project.component that return types with arguments of type ProjectComponentModifier and TypeMethodDescriptionMockProjectComponentManager.findAll()MockProjectComponentManager.findAllActiveForProject(Long projectId) MockProjectComponentManager.findAllArchivedForProject(Long projectId) MockProjectComponentManager.findAllForProject(Long projectId) MockProjectComponentManager.findByComponentNameCaseInSensitive(String componentName) MockProjectComponentManager.findComponentsByIssue(Issue issue) MockProjectComponentManager.findComponentsByLead(String userName) MockProjectComponentManager.getComponents(List<Long> ids) Methods in com.atlassian.jira.mock.project.component with parameters of type ProjectComponentModifier and TypeMethodDescriptionorg.ofbiz.core.entity.GenericValueMockProjectComponentManager.convertToGenericValue(ProjectComponent projectComponent) MockProjectComponentManager.getIssueIdsWithComponent(ProjectComponent component) Method parameters in com.atlassian.jira.mock.project.component with type arguments of type ProjectComponentModifier and TypeMethodDescriptionCollection<org.ofbiz.core.entity.GenericValue> MockProjectComponentManager.convertToGenericValues(Collection<ProjectComponent> projectComponents) MockProjectComponentManager.updateIssueProjectComponents(Issue issue, Collection<ProjectComponent> newValue) -
Uses of ProjectComponent in com.atlassian.jira.plugin.componentpanel
Methods in com.atlassian.jira.plugin.componentpanel that return ProjectComponentModifier and TypeMethodDescriptionBrowseComponentContext.getComponent()Retrieve the component for this context -
Uses of ProjectComponent in com.atlassian.jira.plugin.webfragment.model
Methods in com.atlassian.jira.plugin.webfragment.model that return ProjectComponent -
Uses of ProjectComponent in com.atlassian.jira.project
Methods in com.atlassian.jira.project that return types with arguments of type ProjectComponentModifier and TypeMethodDescriptionMockProject.getComponents()Project.getComponents()Returns the components for this Project.ProjectImpl.getComponents()MockProject.getProjectComponents()Project.getProjectComponents()Returns the components for this Project.ProjectImpl.getProjectComponents()Methods in com.atlassian.jira.project with parameters of type ProjectComponentModifier and TypeMethodDescriptionAbstractProjectManager.getDefaultAssignee(Project project, ProjectComponent component) ProjectManager.getDefaultAssignee(Project project, ProjectComponent component) Deprecated.UseProjectManager.getDefaultAssignee(Project, java.util.Collection)which allows for multiple components.Method parameters in com.atlassian.jira.project with type arguments of type ProjectComponentModifier and TypeMethodDescriptionAbstractProjectManager.getDefaultAssignee(Project project, Collection<ProjectComponent> components) ProjectManager.getDefaultAssignee(Project project, Collection<ProjectComponent> components) Gets the default assignee for an issue given its project and list of Components.voidMockProject.setProjectComponents(Collection<ProjectComponent> projectComponents) -
Uses of ProjectComponent in com.atlassian.jira.projects.legacy.projectpanel.fragment.impl
Methods in com.atlassian.jira.projects.legacy.projectpanel.fragment.impl with parameters of type ProjectComponentModifier and TypeMethodDescriptionprotected ClauseUnresolvedIssuesByComponentFragment.ComponentUrlUtil.getDomainClause(ProjectComponent component) -
Uses of ProjectComponent in com.atlassian.jira.projects.page.components
Methods in com.atlassian.jira.projects.page.components that return types with arguments of type ProjectComponentModifier and TypeMethodDescriptioncom.google.common.base.Function<ProjectComponent, ComponentView> ComponentToComponentViewTransformer.componentToComponentView(Project project) Transforms components to components viewsComponentService.getComponent(Project project, Long componentId) Get single component, which should be visible in project page.io.atlassian.fugue.Option<List<ProjectComponent>> ComponentService.getComponents(Project project) Gets components which should be visible in project page.Constructors in com.atlassian.jira.projects.page.components with parameters of type ProjectComponentModifierConstructorDescriptionComponentView(ProjectComponent component, String leadUserDisplayName, String leadUserProfileLinkHtml, Long issuesCount, String issuesUrl, String projectKey) -
Uses of ProjectComponent in com.atlassian.jira.rest.v2.issue.component
Methods in com.atlassian.jira.rest.v2.issue.component with parameters of type ProjectComponentModifier and TypeMethodDescriptionComponentIssueCountsBeanFactory.createComponentBean(ProjectComponent component, long issueCount) Create a ComponentBean given the passed Component.ComponentIssueCountsBeanFactoryImpl.createComponentBean(ProjectComponent component, long issueCount) static ComponentBeanComponentBean.fullComponent(ProjectComponent component, Project project, JiraBaseUrls jiraBaseUrls, UserManager userManager, AvatarService avatarService, PermissionManager permissionManager, ProjectManager projectManager) static ComponentBeanComponentBean.shortComponent(ProjectComponent component, JiraBaseUrls jiraBaseUrls) Method parameters in com.atlassian.jira.rest.v2.issue.component with type arguments of type ProjectComponentModifier and TypeMethodDescriptionstatic Collection<ComponentBean> ComponentBean.asBeans(Collection<? extends ProjectComponent> components, JiraBaseUrls jiraBaseUrls) static Collection<ComponentBean> ComponentBean.asFullBeans(Project project, Collection<? extends ProjectComponent> components, JiraBaseUrls jiraBaseUrls, UserManager userManager, AvatarService avatarService, PermissionManager permissionManager, ProjectManager projectManager) -
Uses of ProjectComponent in com.atlassian.jira.user.util
Methods in com.atlassian.jira.user.util that return types with arguments of type ProjectComponentModifier and TypeMethodDescriptionUserUtil.getComponentsUserLeads(ApplicationUser user) Retrieve a collection of ProjectComponents - where the lead of each component is the specified user.UserUtilImpl.getComponentsUserLeads(ApplicationUser user) -
Uses of ProjectComponent in com.atlassian.jira.web.action.admin.user
Methods in com.atlassian.jira.web.action.admin.user that return types with arguments of type ProjectComponent -
Uses of ProjectComponent in com.atlassian.jira.web.action.issue
Methods in com.atlassian.jira.web.action.issue that return types with arguments of type ProjectComponent -
Uses of ProjectComponent in com.atlassian.jira.web.action.project.enterprise
Methods in com.atlassian.jira.web.action.project.enterprise that return types with arguments of type ProjectComponent
invalid reference