Uses of Interface
com.atlassian.jira.util.ErrorCollection
Packages that use ErrorCollection
Package
Description
-
Uses of ErrorCollection in com.atlassian.jira.action
Classes in com.atlassian.jira.action that implement ErrorCollectionMethods in com.atlassian.jira.action with parameters of type ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.action.component
Methods in com.atlassian.jira.action.component that return ErrorCollectionModifier and TypeMethodDescriptionSelectComponentAssigneesUtil.execute(ApplicationUser user) SelectComponentAssigneesUtilImpl.execute(ApplicationUser user) SelectComponentAssigneesUtil.validate()SelectComponentAssigneesUtilImpl.validate() -
Uses of ErrorCollection in com.atlassian.jira.action.issue.customfields
Methods in com.atlassian.jira.action.issue.customfields with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidMockCustomFieldType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config) -
Uses of ErrorCollection in com.atlassian.jira.action.screen
Methods in com.atlassian.jira.action.screen that return ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.actions
Classes in com.atlassian.jira.actions that implement ErrorCollectionModifier and TypeClassDescriptionclassAction that renders initial browse archived issues page -
Uses of ErrorCollection in com.atlassian.jira.actions.admin
Classes in com.atlassian.jira.actions.admin that implement ErrorCollectionModifier and TypeClassDescriptionclassAction that renders initial manage terminology admin page -
Uses of ErrorCollection in com.atlassian.jira.actions.admin.user
Classes in com.atlassian.jira.actions.admin.user that implement ErrorCollectionModifier and TypeClassDescriptionclassAction that renders Accessibility Personal Settings page.classAction that renders anonymize user page. -
Uses of ErrorCollection in com.atlassian.jira.appconsistency.integrity.integritycheck
Methods in com.atlassian.jira.appconsistency.integrity.integritycheck that return ErrorCollectionConstructors in com.atlassian.jira.appconsistency.integrity.integritycheck with parameters of type ErrorCollectionModifierConstructorDescriptionIntegrityCheckerCommandResult(Map<Long, List<Amendment>> results, Map<String, String[]> contextParameters, ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.jira.applicationproperties
Classes in com.atlassian.jira.applicationproperties that implement ErrorCollectionModifier and TypeClassDescriptionclassApplication properties action, really here just for WebSudo and permissions check -
Uses of ErrorCollection in com.atlassian.jira.auditing
Methods in com.atlassian.jira.auditing that return ErrorCollectionModifier and TypeMethodDescriptionAuditingService.storeRecord(String category, String summary, AssociatedItem objectItem, Iterable<ChangedValue> values, Iterable<AssociatedItem> associatedItems, String description) Deprecated.DefaultAuditingService.storeRecord(String category, String summary, AssociatedItem objectItem, Iterable<ChangedValue> changedValues, Iterable<AssociatedItem> associatedItems, String description) Methods in com.atlassian.jira.auditing with parameters of type ErrorCollectionModifier and TypeMethodDescriptionprotected voidDefaultAuditingService.validateAssociatedItem(String fieldId, AssociatedItem objectItem, ErrorCollection errorCollection, I18nHelper i18nBean) protected voidDefaultAuditingService.validateAssociatedItems(String fieldId, Iterable<AssociatedItem> associatedItems, ErrorCollection errorCollection, I18nHelper i18nBean) protected voidDefaultAuditingService.validateCategoryAndSummary(String category, String summary, ErrorCollection errorCollection, I18nHelper i18nBean) protected voidDefaultAuditingService.validateChangedValue(String fieldId, ChangedValue value, ErrorCollection errorCollection, I18nHelper i18nBean) protected voidDefaultAuditingService.validateChangedValues(String fieldId, Iterable<ChangedValue> values, ErrorCollection errorCollection, I18nHelper i18nBean) -
Uses of ErrorCollection in com.atlassian.jira.avatar
Methods in com.atlassian.jira.avatar that return ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.bc
Methods in com.atlassian.jira.bc that return ErrorCollectionModifier and TypeMethodDescriptionJiraServiceContext.getErrorCollection()Gets an error collection.JiraServiceContextImpl.getErrorCollection()Returns error collection, never nullServiceResult.getErrorCollection()ServiceResultImpl.getErrorCollection()Methods in com.atlassian.jira.bc with parameters of type ErrorCollectionModifier and TypeMethodDescriptionErrorMatcher.addErrorCollection(ErrorCollection errors) static <T> ServiceOutcomeImpl<T> ServiceOutcomeImpl.from(ErrorCollection errorCollection) Convenience method that returns a new ServiceOutcomeImpl containing the given errors and null return value.static <T> ServiceOutcomeImpl<T> ServiceOutcomeImpl.from(ErrorCollection errorCollection, T value) Convenience method that returns a new ServiceOutcomeImpl containing the given errors and returned value.Constructors in com.atlassian.jira.bc with parameters of type ErrorCollectionModifierConstructorDescriptionJiraServiceContextImpl(ApplicationUser user, ErrorCollection errorCollection) Instantiates this class with user and error collection.JiraServiceContextImpl(ApplicationUser user, ErrorCollection errorCollection, I18nHelper i18nHelper) Instantiates this class with user and error collection and I18nHelper.ServiceOutcomeImpl(ErrorCollection errorCollection) Creates a new ServiceOutcomeImpl with the given errors.ServiceOutcomeImpl(ErrorCollection errorCollection, T value) Creates a new ServiceOutcomeImpl with the given errors and returned value.ServiceResultImpl(ErrorCollection errorCollection) ServiceResultImpl(ErrorCollection errorCollection, WarningCollection warningCollection) -
Uses of ErrorCollection in com.atlassian.jira.bc.dataimport
Methods in com.atlassian.jira.bc.dataimport that return ErrorCollectionModifier and TypeMethodDescriptionDataImportService.ImportResult.Builder.getErrorCollection()OfbizImportHandler.getErrorCollection()Methods in com.atlassian.jira.bc.dataimport with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidDefaultDataImportService.checkClusterNotActive(ErrorCollection errors, I18nHelper i18n) Constructors in com.atlassian.jira.bc.dataimport with parameters of type ErrorCollectionModifierConstructorDescriptionImportValidationResult(ErrorCollection errorCollection, DataImportParams params) -
Uses of ErrorCollection in com.atlassian.jira.bc.issue
Methods in com.atlassian.jira.bc.issue that return ErrorCollectionModifier and TypeMethodDescriptionDefaultIssueService.delete(ApplicationUser user, IssueService.DeleteValidationResult issueValidationResult) DefaultIssueService.delete(ApplicationUser user, IssueService.DeleteValidationResult issueValidationResult, EventDispatchOption eventDispatchOption, boolean sendMail) IssueService.delete(ApplicationUser user, IssueService.DeleteValidationResult deleteValidationResult) This method will delete an issue from JIRA.IssueService.delete(ApplicationUser user, IssueService.DeleteValidationResult deleteValidationResult, EventDispatchOption eventDispatchOption, boolean sendMail) This method will delete an issue from JIRA.CloneIssueCommand.CloneIssueResult.getErrorCollection()Constructors in com.atlassian.jira.bc.issue with parameters of type ErrorCollectionModifierConstructorDescriptionAssignValidationResult(MutableIssue issue, ErrorCollection errors, String assigneeId) AsynchronousTaskResult(Long taskId, ErrorCollection errors) CloneIssueResult(String issueKey, ErrorCollection errorCollection, Collection<io.atlassian.fugue.Either<AttachmentError, Attachment>> attachmentCloneResults) CloneValidationResult(Issue issue, ErrorCollection errors, String summary, boolean cloneAttachments, boolean cloneSubTasks, boolean cloneLinks, Map<CustomField, Optional<Boolean>> cloneOptionSelections) CreateValidationResult(MutableIssue issue, ErrorCollection errors, Map<String, Object> fieldValuesHolder, Map<String, String> properties) DeleteValidationResult(MutableIssue issue, ErrorCollection errors) IssueResult(MutableIssue issue, ErrorCollection errors) IssueValidationResult(MutableIssue issue, ErrorCollection errors) TransitionValidationResult(MutableIssue issue, ErrorCollection errors, Map<String, Object> fieldValuesHolder, Map additionInputs, int actionId) UpdateValidationResult(MutableIssue issue, ErrorCollection errors, Map<String, Object> fieldValuesHolder) -
Uses of ErrorCollection in com.atlassian.jira.bc.issue.comment
Methods in com.atlassian.jira.bc.issue.comment with parameters of type ErrorCollectionModifier and TypeMethodDescriptionCommentService.create(ApplicationUser user, Issue issue, String body, boolean dispatchEvent, ErrorCollection errorCollection) Deprecated.CommentService.create(ApplicationUser user, Issue issue, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent, ErrorCollection errorCollection) CommentService.create(ApplicationUser user, Issue issue, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent, ErrorCollection errorCollection) DefaultCommentService.create(ApplicationUser user, Issue issue, String body, boolean dispatchEvent, ErrorCollection errorCollection) DefaultCommentService.create(ApplicationUser user, Issue issue, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent, ErrorCollection errorCollection) DefaultCommentService.create(ApplicationUser user, Issue issue, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent, ErrorCollection errorCollection) CommentService.getCommentById(ApplicationUser user, Long commentId, ErrorCollection errorCollection) Will return a comment for the passed in commentId.DefaultCommentService.getCommentById(ApplicationUser user, Long commentId, ErrorCollection errorCollection) CommentService.getCommentsForUser(ApplicationUser currentUser, Issue issue, ErrorCollection errorCollection) Deprecated.DefaultCommentService.getCommentsForUser(ApplicationUser currentUser, Issue issue, ErrorCollection errorCollection) CommentService.getMutableComment(ApplicationUser user, Long commentId, ErrorCollection errorCollection) DefaultCommentService.getMutableComment(ApplicationUser user, Long commentId, ErrorCollection errorCollection) booleanCommentService.hasPermissionToCreate(ApplicationUser user, Issue issue, ErrorCollection errorCollection) Check if the given user has permission to create a comment in the current state of the issue.booleanCommentService.hasPermissionToCreate(ApplicationUser user, Issue issue, ErrorCollection errorCollection, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) Check if the given user has permission to create a comment during a workflow transition for a given action description.booleanCommentService.hasPermissionToCreate(ApplicationUser user, Issue issue, ErrorCollection errorCollection, Optional<Status> status) Check if the given user has permission to create a comment in the current state of the issue or if the issue was in the given status.booleanDefaultCommentService.hasPermissionToCreate(ApplicationUser user, Issue issue, ErrorCollection errorCollection) booleanDefaultCommentService.hasPermissionToCreate(ApplicationUser user, Issue issue, ErrorCollection errorCollection, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) booleanDefaultCommentService.hasPermissionToCreate(ApplicationUser user, Issue issue, ErrorCollection errorCollection, Optional<Status> status) booleanCommentService.hasPermissionToEdit(ApplicationUser user, Comment comment, ErrorCollection errorCollection) booleanDefaultCommentService.hasPermissionToEdit(ApplicationUser user, Comment comment, ErrorCollection errorCollection) booleanCommentService.hasPermissionToPinComments(ApplicationUser user, Issue issue, ErrorCollection errorCollection) Check if the given user has permission to pin a commentbooleanDefaultCommentService.hasPermissionToPinComments(ApplicationUser user, Issue issue, ErrorCollection errorCollection) booleanCommentService.isValidAllCommentData(ApplicationUser user, Issue issue, String body, Visibility visibility, ErrorCollection errorCollection) Will call all other validate methods setting the appropriate errors in theerrorCollectionif any errors occur.booleanCommentService.isValidAllCommentData(ApplicationUser user, Issue issue, String body, String groupLevel, String roleLevelId, ErrorCollection errorCollection) booleanDefaultCommentService.isValidAllCommentData(ApplicationUser currentUser, Issue issue, String body, Visibility visibility, ErrorCollection errorCollection) booleanDefaultCommentService.isValidAllCommentData(ApplicationUser currentUser, Issue issue, String body, String groupLevel, String roleLevelId, ErrorCollection errorCollection) booleanCommentService.isValidCommentBody(String body, ErrorCollection errorCollection) Validates that the body is a valid string, if not the appropriate error is added to theerrorCollection.booleanCommentService.isValidCommentBody(String body, ErrorCollection errorCollection, boolean allowEmpty) Validates that the body is a valid string, if not the appropriate error is added to theerrorCollection.booleanDefaultCommentService.isValidCommentBody(String body, ErrorCollection errorCollection) booleanDefaultCommentService.isValidCommentBody(String body, ErrorCollection errorCollection, boolean allowEmpty) booleanCommentService.isValidCommentVisibility(ApplicationUser user, Issue issue, Visibility visibility, ErrorCollection errorCollection) This method validates if the comment has the correct role and group levels set.booleanDefaultCommentService.isValidCommentVisibility(ApplicationUser currentUser, Issue issue, Visibility visibility, ErrorCollection errorCollection) voidCommentService.update(ApplicationUser user, MutableComment comment, boolean dispatchEvent, ErrorCollection errorCollection) Deprecated.voidDefaultCommentService.update(ApplicationUser user, MutableComment comment, boolean dispatchEvent, ErrorCollection errorCollection) voidCommentService.validateCommentUpdate(ApplicationUser user, Long commentId, String body, String groupLevel, Long roleLevelId, ErrorCollection errorCollection) voidDefaultCommentService.validateCommentUpdate(ApplicationUser user, Long commentId, String body, String groupLevel, Long roleLevelId, ErrorCollection errorCollection) Constructors in com.atlassian.jira.bc.issue.comment with parameters of type ErrorCollectionModifierConstructorDescriptionCommentCreateValidationResult(ErrorCollection errorCollection, io.atlassian.fugue.Option<CommentService.CommentParameters> commentInputParameters) -
Uses of ErrorCollection in com.atlassian.jira.bc.issue.label
Constructors in com.atlassian.jira.bc.issue.label with parameters of type ErrorCollectionModifierConstructorDescriptionAddLabelValidationResult(Long issueId, Long customFieldId, ErrorCollection errorCollection, String label) LabelsResult(Set<Label> labels, ErrorCollection errorCollection) LabelSuggestionResult(Set<String> suggestions, ErrorCollection errorCollection) LabelValidationResult(Long issueId, Long customFieldId, ErrorCollection errorCollection) SetLabelValidationResult(Long issueId, Long customFieldId, ErrorCollection errorCollection, Set<String> labels) -
Uses of ErrorCollection in com.atlassian.jira.bc.issue.link
Constructors in com.atlassian.jira.bc.issue.link with parameters of type ErrorCollectionModifierConstructorDescriptionAddIssueLinkValidationResult(ApplicationUser user, ErrorCollection errorCollection, Issue issueId, IssueLinkType linkType, Direction direction, Collection<String> linkKeys) IssueLinkResult(ErrorCollection errorCollection, LinkCollection linkCollection) IssueLinkValidationResult(ErrorCollection errorCollection, Issue issueId) SingleIssueLinkResult(ErrorCollection errorCollection, IssueLink issueLink) -
Uses of ErrorCollection in com.atlassian.jira.bc.issue.vote
Constructors in com.atlassian.jira.bc.issue.vote with parameters of type ErrorCollectionModifierConstructorDescriptionVoteValidationResult(ErrorCollection errors, ApplicationUser voter, Issue issue) -
Uses of ErrorCollection in com.atlassian.jira.bc.license
Methods in com.atlassian.jira.bc.license that return ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.bc.project
Methods in com.atlassian.jira.bc.project that return ErrorCollectionModifier and TypeMethodDescriptionDeleteProjectCommand.getErrorCollection()protected final ErrorCollectionDefaultProjectService.makeErrorCollection(ApplicationUser user, String i18nKey, ErrorCollection.Reason reason, String... params) Creates a new ErrorCollection instance for a single error message.Methods in com.atlassian.jira.bc.project that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionio.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 project.Methods in com.atlassian.jira.bc.project with parameters of type ErrorCollectionModifier and TypeMethodDescriptionprotected JiraServiceContextDefaultProjectService.getServiceContext(ApplicationUser user, ErrorCollection errorCollection) Constructors in com.atlassian.jira.bc.project with parameters of type ErrorCollectionModifierConstructorDescriptionAbstractProjectResult(ErrorCollection errorCollection) AbstractProjectResult(ErrorCollection errorCollection, Project project) AbstractProjectValidationResult(ErrorCollection errorCollection) AbstractProjectValidationResult(ErrorCollection errorCollection, String name, String key, String description, String leadName, String url, Long assigneeType, Long avatarId, boolean keyChanged, ApplicationUser user) CreateProjectValidationResult(ErrorCollection errorCollection) CreateProjectValidationResult(ErrorCollection errorCollection, ApplicationUser user, ProjectCreationData projectCreationData) CreateProjectValidationResult(ErrorCollection errorCollection, ApplicationUser user, ProjectCreationData projectCreationData, Optional<Long> existingProjectId) DeleteProjectResult(ErrorCollection errorCollection) DeleteProjectValidationResult(ErrorCollection errorCollection) DeleteProjectValidationResult(ErrorCollection errorCollection, Project project) GetProjectResult(ErrorCollection errorCollection) GetProjectResult(ErrorCollection errorCollection, Project project) UpdateProjectSchemesValidationResult(ErrorCollection errorCollection) UpdateProjectSchemesValidationResult(ErrorCollection errorCollection, Long permissionSchemeId, Long notificationSchemeId, Long issueSecuritySchemeId) UpdateProjectValidationResult(ErrorCollection errorCollection) 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 ErrorCollection in com.atlassian.jira.bc.project.component
Methods in com.atlassian.jira.bc.project.component with parameters of type ErrorCollectionModifier and TypeMethodDescriptionDefaultProjectComponentService.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) ProjectComponentService.create(ApplicationUser user, ErrorCollection errorCollection, String name, String description, String lead, Long projectId) Deprecated.since 6.3, useinsteadinvalid reference
#create(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.util.ErrorCollection, String, String, String, Long, Long)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.DefaultProjectComponentService.find(ApplicationUser user, ErrorCollection errorCollection, Long id) ProjectComponentService.find(ApplicationUser user, ErrorCollection errorCollection, Long id) DefaultProjectComponentService.findAllForProject(ErrorCollection errorCollection, Long projectId) ProjectComponentService.findAllForProject(ErrorCollection errorCollection, Long projectId) DefaultProjectComponentService.update(ApplicationUser user, ErrorCollection errorCollection, MutableProjectComponent component) ProjectComponentService.update(ApplicationUser user, ErrorCollection errorCollection, MutableProjectComponent component) -
Uses of ErrorCollection in com.atlassian.jira.bc.project.version
Methods in com.atlassian.jira.bc.project.version that return ErrorCollectionConstructors in com.atlassian.jira.bc.project.version with parameters of type ErrorCollectionModifierConstructorDescriptionAbstractVersionResult(ErrorCollection errorCollection) AbstractVersionResult(ErrorCollection errorCollection, Version version) ArchiveVersionValidationResult(ErrorCollection errorCollection) ArchiveVersionValidationResult(ErrorCollection errorCollection, Version version) CreateVersionValidationResult(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) CreateVersionValidationResult(ErrorCollection errorCollection, Set<VersionService.CreateVersionValidationResult.Reason> reasons) MoveVersionValidationResult(ErrorCollection errorCollection, Version version) MoveVersionValidationResult(ErrorCollection errorCollection, Version version, Long scheduleAfterVersion) MoveVersionValidationResult(ErrorCollection errorCollection, Set<VersionService.MoveVersionValidationResult.Reason> reasons) ReasonsServiceResult(ErrorCollection errorCollection, Set<R> specificReasons) ReasonsServiceResult(ErrorCollection errorCollection, Set<R> specificReasons, T result) ReleaseVersionValidationResult(ErrorCollection errorCollection) ReleaseVersionValidationResult(ErrorCollection errorCollection, Version version, Date releaseDate) VersionResult(ErrorCollection errorCollection) VersionResult(ErrorCollection errorCollection, Version version) VersionsResult(ErrorCollection errorCollection) VersionsResult(ErrorCollection errorCollection, Collection<Version> versions) -
Uses of ErrorCollection in com.atlassian.jira.bc.projectroles
Methods in com.atlassian.jira.bc.projectroles that return ErrorCollectionModifier and TypeMethodDescriptionDefaultProjectRoleService.validateRemoveAllRoleActorsByNameAndType(ApplicationUser currentUser, String name, String type) DefaultProjectRoleService.validateRemoveAllRoleActorsByNameAndType(String name, String type) ProjectRoleService.validateRemoveAllRoleActorsByNameAndType(ApplicationUser currentUser, String name, String type) Deprecated.ProjectRoleService.validateRemoveAllRoleActorsByNameAndType(String name, String type) Methods in com.atlassian.jira.bc.projectroles with parameters of type ErrorCollectionModifier 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) voidDefaultProjectRoleService.addDefaultActorsToProjectRole(ApplicationUser currentUser, Collection<String> actors, ProjectRole projectRole, String type, ErrorCollection errorCollection) voidDefaultProjectRoleService.addDefaultActorsToProjectRole(Collection<String> actors, ProjectRole projectRole, String type, ErrorCollection errorCollection) voidProjectRoleService.addDefaultActorsToProjectRole(ApplicationUser currentUser, Collection<String> actors, ProjectRole projectRole, String type, ErrorCollection errorCollection) voidProjectRoleService.addDefaultActorsToProjectRole(Collection<String> actors, ProjectRole projectRole, String type, ErrorCollection errorCollection) DefaultProjectRoleService.createProjectRole(ProjectRole projectRole, ErrorCollection errorCollection) DefaultProjectRoleService.createProjectRole(ApplicationUser currentUser, ProjectRole projectRole, ErrorCollection errorCollection) ProjectRoleService.createProjectRole(ProjectRole projectRole, ErrorCollection errorCollection) ProjectRoleService.createProjectRole(ApplicationUser currentUser, ProjectRole projectRole, ErrorCollection errorCollection) voidDefaultProjectRoleService.deleteProjectRole(ProjectRole projectRole, ErrorCollection errorCollection) voidDefaultProjectRoleService.deleteProjectRole(ApplicationUser currentUser, ProjectRole projectRole, ErrorCollection errorCollection) voidProjectRoleService.deleteProjectRole(ProjectRole projectRole, ErrorCollection errorCollection) voidProjectRoleService.deleteProjectRole(ApplicationUser currentUser, ProjectRole projectRole, ErrorCollection errorCollection) Collection<org.ofbiz.core.entity.GenericValue> DefaultProjectRoleService.getAssociatedIssueSecuritySchemes(ProjectRole projectRole, ErrorCollection errorCollection) DefaultProjectRoleService.getAssociatedIssueSecuritySchemes(ApplicationUser currentUser, ProjectRole projectRole, ErrorCollection errorCollection) ProjectRoleService.getAssociatedIssueSecuritySchemes(ProjectRole projectRole, ErrorCollection errorCollection) ProjectRoleService.getAssociatedIssueSecuritySchemes(ApplicationUser currentUser, ProjectRole projectRole, ErrorCollection errorCollection) DefaultProjectRoleService.getAssociatedNotificationSchemes(ProjectRole projectRole, ErrorCollection errorCollection) DefaultProjectRoleService.getAssociatedNotificationSchemes(ApplicationUser currentUser, ProjectRole projectRole, ErrorCollection errorCollection) ProjectRoleService.getAssociatedNotificationSchemes(ProjectRole projectRole, ErrorCollection errorCollection) ProjectRoleService.getAssociatedNotificationSchemes(ApplicationUser currentUser, ProjectRole projectRole, ErrorCollection errorCollection) Collection<org.ofbiz.core.entity.GenericValue> DefaultProjectRoleService.getAssociatedPermissionSchemes(ProjectRole projectRole, ErrorCollection errorCollection) DefaultProjectRoleService.getAssociatedPermissionSchemes(ApplicationUser currentUser, ProjectRole projectRole, ErrorCollection errorCollection) ProjectRoleService.getAssociatedPermissionSchemes(ProjectRole projectRole, ErrorCollection errorCollection) ProjectRoleService.getAssociatedPermissionSchemes(ApplicationUser currentUser, ProjectRole projectRole, ErrorCollection errorCollection) org.apache.commons.collections.MultiMapDefaultProjectRoleService.getAssociatedWorkflows(ProjectRole projectRole, ErrorCollection errorCollection) org.apache.commons.collections.MultiMapDefaultProjectRoleService.getAssociatedWorkflows(ApplicationUser currentUser, ProjectRole projectRole, ErrorCollection errorCollection) org.apache.commons.collections.MultiMapProjectRoleService.getAssociatedWorkflows(ProjectRole projectRole, ErrorCollection errorCollection) org.apache.commons.collections.MultiMapProjectRoleService.getAssociatedWorkflows(ApplicationUser currentUser, ProjectRole projectRole, ErrorCollection errorCollection) DefaultProjectRoleService.getDefaultRoleActors(ProjectRole projectRole, ErrorCollection errorCollection) DefaultProjectRoleService.getDefaultRoleActors(ApplicationUser currentUser, ProjectRole projectRole, ErrorCollection errorCollection) ProjectRoleService.getDefaultRoleActors(ProjectRole projectRole, ErrorCollection collection) ProjectRoleService.getDefaultRoleActors(ApplicationUser currentUser, ProjectRole projectRole, ErrorCollection collection) DefaultProjectRoleService.getProjectIdsForUserInGroupsBecauseOfRole(ApplicationUser currentUser, List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String userName, ErrorCollection errorCollection) DefaultProjectRoleService.getProjectIdsForUserInGroupsBecauseOfRole(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String userName, ErrorCollection errorCollection) ProjectRoleService.getProjectIdsForUserInGroupsBecauseOfRole(ApplicationUser currentUser, List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String userName, ErrorCollection errorCollection) ProjectRoleService.getProjectIdsForUserInGroupsBecauseOfRole(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String userName, ErrorCollection errorCollection) DefaultProjectRoleService.getProjectRole(ApplicationUser currentUser, Long id, ErrorCollection errorCollection) DefaultProjectRoleService.getProjectRole(Long id, ErrorCollection errorCollection) ProjectRoleService.getProjectRole(ApplicationUser currentUser, Long id, ErrorCollection errorCollection) Deprecated.ProjectRoleService.getProjectRole(Long id, 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) DefaultProjectRoleService.getProjectRoleByName(ApplicationUser currentUser, String name, ErrorCollection errorCollection) DefaultProjectRoleService.getProjectRoleByName(String name, ErrorCollection errorCollection) ProjectRoleService.getProjectRoleByName(ApplicationUser currentUser, String name, ErrorCollection errorCollection) Deprecated.ProjectRoleService.getProjectRoleByName(String name, ErrorCollection errorCollection) DefaultProjectRoleService.getProjectRoles(ApplicationUser currentUser, ErrorCollection errorCollection) DefaultProjectRoleService.getProjectRoles(ErrorCollection errorCollection) ProjectRoleService.getProjectRoles(ApplicationUser currentUser, ErrorCollection errorCollection) Deprecated.ProjectRoleService.getProjectRoles(ErrorCollection errorCollection) DefaultProjectRoleService.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) booleanDefaultProjectRoleService.isProjectRoleNameUnique(ApplicationUser currentUser, String name, ErrorCollection errorCollection) booleanDefaultProjectRoleService.isProjectRoleNameUnique(String name, ErrorCollection errorCollection) booleanProjectRoleService.isProjectRoleNameUnique(ApplicationUser currentUser, String name, ErrorCollection errorCollection) Deprecated.booleanProjectRoleService.isProjectRoleNameUnique(String name, ErrorCollection errorCollection) 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.removeAllRoleActorsByNameAndType(ApplicationUser currentUser, String name, String type, ErrorCollection errorCollection) voidDefaultProjectRoleService.removeAllRoleActorsByNameAndType(String name, String type, ErrorCollection errorCollection) voidProjectRoleService.removeAllRoleActorsByNameAndType(ApplicationUser currentUser, String name, String type, ErrorCollection errorCollection) Deprecated.voidProjectRoleService.removeAllRoleActorsByNameAndType(String name, String type, 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.removeDefaultActorsFromProjectRole(ApplicationUser currentUser, Collection<String> actors, ProjectRole projectRole, String actorType, ErrorCollection errorCollection) voidDefaultProjectRoleService.removeDefaultActorsFromProjectRole(Collection<String> actors, ProjectRole projectRole, String actorType, ErrorCollection errorCollection) voidProjectRoleService.removeDefaultActorsFromProjectRole(ApplicationUser currentUser, Collection<String> actors, ProjectRole projectRole, String actorType, ErrorCollection errorCollection) voidProjectRoleService.removeDefaultActorsFromProjectRole(Collection<String> actors, ProjectRole projectRole, String actorType, ErrorCollection errorCollection) DefaultProjectRoleService.roleActorOfTypeExistsForProjects(ApplicationUser currentUser, List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String projectRoleParameter, ErrorCollection errorCollection) DefaultProjectRoleService.roleActorOfTypeExistsForProjects(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String projectRoleParameter, ErrorCollection errorCollection) ProjectRoleService.roleActorOfTypeExistsForProjects(ApplicationUser currentUser, List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String projectRoleParameter, ErrorCollection errorCollection) ProjectRoleService.roleActorOfTypeExistsForProjects(List<Long> projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String projectRoleParameter, 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) voidDefaultProjectRoleService.updateProjectRole(ProjectRole projectRole, ErrorCollection errorCollection) voidDefaultProjectRoleService.updateProjectRole(ApplicationUser currentUser, ProjectRole projectRole, ErrorCollection errorCollection) voidProjectRoleService.updateProjectRole(ProjectRole projectRole, ErrorCollection errorCollection) voidProjectRoleService.updateProjectRole(ApplicationUser currentUser, ProjectRole projectRole, ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.jira.bc.safeguards.issue.comment
Methods in com.atlassian.jira.bc.safeguards.issue.comment with parameters of type ErrorCollectionModifier and TypeMethodDescriptionbooleanCommentsPerIssueLimitValidator.isValid(Issue issue, ApplicationUser author, String commentBody, ErrorCollection errorCollection) Checks if limit is not reached yet (eg.booleanDefaultCommentsPerIssueLimitValidator.isValid(Issue issue, ApplicationUser author, String commentBody, ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.jira.bc.user
Methods in com.atlassian.jira.bc.user with parameters of type ErrorCollectionModifier and TypeMethodDescriptionstatic final UserService.CreateUserValidationResultUserServiceResultHelper.getCreateUserValidationResult(ErrorCollection errorCollection) Constructors in com.atlassian.jira.bc.user with parameters of type ErrorCollectionModifierConstructorDescriptionCreateUsernameValidationResult(String username, Long directoryId, ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.jira.bc.workflow
Methods in com.atlassian.jira.bc.workflow that return ErrorCollectionModifier and TypeMethodDescriptionDefaultWorkflowTransitionService.addConditionToWorkflow(String transitionName, com.opensymphony.workflow.loader.ConditionDescriptor condition, JiraWorkflow workflow) WorkflowTransitionService.addConditionToWorkflow(String transitionName, com.opensymphony.workflow.loader.ConditionDescriptor condition, JiraWorkflow workflow) Addsconditionto all transitions whose name match the giventransitionNameinworkflow.DefaultWorkflowTransitionService.addPostFunctionToWorkflow(String transitionName, com.opensymphony.workflow.loader.FunctionDescriptor function, JiraWorkflow workflow) WorkflowTransitionService.addPostFunctionToWorkflow(String transitionName, com.opensymphony.workflow.loader.FunctionDescriptor function, JiraWorkflow workflow) Addsfunctionto all transitions whose name match the giventransitionNameinworkflow.DefaultWorkflowTransitionService.setScreen(String transitionName, FieldScreen screen, JiraWorkflow workflow) WorkflowTransitionService.setScreen(String transitionName, FieldScreen screen, JiraWorkflow workflow) Sets the givenscreento all transitions whose name match the giventransitionNameinworkflow. -
Uses of ErrorCollection in com.atlassian.jira.bulkedit.operation
Methods in com.atlassian.jira.bulkedit.operation with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidBulkMigrateOperation.chooseContext(BulkEditBean rootBulkEditBean, ApplicationUser applicationUser, I18nHelper i18nHelper, ErrorCollection errors) voidBulkMoveOperation.chooseContext(BulkEditBean bulkEditBean, ApplicationUser applicationUser, I18nHelper i18nHelper, ErrorCollection errors) voidBulkMoveOperationImpl.chooseContext(BulkEditBean bulkEditBean, ApplicationUser applicationUser, I18nHelper i18nHelper, ErrorCollection errors) voidBulkMigrateOperation.validatePopulateFields(BulkEditBean rootBulkEditBean, I18nHelper i18nHelper, ErrorCollection errors) voidBulkMoveOperation.validatePopulateFields(BulkEditBean bulkEditBean, ErrorCollection errors, I18nHelper i18nHelper) voidBulkMoveOperationImpl.validatePopulateFields(BulkEditBean bulkEditBean, ErrorCollection errors, I18nHelper i18nHelper) -
Uses of ErrorCollection in com.atlassian.jira.config
Methods in com.atlassian.jira.config with parameters of type ErrorCollectionModifier and TypeMethodDescriptionIssueTypeService.CreateValidationResult.error(ErrorCollection errorCollection) IssueTypeService.UpdateValidationResult.error(ErrorCollection errorCollection) voidConstantsManager.validateCreateIssueType(String name, String style, String description, String iconurl, ErrorCollection errors, String nameFieldName) Validates creation of a new issuetype.voidDefaultConstantsManager.validateCreateIssueType(String name, String style, String description, String iconurl, ErrorCollection errors, String nameFieldName) voidConstantsManager.validateCreateIssueTypeWithAvatar(String name, String style, String description, String avatarId, ErrorCollection errors, String nameFieldName) Validates creation of a new issuetype.voidDefaultConstantsManager.validateCreateIssueTypeWithAvatar(String name, String style, String description, String avatarId, ErrorCollection errors, String nameFieldName) voidDefaultLocaleManager.validateUserLocale(ApplicationUser loggedInUser, String locale, ErrorCollection errorCollection) voidLocaleManager.validateUserLocale(ApplicationUser loggedInUser, String locale, ErrorCollection errorCollection) Given a user entered locale string this method ensures that it is in fact a locale that exists in this instanceConstructors in com.atlassian.jira.config with parameters of type ErrorCollectionModifierConstructorDescriptionDeleteValidationResult(ErrorCollection errorCollection, io.atlassian.fugue.Option<IssueTypeService.IssueTypeDeleteInput> issueTypeId) -
Uses of ErrorCollection in com.atlassian.jira.config.util
Methods in com.atlassian.jira.config.util that return ErrorCollectionModifier and TypeMethodDescriptionAttachmentConfigStore.setConfig(AttachmentConfig config) Sets attachment related config for this Jira instance.DefaultAttachmentConfigStore.setConfig(AttachmentConfig config) AttachmentConfigStore.validateConfig(AttachmentConfig config) Validates attachment related config for this instance.DefaultAttachmentConfigStore.validateConfig(AttachmentConfig config) -
Uses of ErrorCollection in com.atlassian.jira.credits
Classes in com.atlassian.jira.credits that implement ErrorCollectionModifier and TypeClassDescriptionclassDisplays the JIRA credits page, touring around the world!classRolls the credits, yoclassDisplays the JIRA credits page like it were the Legend of Zelda -
Uses of ErrorCollection in com.atlassian.jira.dashboarditem.statistics.service.datecount
Methods in com.atlassian.jira.dashboarditem.statistics.service.datecount that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionio.atlassian.fugue.Either<DateCountInPeriodResultBean, ErrorCollection> DateCountInPeriodService.collectData(DateCountInPeriodService.RequestParameters requestParameters) Given a set of request parameters this service calculates date counts (number of issues) for a given period, search and fields.io.atlassian.fugue.Either<DateCountInPeriodResultBean, ErrorCollection> DateCountInPeriodServiceImpl.collectData(DateCountInPeriodService.RequestParameters params) -
Uses of ErrorCollection in com.atlassian.jira.dashboarditem.statistics.service.statistics
Methods in com.atlassian.jira.dashboarditem.statistics.service.statistics that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionio.atlassian.fugue.Either<TwoDimensionalStatisticsResponseBean, ErrorCollection> StatisticsService.aggregateTwoDimensionalStats(String jql, Long filterId, StatType statType, boolean addEmptyStatTypeToChart) Generates statistics for a given search grouped by a statistic typeio.atlassian.fugue.Either<TwoDimensionalStatisticsResponseBean, ErrorCollection> StatisticsServiceImpl.aggregateTwoDimensionalStats(String jql, Long filterId, StatType statType, boolean addEmptyStatTypeToChart) -
Uses of ErrorCollection in com.atlassian.jira.dashboarditem.statistics.service.versions
Methods in com.atlassian.jira.dashboarditem.statistics.service.versions that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionio.atlassian.fugue.Either<List<ProjectVersionBean>, ErrorCollection> VersionsService.getVersions(String jql) Get the versions for a given jql stringio.atlassian.fugue.Either<List<ProjectVersionBean>, ErrorCollection> VersionsServiceImpl.getVersions(String jql) -
Uses of ErrorCollection in com.atlassian.jira.dashboarditem.statistics.util
Methods in com.atlassian.jira.dashboarditem.statistics.util that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionio.atlassian.fugue.Either<Query, ErrorCollection> QueryParser.getQuery(ApplicationUser user, String jql) Get the query for a given jql, otherwise an error collection if error.io.atlassian.fugue.Either<Query, ErrorCollection> QueryParserImpl.getQuery(ApplicationUser user, String jql) -
Uses of ErrorCollection in com.atlassian.jira.dev.events
Classes in com.atlassian.jira.dev.events that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.dev.functest.user.anonymize
Methods in com.atlassian.jira.dev.functest.user.anonymize that return ErrorCollectionModifier and TypeMethodDescriptionOwnershipTransferHandlerWithBLValidationErrors.validateBusinessLogic(AnonymizationParameters anonymizationParametes) UserNameChangeHandlerWithBLValidationErrors.validateBusinessLogic(AnonymizationParameters anonymizationParametes) -
Uses of ErrorCollection in com.atlassian.jira.dev.reference.dependent.plugin.actions
Classes in com.atlassian.jira.dev.reference.dependent.plugin.actions that implement ErrorCollectionModifier and TypeClassDescriptionclassSimple web action that displays the result of calling a method onReferencePublicComponent. -
Uses of ErrorCollection in com.atlassian.jira.dev.reference.plugin.actions
Classes in com.atlassian.jira.dev.reference.plugin.actions that implement ErrorCollectionModifier and TypeClassDescriptionclassAction that commits the HTTP response (by triggering flush-header-early) and then throws a RuntimeException.classSample Reference Action that prints out "Welcome to JIRA".classSample Reference Action that prints out "Welcome to JIRA".classSimple web action that displays the result of calling a method onReferenceComponentclassSimple web action that displays the result of calling a method onReferenceComponent.classAn action that prints out value of the reference resource.classDemonstrates an action that is configured to use a Soy template -
Uses of ErrorCollection in com.atlassian.jira.dev.resources
Classes in com.atlassian.jira.dev.resources that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.dev.resources.permission
Classes in com.atlassian.jira.dev.resources.permission that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.jira.entity.property
Methods in com.atlassian.jira.entity.property that return ErrorCollectionModifier and TypeMethodDescriptionBaseEntityPropertyService.validatePropertyInput(EntityPropertyService.PropertyInput propertyInput) DelegatingEntityPropertyService.validatePropertyInput(EntityPropertyService.PropertyInput propertyInput) EntityPropertyService.validatePropertyInput(EntityPropertyService.PropertyInput propertyInput) Validates the property's key and property's value without permission checking.Constructors in com.atlassian.jira.entity.property with parameters of type ErrorCollectionModifierConstructorDescriptionDeletePropertyValidationResult(ErrorCollection errorCollection, io.atlassian.fugue.Option<EntityProperty> entityProperty) PropertyKeys(ErrorCollection errorCollection, List<String> keys, E entity) PropertyResult(ErrorCollection errorCollection, io.atlassian.fugue.Option<EntityProperty> entityProperty) PropertyServiceResult(ErrorCollection errorCollection, io.atlassian.fugue.Option<EntityProperty> entityProperty) SetPropertyValidationResult(ErrorCollection errorCollection, io.atlassian.fugue.Option<EntityPropertyService.EntityPropertyInput> entityPropertyInput) -
Uses of ErrorCollection in com.atlassian.jira.entity.remotelink
Methods in com.atlassian.jira.entity.remotelink with parameters of type ErrorCollectionModifier and TypeMethodDescriptionprotected static voidAbstractRemoteEntityLinkService.verifyNotBlank(ErrorCollection errors, I18nHelper i18n, String field, String value) protected static voidAbstractRemoteEntityLinkService.verifyNotNull(ErrorCollection errors, I18nHelper i18n, String field, Object value) -
Uses of ErrorCollection in com.atlassian.jira.frontend.actions.settings
Classes in com.atlassian.jira.frontend.actions.settings that implement ErrorCollectionModifier and TypeClassDescriptionclassAction that renders Email Templates Settings page. -
Uses of ErrorCollection in com.atlassian.jira.issue
Methods in com.atlassian.jira.issue that return ErrorCollectionModifier and TypeMethodDescriptionIssueVerifier.verifyForMigration(Issue issue, List<IssueType> typesNeedingMigration, WorkflowMigrationMapping workflowMigrationMapping, boolean checkWorkflowIntegrity) IssueVerifier.verifyIssue(Issue issue, Map<String, String> workflowMigrationMapping, boolean checkWorkflowIntegrity) This is a very basic integrity/verification test used to indicate if a workflow migration for a specific issue is possible.Methods in com.atlassian.jira.issue with parameters of type ErrorCollectionModifier and TypeMethodDescriptionbooleanAttachmentValidator.canCreateAttachments(ApplicationUser user, Issue issue, ErrorCollection errorCollection) Verifies if user may create attachment for given issue.booleanAttachmentValidator.canCreateAttachments(ApplicationUser user, Issue issue, String nextStatusId, ErrorCollection errorCollection) Check if the given user has permission to add an attachment during a workflow transition to a step with given id.booleanAttachmentValidator.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).protected voidIssueVerifier.checkIssueDetails(Issue issue, ErrorCollection errorCollection, ConstantsManager constantsManager, boolean checkWorkflowIntegrity) -
Uses of ErrorCollection in com.atlassian.jira.issue.archiving
Constructors in com.atlassian.jira.issue.archiving with parameters of type ErrorCollectionModifierConstructorDescriptionArchivingResult(ErrorCollection errorCollection, Issue issue) protectedValidationResult(ErrorCollection errorCollection) ValidationResult(ErrorCollection errorCollection, Issue issue) ValidationResult(ErrorCollection errorCollection, Issue issue, ApplicationUser user) Deprecated.ValidationResult(ErrorCollection errorCollection, Issue issue, ApplicationUser user, boolean notifyUsers) ValidationResult(ErrorCollection errorCollection, String issueKey) -
Uses of ErrorCollection in com.atlassian.jira.issue.attachment
Methods in com.atlassian.jira.issue.attachment with parameters of type ErrorCollectionModifier and TypeMethodDescriptionbooleanDefaultAttachmentValidator.canCreateAttachments(ApplicationUser user, Issue issue, ErrorCollection errorCollection) booleanDefaultAttachmentValidator.canCreateAttachments(ApplicationUser user, Issue issue, String nextStatusId, ErrorCollection errorCollection) booleanDefaultAttachmentValidator.canCreateTemporaryAttachments(ApplicationUser user, io.atlassian.fugue.Either<Issue, Project> issueOrProject, ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.jira.issue.customfields
Methods in com.atlassian.jira.issue.customfields with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidCustomFieldType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config) Ensures that theCustomFieldParamsof Strings is a valid representation of the Custom Field values. -
Uses of ErrorCollection in com.atlassian.jira.issue.customfields.impl
Methods in com.atlassian.jira.issue.customfields.impl with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidAbstractSingleFieldType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config) voidCalculatedCFType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config) voidCascadingSelectCFType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config) voidLabelsCFType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config) voidMultiGroupCFType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config) voidMultiSelectCFType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config) voidMultiUserCFType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config) voidSelectCFType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config) voidUserCFType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config) This method validate the parameters based on the following criteria: If the specified new value is NOT a valid user, it fails. If the previous value is specified (obtained from the issue object in the "issue" key), and the specified new value is the same as the previous value, it succeeds and the rest of the validations are skipped.voidVersionCFType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config) -
Uses of ErrorCollection in com.atlassian.jira.issue.customfields.impl.rest
Methods in com.atlassian.jira.issue.customfields.impl.rest that return ErrorCollectionModifier and TypeMethodDescriptionAbstractCustomFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations) Methods in com.atlassian.jira.issue.customfields.impl.rest with parameters of type ErrorCollectionModifier and TypeMethodDescriptionprotected TAbstractCustomFieldOperationsHandler.applyOperation(IssueContext issueCtx, Issue issue, StandardOperation operation, T currentFieldValue, JsonData operationValue, ErrorCollection errors) gets called (perhaps multiple times) to apply the given operation to the given currentValuye, retyrning the new valueprotected abstract voidAbstractCustomFieldOperationsHandler.finaliseOperation(T finalValue, IssueInputParameters parameters, ErrorCollection errors) takes the value returnd by a call to applyOperation() and puts it into the inputparamsprotected voidCascadingSelectCustomFieldOperationsHandler.finaliseOperation(Map<String, Option> finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidDateCustomFieldOperationsHandler.finaliseOperation(String finalValue, IssueInputParameters parameters, ErrorCollection errors) takes the value returnd by a call to applyOperation() and puts it into the inputparamsprotected voidDateTimeCustomFieldOperationsHandler.finaliseOperation(String finalValue, IssueInputParameters parameters, ErrorCollection errors) takes the value returnd by a call to applyOperation() and puts it into the inputparamsprotected voidGroupCustomFieldOperationsHandler.finaliseOperation(Collection<String> finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidLabelsCustomFieldOperationsHandler.finaliseOperation(Collection<String> finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidMultiGroupCustomFieldOperationsHandler.finaliseOperation(Collection<String> finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidMultiSelectCustomFieldOperationsHandler.finaliseOperation(Collection<String> finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidMultiUserCustomFieldOperationsHandler.finaliseOperation(Collection<String> finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidMultiVersionCustomFieldOperationsHandler.finaliseOperation(Collection<String> finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidNumberCustomFieldOperationsHandler.finaliseOperation(Double finalValue, IssueInputParameters parameters, ErrorCollection errors) takes the value returnd by a call to applyOperation() and puts it into the inputparamsprotected voidProjectCustomFieldOperationsHandler.finaliseOperation(String finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidSelectCustomFieldOperationsHandler.finaliseOperation(String finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidSingleVersionCustomFieldOperationsHandler.finaliseOperation(String finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidTextCustomFieldOperationsHandler.finaliseOperation(String finalValue, IssueInputParameters parameters, ErrorCollection errors) takes the value returnd by a call to applyOperation() and puts it into the inputparamsprotected voidUserCustomFieldOperationsHandler.finaliseOperation(String finalValue, IssueInputParameters parameters, ErrorCollection errors) protected abstract TAbstractCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()CascadingSelectCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected StringDateCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected StringDateTimeCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()GroupCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) LabelsCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) MultiGroupCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) MultiSelectCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) MultiUserCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected Collection<String> MultiVersionCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected DoubleNumberCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected StringProjectCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected StringSelectCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected StringSingleVersionCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected StringTextCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected StringUserCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected TAbstractCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, T currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> LabelsCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> MultiGroupCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, Collection<String> currentValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> MultiSelectCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> MultiUserCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected TAbstractCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, T currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> LabelsCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> MultiGroupCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, Collection<String> currentValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> MultiSelectCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> MultiUserCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected TAbstractCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, T currentFieldValue, JsonData operationValue, ErrorCollection errors) CascadingSelectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Map<String, Option> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringDateCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringDateTimeCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> GroupCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> LabelsCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> MultiGroupCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> MultiSelectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> MultiUserCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected DoubleNumberCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Double currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringProjectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringSelectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringSingleVersionCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringTextCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringUserCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) -
Uses of ErrorCollection in com.atlassian.jira.issue.customfields.searchers.transformer
Methods in com.atlassian.jira.issue.customfields.searchers.transformer with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidAbstractCustomFieldSearchInputTransformer.validateParams(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) voidFreeTextCustomFieldSearchInputTransformer.validateParams(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) voidMultiGroupCustomFieldSearchInputTransformer.validateParams(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) voidMultiSelectCustomFieldSearchInputTransformer.validateParams(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) voidNumberRangeCustomFieldSearchInputTransformer.validateParams(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) voidUserPickerCustomFieldSearchInputTransformer.validateParams(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) -
Uses of ErrorCollection in com.atlassian.jira.issue.fields
Methods in com.atlassian.jira.issue.fields with parameters of type ErrorCollectionModifier and TypeMethodDescriptionprotected abstract voidAbstractVersionsSystemField.addFieldRequiredErrorMessage(Issue issue, ErrorCollection errorCollectionToAddTo, I18nHelper i18n) protected voidAffectedVersionsSystemField.addFieldRequiredErrorMessage(Issue issue, ErrorCollection errorCollection, I18nHelper i18n) protected voidFixVersionsSystemField.addFieldRequiredErrorMessage(Issue issue, ErrorCollection errorCollection, I18nHelper i18n) voidCommentSystemField.validateCommentProperties(Map<String, Object> properties, ErrorCollection errorCollection) voidCustomField.validateFromActionParams(Map actionParameters, ErrorCollection errorCollection, FieldConfig config) Validates relevant parameters on custom field type of this custom field.voidDefaultValueOperations.validateFromActionParams(FieldConfig config, Map<String, Object> actionParameters, ErrorCollection errorCollection) Validate action parameters prior to saving default value.voidDefaultValueOperationsCF.validateFromActionParams(FieldConfig config, Map actionParameters, ErrorCollection errorCollection) voidImmutableCustomField.validateFromActionParams(Map actionParameters, ErrorCollection errorCollection, FieldConfig config) Validates relevant parameters on custom field type of this custom field.voidMockCustomField.validateFromActionParams(Map actionParameters, ErrorCollection errorCollection, FieldConfig config) voidAbstractVersionsSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidArchivedDateSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidArchivedUserSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidAssigneeSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) Validate from parameters given an existing issue (usually invoked during some sort of edit stage)voidAttachmentSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidCommentSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidComponentsSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidDescriptionSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidDueDateSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidEnvironmentSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) validate the field valuevoidImmutableCustomField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidIssueLinksSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidIssueTypeSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) validate the field valuevoidLabelsSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidMockCustomField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidMockOrderableField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidOrderableField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) Ensure that the parameters are validvoidPrioritySystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidProjectSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidReporterSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidResolutionSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidSecurityLevelSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidSummarySystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) validate the field valuevoidTimeTrackingSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidWorklogSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) -
Uses of ErrorCollection in com.atlassian.jira.issue.fields.rest
Methods in com.atlassian.jira.issue.fields.rest that return ErrorCollectionModifier and TypeMethodDescriptionAbstractFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations) CommentRestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations) IssueLinksRestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations) RestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations) This method has to set the field value(s) in theIssueInputParametersbased on the operations.TimeTrackingRestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations) WorklogRestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations) Methods in com.atlassian.jira.issue.fields.rest with parameters of type ErrorCollectionModifier and TypeMethodDescriptionprotected TAbstractFieldOperationsHandler.applyOperation(IssueContext issueCtx, Issue issue, String fieldId, StandardOperation operation, T currentFieldValue, JsonData operationValue, ErrorCollection errors) gets called (perhaps multiple times) to apply the given operation to the given currentValuye, retyrning the new valueprotected abstract voidAbstractFieldOperationsHandler.finaliseOperation(T finalValue, IssueInputParameters parameters, ErrorCollection errors) takes the valuye returnd by a call to applyOperation() and puts it into the inputparamsprotected voidAffectedVersionsRestFieldOperationsHandler.finaliseOperation(Collection<String> finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidAssigneeRestFieldOperationsHandler.finaliseOperation(String finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidComponentsRestFieldOperationsHandler.finaliseOperation(Collection<String> finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidDescriptionRestFieldOperationsHandler.finaliseOperation(String finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidDueDateRestFieldOperationsHandler.finaliseOperation(String finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidEnvironmentRestFieldOperationsHandler.finaliseOperation(String finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidFixForVersionsRestFieldOperationsHandler.finaliseOperation(Collection<String> finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidLabelsRestFieldOperationsHandler.finaliseOperation(Collection<String> finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidPriorityRestFieldOperationsHandler.finaliseOperation(String finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidReporterRestFieldOperationsHandler.finaliseOperation(String finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidResolutionRestFieldOperationsHandler.finaliseOperation(String finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidSecurityLevelRestFieldOperationsHandler.finaliseOperation(String finalValue, IssueInputParameters parameters, ErrorCollection errors) protected voidSummaryRestFieldOperationsHandler.finaliseOperation(String finalValue, IssueInputParameters parameters, ErrorCollection errors) IssueFinder.findIssue(IssueRefJsonBean issueRef, ErrorCollection errorCollection) Deprecated.Finds an issue based on the passed-in id or key.IssueFinder.findIssue(String idOrKey, ErrorCollection errorCollection) Deprecated.Finds an issue based on the passed-in id or key.IssueFinderImpl.findIssue(IssueRefJsonBean issueRef, ErrorCollection errorCollection) IssueFinderImpl.findIssue(String issueIdOrKey, ErrorCollection errorCollection) IssueLinkTypeFinder.findIssueLinkType(IssueLinkTypeJsonBean linkTypeBean, ErrorCollection errors) Fetches an IssueLinkType from its manager based on either the 'id' or the 'name' property of the IssueLinkTypeJsonBean.IssueLinkTypeFinderImpl.findIssueLinkType(IssueLinkTypeJsonBean linkTypeBean, ErrorCollection errors) Fetches an IssueLinkType from its manager based on either the 'id' or the 'name' property oflinkTypeBean.protected abstract TAbstractFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()AffectedVersionsRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected StringAssigneeRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected Collection<String> ComponentsRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected StringDescriptionRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected StringDueDateRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected StringEnvironmentRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) FixForVersionsRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) LabelsRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected StringPriorityRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected StringReporterRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected StringResolutionRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected StringSecurityLevelRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected StringSummaryRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected TAbstractFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, String fieldId, T currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> AbstractVersionsRestFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> ComponentsRestFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> LabelsRestFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected TAbstractFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, String fieldId, T currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> AbstractVersionsRestFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> ComponentsRestFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> LabelsRestFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected TAbstractFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, T currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> AbstractVersionsRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringAssigneeRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> ComponentsRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringDescriptionRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringDueDateRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringEnvironmentRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> LabelsRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringPriorityRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringReporterRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringResolutionRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringSecurityLevelRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringSummaryRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Long[]AbstractFieldOperationsHandler.toLongIds(Collection<String> ids, String fieldName, ErrorCollection errors) protected Long[]AbstractVersionsRestFieldOperationsHandler.toVersionIds(Collection<String> ids, ErrorCollection errors) -
Uses of ErrorCollection in com.atlassian.jira.issue.fields.rest.json
Methods in com.atlassian.jira.issue.fields.rest.json with parameters of type ErrorCollectionModifier and TypeMethodDescriptionJsonData.asArrayOfObjectsWithId(String fieldName, ErrorCollection errors) JsonData.asArrayOfObjectsWithProperty(String propertyname, String fieldName, ErrorCollection errors) JsonData.asArrayOfStrings(boolean allowNulls, String fieldName, ErrorCollection errors) JsonData.asObjectWithProperty(String propertyname, String fieldName, boolean expected, ErrorCollection errors) JsonData.asObjectWithProperty(String propertyname, String fieldName, ErrorCollection errors) JsonData.asString(String fieldName, ErrorCollection errors) <T> TJsonData.convertValue(String fieldId, TypeRef<T> type, ErrorCollection errors) Converts the value in this JsonData to a generic type.<T> TJsonData.convertValue(String propertyname, Class<T> type, ErrorCollection errors) JsonData.getObjectDateProperty(String propertyname, ErrorCollection errors) JsonData.getObjectLongProperty(String propertyname, ErrorCollection errors) JsonData.getObjectStringProperty(String propertyname, String fieldName, ErrorCollection errors) -
Uses of ErrorCollection in com.atlassian.jira.issue.fields.util
Methods in com.atlassian.jira.issue.fields.util with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidVersionHelperBean.validateVersionForProject(Collection versionIds, Project project, ErrorCollection errorCollection, I18nHelper i18n, String fieldId) booleanVersionHelperBean.validateVersionIds(Collection versionIds, ErrorCollection errorCollection, I18nHelper i18n, String fieldId) voidVersionHelperBean.validateVersionsToCreate(ApplicationUser user, I18nHelper i18n, Project project, String fieldId, Set<String> newVersionNames, ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.jira.issue.search.searchers.transformer
Methods in com.atlassian.jira.issue.search.searchers.transformer with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidAbstractSearchInputTransformer.validateParams(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) voidDateSearchInputTransformer.validateParams(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) voidIdIndexedSearchInputTransformer.validateParams(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) voidIssueLinkTypesSearchInputTransformer.validateParams(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) voidKickassUserSearchInputTransformer.validateParams(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) voidLabelsSearchInputTransformer.validateParams(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) voidProjectSearchInputTransformer.validateParams(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) voidRelativeDateSearcherInputTransformer.validateParams(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) voidSearchInputTransformer.validateParams(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) Adds error messages to the errors object if values in the fieldValuesHolder fails validation.voidUserSearchInputTransformer.validateParams(ApplicationUser searcher, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) voidWorkRatioSearchInputTransformer.validateParams(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) -
Uses of ErrorCollection in com.atlassian.jira.issue.security
Methods in com.atlassian.jira.issue.security that return ErrorCollectionModifier and TypeMethodDescriptionAssignIssueSecuritySchemeCommand.AssignSecurityLevelResult.getErrorCollection()IssueSecurityLevelService.LevelValidationResult.getErrors()Constructors in com.atlassian.jira.issue.security with parameters of type ErrorCollectionModifierConstructorDescriptionAssignSecurityLevelResult(ErrorCollection errorCollection) protectedLevelValidationResult(IssueSecurityLevel level, ErrorCollection errors) -
Uses of ErrorCollection in com.atlassian.jira.lookandfeel
Classes in com.atlassian.jira.lookandfeel that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.matchers
Methods in com.atlassian.jira.matchers that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<ErrorCollection> ErrorCollectionMatchers.containsFieldError(String field, String errorMessage) static org.hamcrest.Matcher<ErrorCollection> ErrorCollectionMatchers.containsSystemError(String errorMessage) static org.hamcrest.Matcher<ErrorCollection> ErrorCollectionMatchers.isEmpty()Methods in com.atlassian.jira.matchers with parameters of type ErrorCollectionModifier and TypeMethodDescriptionstatic ErrorCollectionMatcherErrorCollectionMatcher.hasErrors(ErrorCollection errorCollection) protected booleanErrorCollectionMatcher.matchesSafely(ErrorCollection errorCollection, org.hamcrest.Description description) Constructors in com.atlassian.jira.matchers with parameters of type ErrorCollectionModifierConstructorDescriptionErrorCollectionMatcher(ErrorCollection errorCollection, boolean expectedNoErrors, boolean expectSingleError) -
Uses of ErrorCollection in com.atlassian.jira.mock
Methods in com.atlassian.jira.mock with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidMockConstantsManager.validateCreateIssueType(String name, String style, String description, String iconurl, ErrorCollection errors, String nameFieldName) voidMockConstantsManager.validateCreateIssueTypeWithAvatar(String name, String style, String description, String avatarId, ErrorCollection errors, String nameFieldName) -
Uses of ErrorCollection in com.atlassian.jira.mock.web.action
Classes in com.atlassian.jira.mock.web.action that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.my_home.web.action
Classes in com.atlassian.jira.my_home.web.action that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.notification
Constructors in com.atlassian.jira.notification with parameters of type ErrorCollectionModifierConstructorDescriptionprotectedValidateNotificationResult(ErrorCollection errorCollection, NotificationBuilder notification, com.google.common.base.Supplier<Iterable<NotificationRecipient>> recipients, ApplicationUser from, Issue issue) -
Uses of ErrorCollection in com.atlassian.jira.onboarding.basic
Classes in com.atlassian.jira.onboarding.basic that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.permission
Methods in com.atlassian.jira.permission that return ErrorCollectionModifier and TypeMethodDescriptionPermissionGrantValidator.validateGrant(ApplicationUser user, PermissionGrantInput grants) PermissionGrantValidator.validateGrants(ApplicationUser user, Iterable<PermissionGrantInput> grants) -
Uses of ErrorCollection in com.atlassian.jira.permission.management
Methods in com.atlassian.jira.permission.management that return ErrorCollectionModifier and TypeMethodDescriptionManagedPermissionSchemeEditingService.validateAddPermissions(ApplicationUser loggedInUser, PermissionsInputBean inputBean) Validates whether the security types can be added to the permissions.ManagedPermissionSchemeEditingServiceImpl.validateAddPermissions(ApplicationUser applicationUser, PermissionsInputBean inputBean) Methods in com.atlassian.jira.permission.management that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionio.atlassian.fugue.Either<ErrorCollection, ProjectPermissionSchemeBean> ManagedPermissionSchemeHelper.addManagedPermissionSchemeGrants(ApplicationUser user, Long permissionSchemeId, PermissionsInputBean inputBean) This allows a list of security types to be add to a list of permissions inside a permission schemeio.atlassian.fugue.Either<ErrorCollection, ProjectPermissionSchemeBean> ManagedPermissionSchemeHelperImpl.addManagedPermissionSchemeGrants(ApplicationUser user, Long permissionSchemeId, PermissionsInputBean inputBean) io.atlassian.fugue.Either<ErrorCollection, ProjectPermissionSchemeBean> ManagedPermissionSchemeHelper.getManagedPermissionScheme(ApplicationUser user, Long permissionSchemeId) Gets information that allows the manage permission scheme to be displayedio.atlassian.fugue.Either<ErrorCollection, ProjectPermissionSchemeBean> ManagedPermissionSchemeHelperImpl.getManagedPermissionScheme(ApplicationUser user, Long permissionSchemeId) io.atlassian.fugue.Either<ErrorCollection, ProjectPermissionAddBean> ManagedPermissionSchemeHelper.getManagedPermissionSchemeAddView(ApplicationUser user, Long permissionSchemeId, String permissionKey) Gets information that allows the add to permission scheme to be displayedio.atlassian.fugue.Either<ErrorCollection, ProjectPermissionAddBean> ManagedPermissionSchemeHelperImpl.getManagedPermissionSchemeAddView(ApplicationUser user, Long permissionSchemeId, String permissionKey) io.atlassian.fugue.Either<ErrorCollection, ProjectPermissionAddBean> ManagedPermissionSchemeHelper.getManagedPermissionSchemeAddViewSecurityTypes(ApplicationUser user) Returns the security types split into primary and secondary types for display.io.atlassian.fugue.Either<ErrorCollection, ProjectPermissionAddBean> ManagedPermissionSchemeHelperImpl.getManagedPermissionSchemeAddViewSecurityTypes(ApplicationUser user) io.atlassian.fugue.Either<ErrorCollection, ProjectPermissionSchemeBean> ManagedPermissionSchemeHelper.removeManagedPermissionSchemeGrants(ApplicationUser user, Long permissionSchemeId, List<Long> grantsToDelete) This allows a list of security types to be removed from a permission schemeio.atlassian.fugue.Either<ErrorCollection, ProjectPermissionSchemeBean> ManagedPermissionSchemeHelperImpl.removeManagedPermissionSchemeGrants(ApplicationUser user, Long permissionSchemeId, List<Long> grantsToDelete) -
Uses of ErrorCollection in com.atlassian.jira.plugin.adminupdates.web.action
Classes in com.atlassian.jira.plugin.adminupdates.web.action that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.plugin.assignee
Methods in com.atlassian.jira.plugin.assignee that return ErrorCollectionModifier and TypeMethodDescriptionAssigneeResolver.validateDefaultAssignee(Issue issue, Map fieldValuesHolder) This method is called to validate input when a user selects 'Automatic' during an issue operation, e.g. -
Uses of ErrorCollection in com.atlassian.jira.plugin.assignee.impl
Methods in com.atlassian.jira.plugin.assignee.impl that return ErrorCollectionModifier and TypeMethodDescriptionDefaultAssigneeResolver.validateDefaultAssignee(Issue issue, Map fieldValuesHolder) -
Uses of ErrorCollection in com.atlassian.jira.plugin.corereports.web.action
Classes in com.atlassian.jira.plugin.corereports.web.action that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.plugin.link.applinks
Methods in com.atlassian.jira.plugin.link.applinks that return ErrorCollectionModifier and TypeMethodDescriptionRemoteResponse.getErrors()Returns the ErrorCollection from the response entity.Constructors in com.atlassian.jira.plugin.link.applinks with parameters of type ErrorCollectionModifierConstructorDescriptionRemoteResponse(T entity, ErrorCollection errors, com.atlassian.sal.api.net.Response response) -
Uses of ErrorCollection in com.atlassian.jira.plugin.link.confluence
Classes in com.atlassian.jira.plugin.link.confluence that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.plugin.link.confluence.service.rest
Methods in com.atlassian.jira.plugin.link.confluence.service.rest with parameters of type ErrorCollectionModifier and TypeMethodDescriptionConfluenceRestContentResponseHandler.parseJsonResponse(JSONObject responseObj, ErrorCollection errors) -
Uses of ErrorCollection in com.atlassian.jira.plugin.link.remotejira
Classes in com.atlassian.jira.plugin.link.remotejira that implement ErrorCollectionModifier and TypeClassDescriptionclassLinks an issue to an issue from a remote JIRA server. -
Uses of ErrorCollection in com.atlassian.jira.plugin.link.web
Classes in com.atlassian.jira.plugin.link.web that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.plugins.auditing.actions
Classes in com.atlassian.jira.plugins.auditing.actions that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclass -
Uses of ErrorCollection in com.atlassian.jira.plugins.auditing.rest
Methods in com.atlassian.jira.plugins.auditing.rest with parameters of type ErrorCollectionModifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.ResponseAbstractRestResource.badRequest(String reasonKey, ErrorCollection errorCollection) protected jakarta.ws.rs.core.ResponseAbstractRestResource.errorResponse(String reasonKey, ErrorCollection errors) protected jakarta.ws.rs.core.ResponseAbstractRestResource.forbiddenRequest(String reasonKey, ErrorCollection errorCollection) protected jakarta.ws.rs.core.ResponseAbstractRestResource.notFoundRequest(String reasonKey, ErrorCollection errorCollection) protected jakarta.ws.rs.core.ResponseAbstractRestResource.unauthorizedRequest(String reasonKey, ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.jira.plugins.initialwatchers
Methods in com.atlassian.jira.plugins.initialwatchers with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidInitialWatchersCFType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config) -
Uses of ErrorCollection in com.atlassian.jira.project.archiving
Constructors in com.atlassian.jira.project.archiving with parameters of type ErrorCollectionModifierConstructorDescriptionArchivingResult(ErrorCollection errorCollection, Project project) ValidationResult(ErrorCollection errorCollection, Project project) ValidationResult(ErrorCollection errorCollection, String projectKey) -
Uses of ErrorCollection in com.atlassian.jira.project.template.hook
Methods in com.atlassian.jira.project.template.hook that return ErrorCollectionModifier and TypeMethodDescriptionValidateResponse.toErrorCollection()Transforms the errors into aErrorCollection. -
Uses of ErrorCollection in com.atlassian.jira.projectconfig.contextproviders
Methods in com.atlassian.jira.projectconfig.contextproviders with parameters of type ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.projects
Methods in com.atlassian.jira.projects that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionio.atlassian.fugue.Either<ErrorCollection, Project> ProjectService.getProject(long id) Retrieve a project as the current user.io.atlassian.fugue.Either<ErrorCollection, Project> ProjectService.getProject(String key) Retrieve a project as the current user. -
Uses of ErrorCollection in com.atlassian.jira.projects.api.sidebar
Methods in com.atlassian.jira.projects.api.sidebar that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionio.atlassian.fugue.Either<ErrorCollection, String> Deprecated.since v1.2.0. -
Uses of ErrorCollection in com.atlassian.jira.projects.legacy
Methods in com.atlassian.jira.projects.legacy that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionio.atlassian.fugue.Either<ErrorCollection, LegacyBrowseProjectUrlComponents> LegacyProjectUrlComponentsExtractor.extractComponents(String contextPath, String legacyProjectUrlPath, Map<String, String[]> urlParameters) Given a legacy url path and the url parameters, it extracts the relevant components out of it, encapsulating them in an object that is then easily consumed by clients. -
Uses of ErrorCollection in com.atlassian.jira.projects.page
Methods in com.atlassian.jira.projects.page that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionio.atlassian.fugue.Either<ErrorCollection, String> ProjectPageRenderer.renderWithoutSidebar(String projectKey, String selectedItemId) Renders the page for the selected item, without the sidebar.io.atlassian.fugue.Either<ErrorCollection, String> ProjectPageRenderer.renderWithSidebar(String projectKey, String selectedItemId) Renders the page for the selected item, including the sidebar. -
Uses of ErrorCollection in com.atlassian.jira.projects.servlet
Methods in com.atlassian.jira.projects.servlet with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidProjectPageErrorHandler.writeErrorResponse(ErrorCollection errorCollection, io.atlassian.fugue.Option<String> projectKey, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) -
Uses of ErrorCollection in com.atlassian.jira.projects.shortcuts
Fields in com.atlassian.jira.projects.shortcuts with type parameters of type ErrorCollectionModifier and TypeFieldDescriptionstatic final Function<ErrorCollection, jakarta.ws.rs.core.Response> ShortcutsResource.ERROR_COLLECTION_TO_RESPONSEMethods in com.atlassian.jira.projects.shortcuts that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionio.atlassian.fugue.Either<ErrorCollection, ProjectShortcut> DefaultShortcutsService.addShortcut(ProjectShortcut shortcut, ApplicationUser user) io.atlassian.fugue.Either<ErrorCollection, ProjectShortcut> ShortcutsManager.addShortcut(ProjectShortcut shortcut) io.atlassian.fugue.Either<ErrorCollection, ProjectShortcut> ShortcutsService.addShortcut(ProjectShortcut shortcut, ApplicationUser user) Adds new shortcut to given projectio.atlassian.fugue.Either<ErrorCollection, ProjectShortcut> DefaultShortcutsService.deleteShortcut(Integer id, ApplicationUser user) io.atlassian.fugue.Either<ErrorCollection, ProjectShortcut> ShortcutsManager.deleteShortcut(Integer id) io.atlassian.fugue.Either<ErrorCollection, ProjectShortcut> ShortcutsService.deleteShortcut(Integer id, ApplicationUser user) Delete shortcut with given IDio.atlassian.fugue.Either<ErrorCollection, ProjectShortcut> DefaultShortcutsService.getShortcut(Integer id, ApplicationUser user) io.atlassian.fugue.Either<ErrorCollection, ProjectShortcut> ShortcutsService.getShortcut(Integer id, ApplicationUser user) Find shortcut with given ID in selected projectio.atlassian.fugue.Either<ErrorCollection, ProjectShortcut> DefaultShortcutsService.updateShortcut(ProjectShortcut shortcut, ApplicationUser user) io.atlassian.fugue.Either<ErrorCollection, ProjectShortcut> ShortcutsManager.updateShortcut(ProjectShortcut shortcutData) Updates a shortcut with the specified data.io.atlassian.fugue.Either<ErrorCollection, ProjectShortcut> ShortcutsService.updateShortcut(ProjectShortcut shortcut, ApplicationUser user) Updates shortcut -
Uses of ErrorCollection in com.atlassian.jira.projects.sidebar
Methods in com.atlassian.jira.projects.sidebar that return types with arguments of type ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.projects.sidebar.lastvisited
Methods in com.atlassian.jira.projects.sidebar.lastvisited that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionLastVisitedItemInProjectService.setLastVisitedItemIdForProject(Project project, String lastVisitedItemId) Set the last visited item ID for a particular project. -
Uses of ErrorCollection in com.atlassian.jira.projects.web
Classes in com.atlassian.jira.projects.web that implement ErrorCollectionModifier and TypeClassDescriptionclassVersion browser that is similar to project browser but also take version into account.classclass -
Uses of ErrorCollection in com.atlassian.jira.projects.web.redirect
Methods in com.atlassian.jira.projects.web.redirect that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionio.atlassian.fugue.Either<ErrorCollection, ProjectUrlComponents> ProjectUrlComponentsExtractor.extractComponents(String contextPath, String urlPath, Map<String, String[]> urlParameters) Given a /projects/KEY url path and the url parameters, it extracts the relevant components out of it, encapsulating them in an object that is then easily consumed by clients. -
Uses of ErrorCollection in com.atlassian.jira.pulp
Classes in com.atlassian.jira.pulp that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.rest.api.notification
Methods in com.atlassian.jira.rest.api.notification that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionio.atlassian.fugue.Either<ErrorCollection, List<NotificationSchemeExpandParam>> NotificationSchemeBeanFactory.parseExpandQuery(String expandQueryParameter) -
Uses of ErrorCollection in com.atlassian.jira.rest.api.permission
Methods in com.atlassian.jira.rest.api.permission that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionio.atlassian.fugue.Either<ErrorCollection, PermissionGrantInput> PermissionSchemeBeansFactory.fromBean(PermissionGrantBean grantBean) io.atlassian.fugue.Either<ErrorCollection, PermissionSchemeInput> PermissionSchemeBeansFactory.fromBean(PermissionSchemeBean permissionScheme) io.atlassian.fugue.Either<ErrorCollection, Collection<PermissionGrantInput>> PermissionSchemeBeansFactory.fromBean(List<PermissionGrantBean> permissions) io.atlassian.fugue.Either<ErrorCollection, List<PermissionSchemeExpandParam>> PermissionGrantBeanExpander.parseExpandQuery(String expandQueryParameter) -
Uses of ErrorCollection in com.atlassian.jira.rest.api.util
Methods in com.atlassian.jira.rest.api.util that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionio.atlassian.fugue.Either<ErrorCollection, List<T>> ExpandParameterParser.parseExpandQuery(String expandQueryParameter) parses a query parameter and returns either an error collection in case of failure or a list of parsed elements.Methods in com.atlassian.jira.rest.api.util with parameters of type ErrorCollectionModifier and TypeMethodDescriptionErrorCollection.addErrorCollection(ErrorCollection errorCollection) Adds all the errors and error messages that are in the given error collection to this error collection.static ErrorCollectionErrorCollection.of(ErrorCollection errorCollection) Returns a new ErrorCollection containing all the errors contained in the input error collection. -
Uses of ErrorCollection in com.atlassian.jira.rest.factory
Methods in com.atlassian.jira.rest.factory with parameters of type ErrorCollectionModifier and TypeMethodDescriptionJiraServiceContextFactory.createContext(ApplicationUser user, ErrorCollection errorCollection) Instantiates JiraServiceContext with user and error collection.JiraServiceContextFactory.createContext(ApplicationUser user, ErrorCollection errorCollection, I18nHelper i18nHelper) Instantiates JiraServiceContext with user and error collection and I18nHelper.jakarta.ws.rs.core.ResponseResponder.errors(ErrorCollection errors) Converts anErrorCollectionto aResponse.ErrorCollectionFactory.of(ErrorCollection errorCollection) Returns a new ErrorCollection containing all the errors contained in the input error collection. -
Uses of ErrorCollection in com.atlassian.jira.rest.util
Methods in com.atlassian.jira.rest.util that return ErrorCollectionModifier and TypeMethodDescriptionUpdateUserApplicationHelper.ApplicationUpdateResult.getErrorCollection()Methods in com.atlassian.jira.rest.util with parameters of type ErrorCollectionModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseResponseFactory.errorResponse(ErrorCollection errorCollection) Creates an appropriate REST error response out of error collection.jakarta.ws.rs.core.ResponseResponseFactoryImpl.errorResponse(ErrorCollection errorCollection) jakarta.ws.rs.core.ResponseResponseFactory.generateErrorResponse(ErrorCollection errors) Given a list of errors generate a http responsejakarta.ws.rs.core.ResponseResponseFactoryImpl.generateErrorResponse(ErrorCollection errors) jakarta.ws.rs.core.ResponseResponseFactory.generateFieldErrorResponse(ErrorCollection errors) Given a list of errors generate a http responsejakarta.ws.rs.core.ResponseResponseFactoryImpl.generateFieldErrorResponse(ErrorCollection errors) Given a list of errors generate a http responseMethod parameters in com.atlassian.jira.rest.util with type arguments of type ErrorCollectionModifier and TypeMethodDescription<T> io.atlassian.fugue.Either<jakarta.ws.rs.core.Response, T> ResponseFactory.toResponse(io.atlassian.fugue.Either<ErrorCollection, T> either) MapsErrorCollectionin anEitherto aResponse.<T> io.atlassian.fugue.Either<jakarta.ws.rs.core.Response, T> ResponseFactoryImpl.toResponse(io.atlassian.fugue.Either<ErrorCollection, T> either) Constructors in com.atlassian.jira.rest.util with parameters of type ErrorCollectionModifierConstructorDescriptionApplicationUpdateResult(ApplicationUser applicationUser, ErrorCollection errorCollection) ApplicationUpdateResult(ApplicationUser applicationUser, ErrorCollection errorCollection, WarningCollection warningCollection) -
Uses of ErrorCollection in com.atlassian.jira.rest.v1.model.errors
Methods in com.atlassian.jira.rest.v1.model.errors with parameters of type ErrorCollectionModifier and TypeMethodDescriptionErrorCollection.Builder.addErrorCollection(ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.jira.rest.v2.admin.permissionscheme
Methods in com.atlassian.jira.rest.v2.admin.permissionscheme that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionio.atlassian.fugue.Either<ErrorCollection, PermissionGrantInput> PermissionSchemeBeansFactoryImpl.fromBean(PermissionGrantBean grantBean) io.atlassian.fugue.Either<ErrorCollection, PermissionSchemeInput> PermissionSchemeBeansFactoryImpl.fromBean(PermissionSchemeBean permissionScheme) io.atlassian.fugue.Either<ErrorCollection, Collection<PermissionGrantInput>> PermissionSchemeBeansFactoryImpl.fromBean(List<PermissionGrantBean> nullablePermissions) -
Uses of ErrorCollection in com.atlassian.jira.rest.v2.issue
Methods in com.atlassian.jira.rest.v2.issue that return ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.scheme
Classes in com.atlassian.jira.scheme that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.jira.user.anonymize
Methods in com.atlassian.jira.user.anonymize that return ErrorCollectionModifier and TypeMethodDescriptionAnonymizeUserService.AnonymizeValidationResult.getWarnings()default ErrorCollectionAnonymizationHandler.validateBusinessLogic(AnonymizationParameters anonymizationParameters) Allows handlers to prevent the anonymization if it would break business logic constraints.Methods in com.atlassian.jira.user.anonymize that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionBusinessLogicValidationResult.getHandlerToErrorsMap()AnonymizationResult.getValidationErrors()AnonymizationResult.getValidationWarnings()ServiceOutcomeWithWarnings.getWarnings()Contains warnings per plugin point handlers (UserNameChangeHandler,UserKeyChangeHandler,OwnershipTransferHandler,UserAnonymizationHandler) described by the complete key of a module (ModuleDescriptor.getCompleteKey()).ServiceResultWithWarnings.getWarnings()Contains warnings per plugin point handlers (UserNameChangeHandler,UserKeyChangeHandler,OwnershipTransferHandler,UserAnonymizationHandler) described by the complete key of a module (ModuleDescriptor.getCompleteKey()).Method parameters in com.atlassian.jira.user.anonymize with type arguments of type ErrorCollectionModifier and TypeMethodDescriptionBusinessLogicValidationResult.Builder.addHandlerToErrorsMap(Map<String, ErrorCollection> handlerToErrorsMap) Constructors in com.atlassian.jira.user.anonymize with parameters of type ErrorCollectionModifierConstructorDescriptionAnonymizeValidationResult(ErrorCollection errors, AnonymizationParameters request, AnonymizeUserService.AnonymizeProcessData processData, AnonymizeUserService.OperationsReport<Collection<AffectedEntity>> affectedEntitiesReport, AnonymizeUserService.OperationsReport<Void> operationValidation) AnonymizeValidationResult(ErrorCollection errors, ErrorCollection warnings, AnonymizationParameters request, AnonymizeUserService.AnonymizeProcessData processData, AnonymizeUserService.OperationsReport<Collection<AffectedEntity>> affectedEntitiesReport, AnonymizeUserService.OperationsReport<Void> operationValidation) ServiceOutcomeWithWarnings(T value, ErrorCollection errorCollection, Map<String, ErrorCollection> warnings) Constructs result, possibly not successful.ServiceResultWithWarnings(ErrorCollection errorCollection, Map<String, ErrorCollection> warnings) Constructs result, possibly not successful.UserPropertyChangeValidationResult(UserPropertyChangeService.UserPropertyChangeRequest<P> userPropertyChangeRequest, ErrorCollection errorCollection) Constructs result, possibly not successful.Constructor parameters in com.atlassian.jira.user.anonymize with type arguments of type ErrorCollectionModifierConstructorDescriptionBusinessLogicValidationResult(Map<String, ? extends ErrorCollection> handlerToErrorsMap) ServiceOutcomeWithWarnings(T value, ErrorCollection errorCollection, Map<String, ErrorCollection> warnings) Constructs result, possibly not successful.ServiceOutcomeWithWarnings(T value, Map<String, ErrorCollection> warnings) Constructs successful result.ServiceResultWithWarnings(ErrorCollection errorCollection, Map<String, ErrorCollection> warnings) Constructs result, possibly not successful.ServiceResultWithWarnings(Map<String, ErrorCollection> warnings) Constructs successful result. -
Uses of ErrorCollection in com.atlassian.jira.user.anonymize.handlers.username.mention
Fields in com.atlassian.jira.user.anonymize.handlers.username.mention declared as ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.util
Classes in com.atlassian.jira.util that implement ErrorCollectionModifier and TypeClassDescriptionclassThe most straightforward serializable implementation of ErrorCollection interface.Methods in com.atlassian.jira.util that return ErrorCollectionModifier and TypeMethodDescriptionstatic ErrorCollectionErrorCollections.copyOf(ErrorCollection errorCollection) Creates a new error collection with contents copied from the supplied argument.static ErrorCollectionErrorCollections.create(String errorMessage, ErrorCollection.Reason reason) Creates a new instance of error collection that contains the specified message and reason.static ErrorCollectionErrorCollections.create(String field, String message, ErrorCollection.Reason reason) Creates a new instance of error collection that contains themessagerelated to thefieldbecause ofreason.static ErrorCollectionErrorCollections.empty()Creates a new instance of empty error collection.ValidationFailureException.errors()Returns the validation errors.static ErrorCollectionErrorCollections.join(ErrorCollection... errorCollections) Creates an error collection containing all errors from given error collectionsstatic ErrorCollectionErrorCollections.validationError(String field, String message) Creates a new instance of error collection that indicates there was a validation error for the specified field.Methods in com.atlassian.jira.util that return types with arguments of type ErrorCollectionModifier and TypeMethodDescription<T extends Enum<T>>
io.atlassian.fugue.Either<ErrorCollection, OrderByRequest<T>> Parses a string representing an order by request into theOrderByRequestobject.<T extends Enum<T>>
io.atlassian.fugue.Either<ErrorCollection, OrderByRequest<T>> Methods in com.atlassian.jira.util with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidErrorCollection.addErrorCollection(ErrorCollection errors) Populate this ErrorCollection with general and field-specific errors.voidSimpleErrorCollection.addErrorCollection(ErrorCollection errors) static voidErrorCollectionAssert.assert1ErrorMessage(ErrorCollection errorCollection, String expectedErrorMessage) Asserts that the given ErrorCollection contains only the given error message.static voidErrorCollectionAssert.assert1FieldError(ErrorCollection errorCollection, String fieldName, String expectedErrorMessage) Asserts that the given ErrorCollection contains only the given field-specific error.static voidErrorCollectionAssert.assertFieldError(ErrorCollection errorCollection, String fieldName, String expectedErrorMessage) Asserts that the given ErrorCollection contains the given field-specific error.static voidErrorCollectionAssert.assertNoErrors(ErrorCollection errorCollection) Asserts that the given ErrorCollection has no errors.static ErrorCollectionErrorCollections.copyOf(ErrorCollection errorCollection) Creates a new error collection with contents copied from the supplied argument.static ErrorCollectionErrorCollections.join(ErrorCollection... errorCollections) Creates an error collection containing all errors from given error collectionsConstructors in com.atlassian.jira.util with parameters of type ErrorCollectionModifierConstructorDescriptionSimpleErrorCollection(ErrorCollection errorCollection) Constructs a new ValidationFailureException initialised with a collection of errors.ValidationFailureException(String message, ErrorCollection errors, Throwable throwable) Constructs a new ValidationFailureException with an error message, a collection of errors, and a cause. -
Uses of ErrorCollection in com.atlassian.jira.web.action
Classes in com.atlassian.jira.web.action that implement ErrorCollectionModifier and TypeClassDescriptionclassAn abstract browser that implements a few helpful things for paging.classAbstractPluggableTabPanelAction<TabPanelClass extends PluggableTabPanelModuleDescriptor>Manages the setting, retrieval, checking and activating of a "selected tab" for any page that wishes to provide navigation to "tab panels".classFigures out what the id of the portal page the user is currently viewing is.classclassAll web actions should extend this class - it provides basic common functionality for all web actions.classclassRedirects or forwards to the current My JIRA Home.classclassThis action is usually run via a servlet FORWARD.Methods in com.atlassian.jira.web.action with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidJiraWebActionSupport.addErrorCollection(ErrorCollection errors) -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin
Classes in com.atlassian.jira.web.action.admin that implement ErrorCollectionModifier and TypeClassDescriptionclassclassPage for the ADMIN to do the read/update ofApplicationRoles.classclassDisplays the page to update the current JIRA license when it has been detected that the current license is "too old".classclassclassclassclassDisplays the system dashboard in the admin section for edit.classclassThe action to allow you to edit service definitionsclassControls setting the email prefs.classclassclassclassclassclassThis either goes home, or if home is Admin, then it goes to the dashboardclassclassclassUpdates all the users preference to the current default preference.classclassclassclassclassclassThe view action for the JIRA Profiling and Logging Admin sectionclassView extended memory informationclassclassclassclassConfigure email preferences.class -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.avatars
Classes in com.atlassian.jira.web.action.admin.avatars that implement ErrorCollectionModifier and TypeClassDescriptionclassWebWork action that handles the editing of avatar settings. -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.cluster
Classes in com.atlassian.jira.web.action.admin.cluster that implement ErrorCollectionModifier and TypeClassDescriptionclassReplication Settings Edit pageclassWebWork action that configures the replication settings for a clustered instance. -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.constants
Classes in com.atlassian.jira.web.action.admin.constants that implement ErrorCollectionModifier and TypeClassDescriptionclassAbstractConstantAction<T extends IssueConstant>classAbstractDeleteConstant<T extends IssueConstant>classAbstractEditConstant<T extends IssueConstant>classAbstractViewConstants<T extends IssueConstant> -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.currentusers
Classes in com.atlassian.jira.web.action.admin.currentusers that implement ErrorCollectionModifier and TypeClassDescriptionclassAn action that lists the current users that have sessions within JIRA -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.customfields
Classes in com.atlassian.jira.web.action.admin.customfields that implement ErrorCollectionModifier and TypeClassDescriptionclassclassThis class is used to display a list of projects using particular custom field as dialogclassThis class is used to display a list of screens using particular custom field as dialogclassclassclassclassclassResponsible for handling the update of a custom field's values.classclassWebwork action for editing user filter for user pickers.classRepresents action that handles the update of option order on version picker custom fieldclassclassclassMethods in com.atlassian.jira.web.action.admin.customfields that return ErrorCollectionModifier and TypeMethodDescriptionCustomFieldValidator.validateDetails(String fieldName, String fieldType, String searcher) CustomFieldValidatorImpl.validateDetails(String fieldName, String fieldType, String searcher) CustomFieldValidator.validateType(String fieldType) Check that the given CustomFieldType is valid.CustomFieldValidatorImpl.validateType(String fieldType) -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.darkfeatures
Classes in com.atlassian.jira.web.action.admin.darkfeatures that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.dashboards
Classes in com.atlassian.jira.web.action.admin.dashboards that implement ErrorCollectionModifier and TypeClassDescriptionclassThis is the base class for DeleteSharedDashboard and ChangeSharedDashboardOwnerclassAction for changing the SharedFilter ownerclassThe Delete Shared Dashboards actionclassResponsible for displaying the shared dashboards administration page. -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.eventtype
Classes in com.atlassian.jira.web.action.admin.eventtype that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.filters
Classes in com.atlassian.jira.web.action.admin.filters that implement ErrorCollectionModifier and TypeClassDescriptionclassThis is the base class for DeleteSharedFilter and ChangeSharedFilterOwnerclassAction for changing the SharedFilter ownerclassThe Delete Shared Filters actionclassResponsible for displaying the shared filters administration page. -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.importer
Classes in com.atlassian.jira.web.action.admin.importer that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.importer.issue
Classes in com.atlassian.jira.web.action.admin.importer.issue that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.importer.project
Classes in com.atlassian.jira.web.action.admin.importer.project that implement ErrorCollectionModifier and TypeClassDescriptionclassAbstractProjectImportProgress<V extends Serializable>Base class for the progress screens.classBase class that exports a list of users to xml.classUsed to show a progress bar for the long running tasks after the Select Backup action.classProgress action for the 2nd phase of the import which creates the project mappings.classUsed to display the users that do not exist in the system and are mandatoryclassUsed to display the users that do not exist in the system, are mandatory, and we can't create them automatically.classUsed to display the users that do not exist in the system, are optional, and we can't create them automatically.classUsed to display the users that do not exist in the system and are in useclassUsed to display the users that will be automatically created as part of the Project Import.classUsed to show a progress bar for the long running tasks while we are doing the actual import.classAction that manages the final results screen for a project import.classAction that controls the first step of the project import wizard.classAction that is used to display the project information contained in the backup XML selected in the ProjectImportSelectBackup action and to submit the selected project to be processed by the importer.classAction that controls the summary screen before a project import occur -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.index
Classes in com.atlassian.jira.web.action.admin.index that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassMethods in com.atlassian.jira.web.action.admin.index that return ErrorCollectionConstructors in com.atlassian.jira.web.action.admin.index with parameters of type ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.instrumentation
Classes in com.atlassian.jira.web.action.admin.instrumentation that implement ErrorCollectionModifier and TypeClassDescriptionclassAn initial quick and dirty listing of the instrumentation objects in JIRA -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.instrumentation.cache
Classes in com.atlassian.jira.web.action.admin.instrumentation.cache that implement ErrorCollectionModifier and TypeClassDescriptionclassManage the caches that we are instrumenting and manage where the data ends up.classDisplays the average usage of a cache over the list of URLs accessed.classDisplay cache usage information broken down by request path.classPulls out cache operation information.classDisplays cache usage by URI. -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.issuefields
Classes in com.atlassian.jira.web.action.admin.issuefields that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassAction used to set a renderer for a field layout itemclassThe action that controls the confirmation screen.class -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.issuefields.configuration
Classes in com.atlassian.jira.web.action.admin.issuefields.configuration that implement ErrorCollectionModifier and TypeClassDescriptionclassResponsible for rendering the user interface to add a new field configuration to a JIRA instance. -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.issuefields.configuration.schemes
Classes in com.atlassian.jira.web.action.admin.issuefields.configuration.schemes that implement ErrorCollectionModifier and TypeClassDescriptionclassResponsible for rendering the user interface to add a new field configuration scheme to a JIRA instance.classResponsible for rendering the user interface to add a new issue type to field configuration entry to an existing field configuration scheme. -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.issuefields.enterprise
Classes in com.atlassian.jira.web.action.admin.issuefields.enterprise that implement ErrorCollectionModifier and TypeClassDescriptionclassCopyright (c) 2002-2004 All rights reserved.classclassclassclassCopyright (c) 2002-2004 All rights reserved.classCopyright (c) 2002-2004 All rights reserved.classclassCopyright (c) 2002-2004 All rights reserved.classclassCopyright (c) 2002-2004 All rights reserved.classCopyright (c) 2002-2004 All rights reserved.classResponsible for rendering the user interface to view all the field configurations for a JIRA instance.class -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.issuefields.screens
Classes in com.atlassian.jira.web.action.admin.issuefields.screens that implement ErrorCollectionModifier and TypeClassDescriptionclassCopyright (c) 2002-2004 All rights reserved.classCopyright (c) 2002-2004 All rights reserved.classclassResponsible for rendering the user interface to add a new field configuration to a JIRA instance.classclassclassclassCopyright (c) 2002-2004 All rights reserved.classCopyright (c) 2002-2004 All rights reserved.classCopyright (c) 2002-2004 All rights reserved.classCopyright (c) 2002-2004 All rights reserved.classCopyright (c) 2002-2004 All rights reserved. -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.issuefields.screens.enterprise
Classes in com.atlassian.jira.web.action.admin.issuefields.screens.enterprise that implement ErrorCollectionModifier and TypeClassDescriptionclassclassCopyright (c) 2002-2004 All rights reserved.classCopyright (c) 2002-2004 All rights reserved.classCopyright (c) 2002-2004 All rights reserved. -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.issuefields.screens.schemes.issuetype
Classes in com.atlassian.jira.web.action.admin.issuefields.screens.schemes.issuetype that implement ErrorCollectionModifier and TypeClassDescriptionclassResponsible for rendering the user interface to add a new issue type to screen scheme entry to an existing issue type screen scheme. -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.issuesecurity
Classes in com.atlassian.jira.web.action.admin.issuesecurity that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.issuetypes
Classes in com.atlassian.jira.web.action.admin.issuetypes that implement ErrorCollectionModifier and TypeClassDescriptionclassclassWill add a new issue type and then redirect the user back to the modify issue type scheme page.classclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.issuetypes.pro
Classes in com.atlassian.jira.web.action.admin.issuetypes.pro that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.linking
Classes in com.atlassian.jira.web.action.admin.linking that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.mail
Classes in com.atlassian.jira.web.action.admin.mail that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.notification
Classes in com.atlassian.jira.web.action.admin.notification that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.permission
Classes in com.atlassian.jira.web.action.admin.permission that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassThis class is used for the deleting of a permisison schemeclassclassclassThis class is used to display all permissions for a particular permission scheme.classclassThis class is used as a super class for any classes that perform actions on permission schemes.classclass -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.priorities
Classes in com.atlassian.jira.web.action.admin.priorities that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.resolutions
Classes in com.atlassian.jira.web.action.admin.resolutions that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclass -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.roles
Classes in com.atlassian.jira.web.action.admin.roles that implement ErrorCollectionModifier and TypeClassDescriptionclassAbstract class for the Delete and editing of Project RolesclassCreated by IntelliJ IDEA.classclassclassThis is the bulk edit for project roles given a user.classGroupRoleActor action.classCreated by IntelliJ IDEA.classAction for creating and editing UserRoleActorsclassclassclassclass -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.statuses
Classes in com.atlassian.jira.web.action.admin.statuses that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassViewWorkflowsForStatus views a list of workflows for a given status. -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.subtasks
Classes in com.atlassian.jira.web.action.admin.subtasks that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclass -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.systemfields
Classes in com.atlassian.jira.web.action.admin.systemfields that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.task
Classes in com.atlassian.jira.web.action.admin.task that implement ErrorCollectionModifier and TypeClassDescriptionclassSimply cleans up a task and then redirects to a given url -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.translation
Classes in com.atlassian.jira.web.action.admin.translation that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.user
Classes in com.atlassian.jira.web.action.admin.user that implement ErrorCollectionModifier and TypeClassDescriptionclassResponsible for handling the requests to add a new JIRA User.classA page to allow all rememember me cookies to be clearedclassclassclassclassclassclassclassclassclassclassclassclassclassclassResets the named users current failed login count.classclassclassclassThis represents a key:value pair property for a user.classThis action shows the remember me cookies that a user hasclassclassMethods in com.atlassian.jira.web.action.admin.user with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidPasswordChangeService.setPassword(ErrorCollection errorCollection, ApplicationUser user, String newPassword) This can be called to set the password for a user. -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.workflow
Classes in com.atlassian.jira.web.action.admin.workflow that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassCopyright (c) 2002-2004 All rights reserved.classclassclassCopyright (c) 2002-2004 All rights reserved.classCopyright (c) 2002-2004 All rights reserved.classclassclassclassUsed to query the user for condition's parameters if any and actually create the condition workflow descriptor.classUsed to query the user for function's parameters if any and actually create the function workflow descriptor.classclassclassUsed to query the user for validator's parameters if any and actually create the validator workflow descriptor.classclassWebwork action used to create a draft workflow.classclassclassclassclassclassAction to edit a workflows name and descriptionclassDispatcher in the form of an action that redirects requests to the appropriate URL for editing a workflow.classCopyright (c) 2002-2004 All rights reserved.classCopyright (c) 2002-2004 All rights reserved.classCopyright (c) 2002-2004 All rights reserved.classCopyright (c) 2002-2004 All rights reserved.classCopyright (c) 2002-2004 All rights reserved.classclassclassThis webwork Action will do validation, and then display a confirmation screen to the user when they want to publish a draft workflow to become active.classCreated by IntelliJ IDEA.classclassclassclassclassclassMethods in com.atlassian.jira.web.action.admin.workflow that return ErrorCollectionModifier and TypeMethodDescriptionWorkflowMigrationResult.getErrorCollection()Returns a collection of errors that were found before starting the migration.WorkflowMigrationResultForMultipleProjects.getErrorCollection()WorkflowMigrationSuccess.getErrorCollection()WorkflowMigrationTerminated.getErrorCollection() -
Uses of ErrorCollection in com.atlassian.jira.web.action.admin.workflow.scheme
Classes in com.atlassian.jira.web.action.admin.workflow.scheme that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of ErrorCollection in com.atlassian.jira.web.action.browser
Classes in com.atlassian.jira.web.action.browser that implement ErrorCollectionModifier and TypeClassDescriptionclassAction for Browse Projectsclass -
Uses of ErrorCollection in com.atlassian.jira.web.action.favourites
Classes in com.atlassian.jira.web.action.favourites that implement ErrorCollectionModifier and TypeClassDescriptionclassAllows the caller to add or remove a favourite. -
Uses of ErrorCollection in com.atlassian.jira.web.action.filter
Classes in com.atlassian.jira.web.action.filter that implement ErrorCollectionModifier and TypeClassDescriptionclassclassAction class for managing filters.classclassAction for CRUD of a scheduled email subscription to search filter results.classAction implementation for the Favourite Filters popup.classAction implementation for the Filter Picker popup.classAction class for managing filters.classAction class for Managing Subscriptions. -
Uses of ErrorCollection in com.atlassian.jira.web.action.func.service
Classes in com.atlassian.jira.web.action.func.service that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.web.action.history
Classes in com.atlassian.jira.web.action.history that implement ErrorCollectionModifier and TypeClassDescriptionclassAn action to show recent issue history. -
Uses of ErrorCollection in com.atlassian.jira.web.action.issue
Classes in com.atlassian.jira.web.action.issue that implement ErrorCollectionModifier and TypeClassDescriptionclassclassThis class should be extended by any action that modifies issues and can have an associated comment.classAbstract class for issue conversion Contains all do* methods and vast majority of logicclassBase class for an issue link action.classAn abstract action that should be extended by any action which wants to 'select' an issueclassclassclassclassclassclassResponsible for rendering the attach file form and converting temporary attachments to real attachments linked to an issue.classUsed by inline-file-attach.js to upload temporary attachments that can then be converted to real attachments lateron.classclassclassThis beautifully named action is in fact the Issue Transition screen.classMain action for converting Issue to sub-task All do* methods inAbstractConvertIssueclassMain action for converting Sub-tasks into Issues All do* methods inAbstractConvertIssueclassclassclassclassclassThis action creates a new worklogclassclassclassclassclassclassThis action deletes an existing worklogclassclassclassclassResponsible for controlling the rendering of the Issue Picker control.classDeprecated.Since v5.0.classclassclassclassclassStep during the move issue wizard to migrate the issue types of sub-tasks whose issue type is not valid in the destination project.classclassclassThis action is used to present the user with a list of allowed bulk operations on the selected issuesclassclassclassclassclassThis is a simple error screen which displays a message about a session timeout.classThis action updates an existing worklogclassclassclassAction to add or remove votes and watches to a particular issue.Methods in com.atlassian.jira.web.action.issue with parameters of type ErrorCollectionModifier and TypeMethodDescriptionprotected voidCreateIssueDetails.transferErrorToMessages(ErrorCollection errorCollection) voidIssueCreationHelperBean.validateIssueType(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) Deprecated.voidIssueCreationHelperBeanImpl.validateIssueType(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) voidIssueCreationHelperBean.validateLicense(ApplicationUser remoteUSer, ErrorCollection errors, I18nHelper i18n) Deprecated.voidIssueCreationHelperBean.validateLicense(ErrorCollection errors, I18nHelper i18n) Deprecated.Checks that the currently installed license has not expired and all relevant license limitations with respect to user or role counts have not been exceeded.voidIssueCreationHelperBeanImpl.validateLicense(ApplicationUser remoteUser, ErrorCollection errors, I18nHelper i18n) voidIssueCreationHelperBeanImpl.validateLicense(ErrorCollection errors, I18nHelper i18n) voidIssueCreationHelperBean.validateProject(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) Deprecated.voidIssueCreationHelperBeanImpl.validateProject(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) voidIssueCreationHelperBean.validateSummary(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) Deprecated.voidIssueCreationHelperBeanImpl.validateSummary(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) -
Uses of ErrorCollection in com.atlassian.jira.web.action.issue.bulkedit
Classes in com.atlassian.jira.web.action.issue.bulkedit that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassThis action is used to present the user with a list of allowed bulk operations on the selected issues User: keithb Date: Dec 3, 2003 Time: 12:26:25 PM To change this template use Options | File Templates.classThis action is used to present the user with a list of allowed bulk operations on the selected issuesclassclassclassclassclassclassclassclassclassMethods in com.atlassian.jira.web.action.issue.bulkedit that return ErrorCollectionConstructors in com.atlassian.jira.web.action.issue.bulkedit with parameters of type ErrorCollectionModifierConstructorDescriptionBulkEditCommandResult(long bulkEditTime, ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.jira.web.action.issue.enterprise
Classes in com.atlassian.jira.web.action.issue.enterprise that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.web.action.issue.util
Methods in com.atlassian.jira.web.action.issue.util with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidAttachmentHelper.validate(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, String formToken, Issue issue, Map<String, Object> fieldValuesHolder) Validates file upload parameters passed from request.voidDefaultAttachmentHelper.validate(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, String formToken, Issue issue, Map<String, Object> fieldValuesHolder) -
Uses of ErrorCollection in com.atlassian.jira.web.action.monitoring
Classes in com.atlassian.jira.web.action.monitoring that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.web.action.popups
Classes in com.atlassian.jira.web.action.popups that implement ErrorCollectionModifier and TypeClassDescriptionclassProvides contextual help for time tracking and log work fields. -
Uses of ErrorCollection in com.atlassian.jira.web.action.project
Classes in com.atlassian.jira.web.action.project that implement ErrorCollectionModifier and TypeClassDescriptionclassAn abstract action useful for creating and editing projectsclassOnly used by JellyclassclassclassclassclassclassclassclassclassclassMethods in com.atlassian.jira.web.action.project with parameters of type ErrorCollectionModifier and TypeMethodDescriptionprotected voidAbstractProjectAction.mapErrorCollection(ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.jira.web.action.project.enterprise
Classes in com.atlassian.jira.web.action.project.enterprise that implement ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.web.action.projectcategory
Classes in com.atlassian.jira.web.action.projectcategory that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclass -
Uses of ErrorCollection in com.atlassian.jira.web.action.renderers.wiki
Classes in com.atlassian.jira.web.action.renderers.wiki that implement ErrorCollectionModifier and TypeClassDescriptionclassA webwork action that controls the display of the wiki renderers help. -
Uses of ErrorCollection in com.atlassian.jira.web.action.setup
Classes in com.atlassian.jira.web.action.setup that implement ErrorCollectionModifier and TypeClassDescriptionclassclassclassclassclassThis setup step is used to complete setup.classAction for configuring a database connection for JIRA and testing that it works.classclassclassclassThis setup step is used to setup the MailListenerMethods in com.atlassian.jira.web.action.setup that return ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.web.action.user
Classes in com.atlassian.jira.web.action.user that implement ErrorCollectionModifier and TypeClassDescriptionclassAction to add a new Portal Page to JIRA.classclassClears the remember me cookies for the current userclassThis action is the place we manage Portal Pages, aka Dashboard pages fromclassclassAction for deletingPortalPageobjects.classUpdates a User's DarkFeatures by adding or removing them.classUsed to edit the name of a portal page.classclassclassclassclassHandles the requests to reset a password for a specific user.classAction to restore the default dashboard.classclassclassclassDisplays the contents of the user hover dialog.class -
Uses of ErrorCollection in com.atlassian.jira.web.action.util
Classes in com.atlassian.jira.web.action.util that implement ErrorCollectionModifier and TypeClassDescriptionclassDisplays the About page with licensing information.classclassclassNeeded to cleanup the webwork ActionContext to avoid it from throwing thread corrupted errors.classUsed to Show the local instances Contants (Issue types, priorities etc)classAction that renders help dialog about terminology featureclassDisplays a help screen showing all the available keyboard shortcuts and descriptions telling users what a particular shortcut will do.classMethods in com.atlassian.jira.web.action.util that return ErrorCollectionMethods in com.atlassian.jira.web.action.util with parameters of type ErrorCollectionModifier and TypeMethodDescriptionbooleanDefaultImportResultHandler.handleErrorResult(DataImportService.ImportResult importResult, I18nHelper i18n, ErrorCollection errorCollection) booleanImportResultHandler.handleErrorResult(DataImportService.ImportResult importResult, I18nHelper i18n, ErrorCollection errorCollection) Given an import result this method will take the appropriate actions to deal with errors such as throwing up JohnsonEvents or populating the passed in errorcollection with the appropriate errors. -
Uses of ErrorCollection in com.atlassian.jira.web.action.util.sharing
Methods in com.atlassian.jira.web.action.util.sharing with parameters of type ErrorCollectionModifier and TypeMethodDescriptionstatic voidSharedEntitySearchAction.QueryValidator.validate(SharedEntitySearchParameters searchParameters, ErrorCollection errorCollection, I18nHelper i18nHelper) -
Uses of ErrorCollection in com.atlassian.jira.web.action.version
Classes in com.atlassian.jira.web.action.version that implement ErrorCollectionModifier and TypeClassDescriptionclassProvides simple JIRA version information and also demonstrates how use soy templates from a JIRA core action -
Uses of ErrorCollection in com.atlassian.jira.web.action.workflow
Classes in com.atlassian.jira.web.action.workflow that implement ErrorCollectionModifier and TypeClassDescriptionclassThis action handles workflow action without screens (WorkflowUIDispatcher redirects to this action).classA simple action to look at the incoming action + issue ID combination, and redirect to the correct web action. -
Uses of ErrorCollection in com.atlassian.jira.web.bean
Methods in com.atlassian.jira.web.bean with parameters of type ErrorCollectionModifier and TypeMethodDescriptionvoidMultiBulkMoveBean.validate(ErrorCollection errors, BulkMoveOperation bulkMoveOperation, ApplicationUser applicationUser) voidMultiBulkMoveBeanImpl.validate(ErrorCollection errors, BulkMoveOperation bulkMoveOperation, ApplicationUser applicationUser) -
Uses of ErrorCollection in com.atlassian.jira.web.component.cron
Methods in com.atlassian.jira.web.component.cron that return ErrorCollectionModifier and TypeMethodDescriptionCronEditorWebComponent.validateInput(CronEditorBean cronEditorBean, String fieldName) -
Uses of ErrorCollection in com.atlassian.jira.web.util
Methods in com.atlassian.jira.web.util with parameters of type ErrorCollectionModifier and TypeMethodDescriptionstatic voidWebActionUtil.addDependentComponentErrors(ErrorCollection errorCollection, List componentIds, String fieldname) static voidWebActionUtil.addDependentEntityInvalidErrors(ErrorCollection errorCollection, List entityIds, String fieldname, String errorMessage) Catches invalid versions.static voidWebActionUtil.addDependentEntityUnknownErrors(ErrorCollection errorCollection, List entityIds, String fieldname, String errorMessage) Cannot select unknown with another Version.static voidWebActionUtil.addDependentVersionErrors(ErrorCollection action, List versionIds, String fieldname) -
Uses of ErrorCollection in com.atlassian.jira.workflow
Methods in com.atlassian.jira.workflow that return ErrorCollectionModifier and TypeMethodDescriptionWorkflowTransitionUtil.progress()WorkflowTransitionUtilImpl.progress()WorkflowTransitionUtil.validate()WorkflowTransitionUtilImpl.validate()Methods in com.atlassian.jira.workflow with parameters of type ErrorCollectionModifier and TypeMethodDescriptionstatic voidWorkflowUtil.checkInvalidCharacters(String fieldValue, String fieldName, ErrorCollection errorCollection) JRA-4429 (prevent invalid characters)static booleanWorkflowUtil.isAcceptableName(String workflowName, String fieldName, ErrorCollection errorCollection) Check if given workflow name is valid that means it: Is not blank, contains only ASCII characters, does not contain leading or trailing whitespaces If any of the above is not meet the first error is added toerrorCollectionIf workflow name is valid then no error will be added toerrorCollection -
Uses of ErrorCollection in com.atlassian.jira.workflow.edit.utilities
Methods in com.atlassian.jira.workflow.edit.utilities with parameters of type ErrorCollectionModifier and TypeMethodDescription<T> ServiceOutcome<T> OutcomeHelper.errorOutcome(ErrorCollection errorCollection) <T> ServiceOutcome<T> OutcomeHelperImpl.errorOutcome(ErrorCollection errorCollection) -
Uses of ErrorCollection in com.codebarrel.jira.entityproperties.compat
Constructors in com.codebarrel.jira.entityproperties.compat with parameters of type ErrorCollectionModifierConstructorDescriptionPropertyResult(ErrorCollection errorCollection, io.atlassian.fugue.Option<EntityProperty> entityProperty) -
Uses of ErrorCollection in com.codebarrel.jira.plugin.automation.web
Classes in com.codebarrel.jira.plugin.automation.web that implement ErrorCollection -
Uses of ErrorCollection in com.codebarrel.jira.plugin.automation.web.admin
Classes in com.codebarrel.jira.plugin.automation.web.admin that implement ErrorCollectionModifier and TypeClassDescriptionclassclass -
Uses of ErrorCollection in com.codebarrel.jira.transform
Methods in com.codebarrel.jira.transform that return ErrorCollectionMethods in com.codebarrel.jira.transform with parameters of type ErrorCollectionModifier and TypeMethodDescriptionstatic ErrorCollectionErrorTransformer.transform(ErrorCollection errors) -
Uses of ErrorCollection in com.jira.projects.reference
Classes in com.jira.projects.reference that implement ErrorCollectionModifier and TypeClassDescriptionclassA sample webwork action to ensure we have a working SidebarRenderer API component.
CommentService.validateCommentCreate(ApplicationUser, CommentParameters)andCommentService.create(ApplicationUser, CommentCreateValidationResult, boolean).