Uses of Interface
com.atlassian.jira.util.ErrorCollection

Packages that use ErrorCollection
com.atlassian.jira.action.component   
com.atlassian.jira.action.screen   
com.atlassian.jira.bc   
com.atlassian.jira.bc.issue.comment   
com.atlassian.jira.bc.project.component   
com.atlassian.jira.bc.projectroles   
com.atlassian.jira.bc.scheme.distiller   
com.atlassian.jira.bc.scheme.mapper   
com.atlassian.jira.bulkedit.operation   
com.atlassian.jira.config   
com.atlassian.jira.imports.fogbugz   
com.atlassian.jira.issue   
com.atlassian.jira.issue.customfields   
com.atlassian.jira.issue.customfields.impl   
com.atlassian.jira.issue.customfields.searchers   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.fields.util   
com.atlassian.jira.issue.search.searchers   
com.atlassian.jira.issue.search.searchers.impl   
com.atlassian.jira.jelly.tag   
com.atlassian.jira.plugin.assignee   
com.atlassian.jira.plugin.assignee.impl   
com.atlassian.jira.scheme   
com.atlassian.jira.util   
com.atlassian.jira.web.action   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.admin.constants   
com.atlassian.jira.web.action.admin.customfields   
com.atlassian.jira.web.action.admin.enterprise   
com.atlassian.jira.web.action.admin.eventtype   
com.atlassian.jira.web.action.admin.importer   
com.atlassian.jira.web.action.admin.importer.issue   
com.atlassian.jira.web.action.admin.importer.project   
com.atlassian.jira.web.action.admin.index   
com.atlassian.jira.web.action.admin.issuefields   
com.atlassian.jira.web.action.admin.issuefields.enterprise   
com.atlassian.jira.web.action.admin.issuefields.screens   
com.atlassian.jira.web.action.admin.issuefields.screens.enterprise   
com.atlassian.jira.web.action.admin.issuesecurity   
com.atlassian.jira.web.action.admin.issuetypes   
com.atlassian.jira.web.action.admin.issuetypes.pro   
com.atlassian.jira.web.action.admin.linking   
com.atlassian.jira.web.action.admin.mail   
com.atlassian.jira.web.action.admin.notification   
com.atlassian.jira.web.action.admin.permission   
com.atlassian.jira.web.action.admin.priorities   
com.atlassian.jira.web.action.admin.resolutions   
com.atlassian.jira.web.action.admin.roles   
com.atlassian.jira.web.action.admin.scheme   
com.atlassian.jira.web.action.admin.scheme.comparison   
com.atlassian.jira.web.action.admin.scheme.distiller   
com.atlassian.jira.web.action.admin.scheme.mapper   
com.atlassian.jira.web.action.admin.scheme.purge   
com.atlassian.jira.web.action.admin.statuses   
com.atlassian.jira.web.action.admin.subtasks   
com.atlassian.jira.web.action.admin.task   
com.atlassian.jira.web.action.admin.translation   
com.atlassian.jira.web.action.admin.trustedapps   
com.atlassian.jira.web.action.admin.user   
com.atlassian.jira.web.action.admin.vcs   
com.atlassian.jira.web.action.admin.vcs.enterprise   
com.atlassian.jira.web.action.admin.workflow   
com.atlassian.jira.web.action.admin.workflow.scheme   
com.atlassian.jira.web.action.browser   
com.atlassian.jira.web.action.favourites   
com.atlassian.jira.web.action.filter   
com.atlassian.jira.web.action.func   
com.atlassian.jira.web.action.func.dashboard   
com.atlassian.jira.web.action.history   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.issue.bulkedit   
com.atlassian.jira.web.action.issue.enterprise   
com.atlassian.jira.web.action.issue.navigator   
com.atlassian.jira.web.action.portal   
com.atlassian.jira.web.action.project   
com.atlassian.jira.web.action.project.enterprise   
com.atlassian.jira.web.action.projectcategory   
com.atlassian.jira.web.action.renderers.wiki   
com.atlassian.jira.web.action.setup   
com.atlassian.jira.web.action.user   
com.atlassian.jira.web.action.util   
com.atlassian.jira.web.action.util.csv   
com.atlassian.jira.web.action.util.fogbugz   
com.atlassian.jira.web.action.util.sharing   
com.atlassian.jira.web.action.workflow   
com.atlassian.jira.web.bean   
com.atlassian.jira.web.component.cron   
com.atlassian.jira.web.util   
com.atlassian.jira.workflow   
 

Uses of ErrorCollection in com.atlassian.jira.action.component
 

Methods in com.atlassian.jira.action.component that return ErrorCollection
 ErrorCollection SelectComponentAssigneesUtil.execute(User user)
           
 ErrorCollection SelectComponentAssigneesUtilImpl.execute(User user)
           
 ErrorCollection SelectComponentAssigneesUtil.validate()
           
 ErrorCollection SelectComponentAssigneesUtilImpl.validate()
           
 

Uses of ErrorCollection in com.atlassian.jira.action.screen
 

Methods in com.atlassian.jira.action.screen that return ErrorCollection
 ErrorCollection AddFieldToScreenUtil.execute()
           
 ErrorCollection AddFieldToScreenUtilImpl.execute()
           
 ErrorCollection AddFieldToScreenUtil.validate()
           
 ErrorCollection AddFieldToScreenUtilImpl.validate()
           
 

Uses of ErrorCollection in com.atlassian.jira.bc
 

Methods in com.atlassian.jira.bc that return ErrorCollection
 ErrorCollection JiraServiceContextImpl.getErrorCollection()
          Returns error collection, never null
 ErrorCollection JiraServiceContext.getErrorCollection()
          Gets an error collection.
 

Constructors in com.atlassian.jira.bc with parameters of type ErrorCollection
JiraServiceContextImpl(User user, ErrorCollection errorCollection)
          Instantiates this class with user and error collection
 

Uses of ErrorCollection in com.atlassian.jira.bc.issue.comment
 

Methods in com.atlassian.jira.bc.issue.comment with parameters of type ErrorCollection
 Comment DefaultCommentService.create(User user, Issue issue, String body, boolean dispatchEvent, ErrorCollection errorCollection)
           
 Comment CommentService.create(User user, Issue issue, String body, boolean dispatchEvent, ErrorCollection errorCollection)
          Creates and persists a Comment on the given Issue set with current date and time, visible to all - no group level or role level restriction.
 Comment DefaultCommentService.create(User user, Issue issue, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent, ErrorCollection errorCollection)
           
 Comment CommentService.create(User user, Issue issue, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent, ErrorCollection errorCollection)
          Creates and persists a Comment on the given Issue set with current date and time.
 Comment DefaultCommentService.create(User user, Issue issue, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent, ErrorCollection errorCollection)
           
 Comment CommentService.create(User user, Issue issue, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent, ErrorCollection errorCollection)
          Creates and persists a Comment on the given Issue.
 Comment DefaultCommentService.getCommentById(User user, Long commentId, ErrorCollection errorCollection)
           
 Comment CommentService.getCommentById(User user, Long commentId, ErrorCollection errorCollection)
          Will return a comment for the passed in commentId.
 List DefaultCommentService.getCommentsForUser(User currentUser, Issue issue, ErrorCollection errorCollection)
           
 List CommentService.getCommentsForUser(User currentUser, Issue issue, ErrorCollection errorCollection)
          Will return a list of Comments for the given user
 MutableComment DefaultCommentService.getMutableComment(User user, Long commentId, ErrorCollection errorCollection)
           
 MutableComment CommentService.getMutableComment(User user, Long commentId, ErrorCollection errorCollection)
          Will return a MutableComment for the passed in commentId.
 boolean DefaultCommentService.hasPermissionToCreate(User user, Issue issue, ErrorCollection errorCollection)
           
 boolean CommentService.hasPermissionToCreate(User user, Issue issue, ErrorCollection errorCollection)
          Has the correct permission to create a comment for the given issue.
 boolean DefaultCommentService.hasPermissionToEdit(User user, Comment comment, ErrorCollection errorCollection)
           
 boolean CommentService.hasPermissionToEdit(User user, Comment comment, ErrorCollection errorCollection)
          Determine whether the current user has the permission to edit the comment.
 boolean DefaultCommentService.isValidAllCommentData(User currentUser, Issue issue, String body, String groupLevel, String roleLevelId, ErrorCollection errorCollection)
           
 boolean CommentService.isValidAllCommentData(User user, Issue issue, String body, String groupLevel, String roleLevelId, ErrorCollection errorCollection)
          Will call all other validate methods setting the appropriate errors in the errorCollection if any errors occur.
 boolean DefaultCommentService.isValidCommentBody(String body, ErrorCollection errorCollection)
           
 boolean CommentService.isValidCommentBody(String body, ErrorCollection errorCollection)
          Validates that the body is a valid string, if not the appropriate error is added to the errorCollection.
 boolean DefaultCommentService.isValidCommentData(User currentUser, Issue issue, String groupLevel, String roleLevelId, ErrorCollection errorCollection)
           
 boolean CommentService.isValidCommentData(User user, Issue issue, String groupLevel, String roleLevelId, ErrorCollection errorCollection)
          This method validates if the comment has the correct role and group levels set.
 void DefaultCommentService.update(User user, MutableComment comment, boolean dispatchEvent, ErrorCollection errorCollection)
           
 void CommentService.update(User user, MutableComment comment, boolean dispatchEvent, ErrorCollection errorCollection)
          Updates a Comment and sets the comments updated date to be now and the updatedAuthor to be the passed in user.
 void DefaultCommentService.validateCommentUpdate(User user, Long commentId, String body, String groupLevel, Long roleLevelId, ErrorCollection errorCollection)
           
 void CommentService.validateCommentUpdate(User user, Long commentId, String body, String groupLevel, Long roleLevelId, ErrorCollection errorCollection)
          Confirms the parameters to update a comment are valid and that the updating user has the permission to do so.
 

Uses of ErrorCollection in com.atlassian.jira.bc.project.component
 

Methods in com.atlassian.jira.bc.project.component with parameters of type ErrorCollection
 ProjectComponent ProjectComponentService.create(User user, ErrorCollection errorCollection, String name, String description, String lead, Long projectId)
           
 ProjectComponent DefaultProjectComponentService.create(User 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.
 ProjectComponent ProjectComponentService.find(ErrorCollection errorCollection, Long id)
           
 ProjectComponent DefaultProjectComponentService.find(ErrorCollection errorCollection, Long id)
           
 Collection ProjectComponentService.findAllForProject(ErrorCollection errorCollection, Long projectId)
           
 Collection DefaultProjectComponentService.findAllForProject(ErrorCollection errorCollection, Long projectId)
           
 ProjectComponent ProjectComponentService.update(User user, ErrorCollection errorCollection, MutableProjectComponent component)
           
 ProjectComponent DefaultProjectComponentService.update(User user, ErrorCollection errorCollection, MutableProjectComponent component)
           
 

Uses of ErrorCollection in com.atlassian.jira.bc.projectroles
 

Methods in com.atlassian.jira.bc.projectroles with parameters of type ErrorCollection
 void DefaultProjectRoleService.addActorsToProjectRole(User currentUser, Collection actors, ProjectRole projectRole, Project project, String actorType, ErrorCollection errorCollection)
           
 void ProjectRoleService.addActorsToProjectRole(User currentUser, Collection actors, ProjectRole projectRole, Project project, String actorType, ErrorCollection errorCollection)
          Will add project role actor associations based off the passed in actors and checking the currentUser has the correct permissions to perform the update operation.
 void DefaultProjectRoleService.addDefaultActorsToProjectRole(User currentUser, Collection actors, ProjectRole projectRole, String type, ErrorCollection errorCollection)
           
 void ProjectRoleService.addDefaultActorsToProjectRole(User currentUser, Collection actors, ProjectRole projectRole, String type, ErrorCollection errorCollection)
          Will add default role actor associations based off the passed in actors and checking the currentUser has the correct permissions to perform the update operation.
 ProjectRole DefaultProjectRoleService.createProjectRole(User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
           
 ProjectRole ProjectRoleService.createProjectRole(User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
          Will create the project role based off the passed in projectRole.getName(), projectRole.getDescription() and checking the currentUser has the correct permissions to perform the create operation.
 void DefaultProjectRoleService.deleteProjectRole(User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
           
 void ProjectRoleService.deleteProjectRole(User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
          Will delete the project role based off the passed in projectRole and checking the currentUser has the correct permissions to perform the delete operation.
 Collection DefaultProjectRoleService.getAssociatedIssueSecuritySchemes(User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
           
 Collection ProjectRoleService.getAssociatedIssueSecuritySchemes(User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
          Will get all issue security scheme's that the specified projectRole is currently used in.
 Collection DefaultProjectRoleService.getAssociatedNotificationSchemes(User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
           
 Collection ProjectRoleService.getAssociatedNotificationSchemes(User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
          Will get all notification scheme's that the specified projectRole is currently used in.
 Collection DefaultProjectRoleService.getAssociatedPermissionSchemes(User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
           
 Collection ProjectRoleService.getAssociatedPermissionSchemes(User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
          Will get all permission scheme's that the specified projectRole is currently used in.
 org.apache.commons.collections.MultiMap DefaultProjectRoleService.getAssociatedWorkflows(User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
           
 org.apache.commons.collections.MultiMap ProjectRoleService.getAssociatedWorkflows(User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
          Returns workflows and their actions that are associated with the given ProjectRole.
 DefaultRoleActors DefaultProjectRoleService.getDefaultRoleActors(User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
           
 DefaultRoleActors ProjectRoleService.getDefaultRoleActors(User currentUser, ProjectRole projectRole, ErrorCollection collection)
          Will return a DefaultRoleActors object based off the passed in projectRole checking the currentUser has the correct permissions to perform the get operation.
 Map DefaultProjectRoleService.getProjectIdsForUserInGroupsBecauseOfRole(User currentUser, List projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String userName, ErrorCollection errorCollection)
           
 Map ProjectRoleService.getProjectIdsForUserInGroupsBecauseOfRole(User currentUser, List projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String userName, ErrorCollection errorCollection)
          Returns a Map of Lists.
 ProjectRole DefaultProjectRoleService.getProjectRole(User currentUser, Long id, ErrorCollection errorCollection)
           
 ProjectRole ProjectRoleService.getProjectRole(User currentUser, Long id, ErrorCollection errorCollection)
          Will return the project role based off the passed in id, and checking the currentUser has the correct permissions to perform the operation.
 ProjectRoleActors DefaultProjectRoleService.getProjectRoleActors(User currentUser, ProjectRole projectRole, Project project, ErrorCollection errorCollection)
           
 ProjectRoleActors ProjectRoleService.getProjectRoleActors(User currentUser, ProjectRole projectRole, Project project, ErrorCollection errorCollection)
          Will return a {@link ProjectRoleActors) object based off the passed in projectRole and project checking the currentUser has the correct permissions to perform the get operation.
 ProjectRole DefaultProjectRoleService.getProjectRoleByName(User currentUser, String name, ErrorCollection errorCollection)
           
 ProjectRole ProjectRoleService.getProjectRoleByName(User currentUser, String name, ErrorCollection errorCollection)
          Will return the project role based off the passed in name, and checking the currentUser has the correct permissions to perform the operation.
 Collection DefaultProjectRoleService.getProjectRoles(User currentUser, ErrorCollection errorCollection)
           
 Collection ProjectRoleService.getProjectRoles(User currentUser, ErrorCollection errorCollection)
          Get all the ProjectRoles available in JIRA.
 Collection DefaultProjectRoleService.getProjectsContainingRoleActorByNameAndType(User currentUser, String name, String type, ErrorCollection errorCollection)
           
 Collection ProjectRoleService.getProjectsContainingRoleActorByNameAndType(User currentUser, String name, String type, ErrorCollection errorCollection)
          Returns the Project's which contain a role actor of the specified name and type within any role.
 boolean DefaultProjectRoleService.isProjectRoleNameUnique(User currentUser, String name, ErrorCollection errorCollection)
           
 boolean ProjectRoleService.isProjectRoleNameUnique(User currentUser, String name, ErrorCollection errorCollection)
          Will tell you if a role name exists or not.
 void DefaultProjectRoleService.removeActorsFromProjectRole(User currentUser, Collection actors, ProjectRole projectRole, Project project, String actorType, ErrorCollection errorCollection)
           
 void ProjectRoleService.removeActorsFromProjectRole(User currentUser, Collection actors, ProjectRole projectRole, Project project, String actorType, ErrorCollection errorCollection)
          Will remove project role actor associations based off the passed in actors and checking the currentUser has the correct permissions to perform the update operation.
 void DefaultProjectRoleService.removeAllRoleActorsByNameAndType(User currentUser, String name, String type, ErrorCollection errorCollection)
           
 void ProjectRoleService.removeAllRoleActorsByNameAndType(User currentUser, String name, String type, ErrorCollection errorCollection)
          Will remove all role actors with the specified name and the specified type.
 void DefaultProjectRoleService.removeAllRoleActorsByProject(User currentUser, Project project, ErrorCollection errorCollection)
           
 void ProjectRoleService.removeAllRoleActorsByProject(User currentUser, Project project, ErrorCollection errorCollection)
          Will remove all role actors associated with the specified project.
 void DefaultProjectRoleService.removeDefaultActorsFromProjectRole(User currentUser, Collection actors, ProjectRole projectRole, String actorType, ErrorCollection errorCollection)
           
 void ProjectRoleService.removeDefaultActorsFromProjectRole(User currentUser, Collection actors, ProjectRole projectRole, String actorType, ErrorCollection errorCollection)
          Will remove default actor associations based off the passed in actors, projectRole and actorType and checking the currentUser has the correct permissions to perform the update operation.
 List DefaultProjectRoleService.roleActorOfTypeExistsForProjects(User currentUser, List projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String projectRoleParameter, ErrorCollection errorCollection)
           
 List ProjectRoleService.roleActorOfTypeExistsForProjects(User currentUser, List projectsToLimitBy, ProjectRole projectRole, String projectRoleType, String projectRoleParameter, ErrorCollection errorCollection)
          Returns a list of projectId's for which the role actor of the specified type exists in the project for the provided projectRole.
 void DefaultProjectRoleService.updateProjectRole(User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
           
 void ProjectRoleService.updateProjectRole(User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
          Will update the project role based off the passed in projectRole and checking the currentUser has the correct permissions to perform the update operation.
 

Uses of ErrorCollection in com.atlassian.jira.bc.scheme.distiller
 

Methods in com.atlassian.jira.bc.scheme.distiller with parameters of type ErrorCollection
 DistilledSchemeResults DefaultSchemeDistillerService.distillSchemes(User user, Collection schemes, ErrorCollection errorCollection)
           
 DistilledSchemeResults SchemeDistillerService.distillSchemes(User user, Collection schemes, ErrorCollection errorCollection)
          This method does the work of analyzing and distilling, if possible, the passed in Scheme's.
 SchemeRelationships DefaultSchemeDistillerService.getSchemeRelationships(User user, DistilledSchemeResults distilledSchemeResults, ErrorCollection errorCollection)
           
 SchemeRelationships SchemeDistillerService.getSchemeRelationships(User user, DistilledSchemeResults distilledSchemeResults, ErrorCollection errorCollection)
          This method will return a SchemeRelationships object for the internal collections of distilled scheme results.
 void DefaultSchemeDistillerService.isValidNewSchemeName(User user, String fieldName, String newSchemeName, String schemeType, ErrorCollection errorCollection)
           
 void SchemeDistillerService.isValidNewSchemeName(User user, String fieldName, String newSchemeName, String schemeType, ErrorCollection errorCollection)
          This method checks if the new scheme name passed in already exists.
 Scheme DefaultSchemeDistillerService.persistNewSchemeMappings(User user, DistilledSchemeResult distilledSchemeResult, ErrorCollection errorCollection)
           
 Scheme SchemeDistillerService.persistNewSchemeMappings(User user, DistilledSchemeResult distilledSchemeResult, ErrorCollection errorCollection)
          This method will persist the result of the 'distilling' operation.
 

Uses of ErrorCollection in com.atlassian.jira.bc.scheme.mapper
 

Methods in com.atlassian.jira.bc.scheme.mapper with parameters of type ErrorCollection
 SchemeTransformResults SchemeGroupsToRoleTransformerService.doTransform(User currentUser, List schemes, Set regularExpressionRoleMappings, ErrorCollection errorCollection)
           
 SchemeTransformResults DefaultSchemeGroupsToRoleTransformerService.doTransform(User currentUser, List schemes, Set groupRoleMappings, ErrorCollection errorCollection)
           
 void SchemeGroupsToRoleTransformerService.persistTransformationResults(User currentUser, SchemeTransformResults schemeTransformResults, ErrorCollection errorCollection)
           
 void DefaultSchemeGroupsToRoleTransformerService.persistTransformationResults(User currentUser, SchemeTransformResults schemeTransformResults, ErrorCollection errorCollection)
           
 

Uses of ErrorCollection in com.atlassian.jira.bulkedit.operation
 

Methods in com.atlassian.jira.bulkedit.operation with parameters of type ErrorCollection
 void BulkMoveOperation.chooseContext(BulkEditBean bulkEditBean, User remoteUser, I18nHelper i18nHelper, ErrorCollection errors)
           
 void BulkMigrateOperation.chooseContext(BulkEditBean rootBulkEditBean, User remoteUser, I18nHelper i18nHelper, ErrorCollection errors)
           
 void BulkMoveOperation.validatePopulateFields(BulkEditBean bulkEditBean, ErrorCollection errors, I18nHelper i18nHelper)
           
 void BulkMigrateOperation.validatePopulateFields(BulkEditBean rootBulkEditBean, I18nHelper i18nHelper, ErrorCollection errors)
           
 

Uses of ErrorCollection in com.atlassian.jira.config
 

Methods in com.atlassian.jira.config with parameters of type ErrorCollection
 void DefaultConstantsManager.validateCreateIssueType(String name, String style, String description, String iconurl, ErrorCollection errors, String nameFieldName)
           
 void ConstantsManager.validateCreateIssueType(String name, String style, String description, String iconurl, ErrorCollection errors, String nameFieldName)
          Validates creation of a new issuetype.
 

Uses of ErrorCollection in com.atlassian.jira.imports.fogbugz
 

Methods in com.atlassian.jira.imports.fogbugz with parameters of type ErrorCollection
 void FogBugzConfigBean.validateRequiredStatuses(ErrorCollection errors)
           
 

Uses of ErrorCollection in com.atlassian.jira.issue
 

Methods in com.atlassian.jira.issue that return ErrorCollection
 ErrorCollection EnterpriseIssueVerifier.verifyIssue(org.ofbiz.core.entity.GenericValue issue, List typesNeedingMigration, WorkflowMigrationMapping workflowMigrationMapping, boolean checkWorkflowIntegrity)
          This is a very basic integrity/verification test used to indicate if a workflow migration for a specific issue is possible.
 ErrorCollection IssueVerifier.verifyIssue(org.ofbiz.core.entity.GenericValue issue, Map workflowMigrationMapping, boolean checkWorkflowIntegrity)
          This is a very basic integrity/verification test used to indicate if a workflow migration for a specific issue is possible.
 ErrorCollection IssueVerifier.verifyIssue(Issue issue, Map workflowMigrationMapping, boolean checkWorkflowIntegrity)
           
 

Methods in com.atlassian.jira.issue with parameters of type ErrorCollection
protected  void IssueVerifier.checkIssueDetails(org.ofbiz.core.entity.GenericValue issue, ErrorCollection errorCollection, ConstantsManager constantsManager, boolean checkWorkflowIntegrity)
           
 

Uses of ErrorCollection in com.atlassian.jira.issue.customfields
 

Methods in com.atlassian.jira.issue.customfields with parameters of type ErrorCollection
 void CustomFieldType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config)
          Ensures that the CustomFieldParams of 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 ErrorCollection
 void SelectCFType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config)
           
 void UserCFType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config)
           
 void CascadingSelectCFType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config)
           
 void MultiGroupCFType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config)
           
 void AbstractSingleFieldType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config)
           
 void CalculatedCFType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config)
           
 void MultiUserCFType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config)
           
 void MultiSelectCFType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config)
           
 void VersionCFType.validateFromParams(CustomFieldParams relevantParams, ErrorCollection errorCollectionToAddTo, FieldConfig config)
           
 

Uses of ErrorCollection in com.atlassian.jira.issue.customfields.searchers
 

Methods in com.atlassian.jira.issue.customfields.searchers with parameters of type ErrorCollection
 void NumberRangeSearcher.validateParams(CustomField customField, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors)
           
 void AbstractCustomFieldSearcher.validateParams(CustomField customField, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors)
          Validates that the custom field's value in the fieldvaluesHolder is a valid search value.
 void TextSearcher.validateParams(CustomField customField, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors)
          Validates that the parameter is a well-formed query string for a FreeTextParameter.
 void UserPickerSearcher.validateParams(SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors)
           
 void MultiSelectSearcher.validateParams(SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors)
           
 void GroupPickerSearcher.validateParams(SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors)
           
 void AbstractCustomFieldSearcher.validateParams(SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors)
          You probably do not want to override this.
 

Uses of ErrorCollection in com.atlassian.jira.issue.fields
 

Methods in com.atlassian.jira.issue.fields with parameters of type ErrorCollection
protected  void AffectedVersionsSystemField.addFieldRequiredErrorMessage(Issue issue, ErrorCollection errorCollection, I18nHelper i18n)
           
protected  void FixVersionsSystemField.addFieldRequiredErrorMessage(Issue issue, ErrorCollection errorCollection, I18nHelper i18n)
           
protected abstract  void AbstractVersionsSystemField.addFieldRequiredErrorMessage(Issue issue, ErrorCollection errorCollectionToAddTo, I18nHelper i18n)
           
 void CustomFieldImpl.validateFromActionParams(Map actionParameters, ErrorCollection errorCollection, FieldConfig config)
          Validates relevant parameters on custom field type of this custom field.
 void CustomField.validateFromActionParams(Map actionParameters, ErrorCollection errorCollection, FieldConfig config)
          Validates relevant parameters on custom field type of this custom field.
 void DescriptionSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void PrioritySystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void DueDateSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void ProjectSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void ResolutionSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void AssigneeSystemField.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)
 void IssueTypeSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
          validate the field value
 void OrderableField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
          Ensure that the parameters are valid
 void TimeTrackingSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void CommentSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void AbstractVersionsSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void EnvironmentSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
          validate the field value
 void ReporterSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void AttachmentSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void ComponentsSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void CustomFieldImpl.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void SecurityLevelSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void SummarySystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
          validate the field value
 

Uses of ErrorCollection in com.atlassian.jira.issue.fields.util
 

Methods in com.atlassian.jira.issue.fields.util with parameters of type ErrorCollection
 void VersionHelperBean.validateVersionForProject(Collection versionIds, Project project, ErrorCollection errorCollection, I18nHelper i18n, String fieldId)
           
 void VersionHelperBean.validateVersionIds(Collection versionIds, ErrorCollection errorCollection, I18nHelper i18n, String fieldId)
           
 

Uses of ErrorCollection in com.atlassian.jira.issue.search.searchers
 

Methods in com.atlassian.jira.issue.search.searchers with parameters of type ErrorCollection
 void IssueSearcher.validateParams(SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors)
          Adds error meessages to the errors object if values in the fieldValuesHolder fails validation.
 

Uses of ErrorCollection in com.atlassian.jira.issue.search.searchers.impl
 

Methods in com.atlassian.jira.issue.search.searchers.impl with parameters of type ErrorCollection
 void WorkRatioSearcher.validateParams(SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors)
           
 void GenericDateSearcher.validateParams(SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors)
           
 void SearchContextSearcher.validateParams(SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors)
           
 void QuerySearcher.validateParams(SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors)
           
 void AbstractUserSearcher.validateParams(SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors)
           
 void GenericConstantsSearcher.validateParams(SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors)
           
 void GenericProjectConstantsSearcher.validateParams(SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors)
           
 

Uses of ErrorCollection in com.atlassian.jira.jelly.tag
 

Methods in com.atlassian.jira.jelly.tag with parameters of type ErrorCollection
static void JellyUtils.processErrorCollection(ErrorCollection errorCollection)
           
 

Uses of ErrorCollection in com.atlassian.jira.plugin.assignee
 

Methods in com.atlassian.jira.plugin.assignee that return ErrorCollection
 ErrorCollection AssigneeResolver.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 ErrorCollection
 ErrorCollection DefaultAssigneeResolver.validateDefaultAssignee(Issue issue, Map fieldValuesHolder)
           
 

Uses of ErrorCollection in com.atlassian.jira.scheme
 

Classes in com.atlassian.jira.scheme that implement ErrorCollection
 class AbstractAddScheme
           
 class AbstractCopyScheme
           
 class AbstractDeleteScheme
           
 class AbstractEditScheme
           
 class AbstractSchemeAwareAction
           
 class AbstractSelectProjectScheme
           
 class AbstractViewSchemes
           
 

Uses of ErrorCollection in com.atlassian.jira.util
 

Classes in com.atlassian.jira.util that implement ErrorCollection
 class SimpleErrorCollection
           
 

Methods in com.atlassian.jira.util with parameters of type ErrorCollection
 void SimpleErrorCollection.addErrorCollection(ErrorCollection errors)
           
 void ErrorCollection.addErrorCollection(ErrorCollection errors)
          Populate this ErrorCollection with general and field-specific errors.
 

Uses of ErrorCollection in com.atlassian.jira.web.action
 

Classes in com.atlassian.jira.web.action that implement ErrorCollection
 class AbstractBrowser
          An abstract browser that implements a few helpful things for paging.
 class AbstractViewIssueColumns
           
 class Administrators
           
 class Dashboard
          The action invoked to render a user's dashboard pages on the user's home page.
 class IssueActionSupport
           
 class JiraWebActionSupport
          All web actions should extend this class - it provides basic common functionality for all web actions.
 class JiraWizardActionSupport
           
 class ProjectActionSupport
           
 

Methods in com.atlassian.jira.web.action with parameters of type ErrorCollection
 void JiraWebActionSupport.addErrorCollection(ErrorCollection errors)
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin
 

Classes in com.atlassian.jira.web.action.admin that implement ErrorCollection
 class AddDefaultPortlet
           
 class AttachmentsAdmin
           
 class ConfigureDefaultPortal
           
 class ConfigureIssueCache
           
 class ConfigureLogging
           
 class ConfirmInstallationWithLicense
           
 class ConfirmNewInstallationWithOldLicense
           
 class EditAnnouncementBanner
           
 class EditApplicationProperties
           
 class EditAttachmentSettings
           
 class EditListener
           
 class EditLookAndFeel
           
 class EditService
           
 class EditUserDefaultSettings
          Controls setting the email prefs.
 class GlobalPermissions
           
 class IconPicker
           
 class IndexOptimize
           
 class IntegrityChecker
           
 class JiraSupportRequest
           
 class MailQueueAdmin
           
 class SaveDefaultConfiguration
           
 class SchedulerAdmin
           
 class SetGlobalEmailPreference
          Updates all the users preference to the current default preference.
 class SetupLicense
           
 class TimeTrackingAdmin
           
 class TrackbackAdmin
           
 class ViewApplicationProperties
           
 class ViewAttachmentSettings
           
 class ViewIssueColumns
           
 class ViewLicense
           
 class ViewListeners
           
 class ViewLogging
           
 class ViewLookAndFeel
           
 class ViewPlugins
           
 class ViewServices
           
 class ViewSystemInfo
           
 class ViewUserDefaultSettings
          Configure email preferences.
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.constants
 

Classes in com.atlassian.jira.web.action.admin.constants that implement ErrorCollection
 class AbstractConstantAction
           
 class AbstractDeleteConstant
           
 class AbstractEditConstant
           
 class AbstractViewConstants
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.customfields
 

Classes in com.atlassian.jira.web.action.admin.customfields that implement ErrorCollection
 class AbstractEditConfigurationItemAction
           
 class ConfigureCustomField
           
 class CreateCustomField
           
 class DeleteCustomField
           
 class EditBasicConfig
           
 class EditCustomField
           
 class EditCustomFieldDefaults
           
 class EditCustomFieldOptions
           
 class ManageConfigurationScheme
           
 class ViewCustomFields
           
 

Methods in com.atlassian.jira.web.action.admin.customfields that return ErrorCollection
 ErrorCollection CustomFieldValidatorImpl.validateDetails(String fieldName, String fieldType, String searcher)
           
 ErrorCollection CustomFieldValidator.validateDetails(String fieldName, String fieldType, String searcher)
           
 ErrorCollection CustomFieldValidatorImpl.validateType(String fieldType)
           
 ErrorCollection CustomFieldValidator.validateType(String fieldType)
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.enterprise
 

Classes in com.atlassian.jira.web.action.admin.enterprise that implement ErrorCollection
 class ViewSearchRequestIssueColumns
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.eventtype
 

Classes in com.atlassian.jira.web.action.admin.eventtype that implement ErrorCollection
 class ListEventTypes
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.importer
 

Classes in com.atlassian.jira.web.action.admin.importer that implement ErrorCollection
 class AbstractImportEntity
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.importer.issue
 

Classes in com.atlassian.jira.web.action.admin.importer.issue that implement ErrorCollection
 class AbstractImportIssue
           
 class MapColumns
           
 class MapCustomFields
           
 class MapIssueTypes
           
 class MapPriorities
           
 class MapResolutions
           
 class MapStatuses
           
 class MapUsers
           
 class MapValidateImport
           
 class UploadXmlFile
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.importer.project
 

Classes in com.atlassian.jira.web.action.admin.importer.project that implement ErrorCollection
 class AbstractProjectImportProgress
          Base class for the progress screens.
 class AbstractProjectImportUsersMissing
          Base class that exports a list of users to xml.
 class ProjectImportBackupOverviewProgress
          Used to show a progress bar for the long running tasks after the Select Backup action.
 class ProjectImportMappingProgress
          Progress action for the 2nd phase of the import which creates the project mappings.
 class ProjectImportMissingMandatoryUsersCannotCreate
          Used to display the users that do not exist in the system and are mandatory
 class ProjectImportMissingMandatoryUsersExtMgmt
          Used to display the users that do not exist in the system, are mandatory, and we can't create them automatically.
 class ProjectImportMissingOptionalUsersCannotCreate
          Used to display the users that do not exist in the system, are optional, and we can't create them automatically.
 class ProjectImportMissingOptionalUsersExtMgmt
          Used to display the users that do not exist in the system and are in use
 class ProjectImportMissingUsersAutoCreate
          Used to display the users that will be automatically created as part of the Project Import.
 class ProjectImportProgress
          Used to show a progress bar for the long running tasks while we are doing the actual import.
 class ProjectImportResultsAction
          Action that manages the final results screen for a project import.
 class ProjectImportSelectBackup
          Action that controls the first step of the project import wizard.
 class ProjectImportSelectProject
          Action 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.
 class ProjectImportSummary
          Action 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 ErrorCollection
 class IndexAdminImpl
           
 

Methods in com.atlassian.jira.web.action.admin.index that return ErrorCollection
 ErrorCollection IndexCommandResult.getErrorCollection()
           
 

Constructors in com.atlassian.jira.web.action.admin.index with parameters of type ErrorCollection
IndexCommandResult(ErrorCollection errorCollection)
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.issuefields
 

Classes in com.atlassian.jira.web.action.admin.issuefields that implement ErrorCollection
 class AbstractConfigureFieldLayout
           
 class AbstractEditFieldLayoutItem
           
 class EditDefaultFieldLayoutItem
           
 class EditFieldLayoutItemRenderer
          Action used to set a renderer for a field layout item
 class EditFieldLayoutItemRendererConfirmation
          The action that controls the confirmation screen.
 class ViewIssueFields
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.issuefields.enterprise
 

Classes in com.atlassian.jira.web.action.admin.issuefields.enterprise that implement ErrorCollection
 class AbstractEditFieldLayoutSchemeAction
          Copyright (c) 2002-2004 All rights reserved.
 class AbstractFieldLayoutAction
          Copyright (c) 2002-2004 All rights reserved.
 class AbstractSchemeAware
           
 class ConfigureFieldLayout
           
 class ConfigureFieldLayoutScheme
          Copyright (c) 2002-2004 All rights reserved.
 class CopyFieldLayout
          Copyright (c) 2002-2004 All rights reserved.
 class CopyFieldLayoutScheme
          Copyright (c) 2002-2004 All rights reserved.
 class DeleteScheme
           
 class EditFieldLayout
          Copyright (c) 2002-2004 All rights reserved.
 class EditFieldLayoutItem
           
 class EditFieldLayoutScheme
          Copyright (c) 2002-2004 All rights reserved.
 class SelectFieldLayoutScheme
          Copyright (c) 2002-2004 All rights reserved.
 class ViewFieldLayouts
          Copyright (c) 2002-2004 All rights reserved.
 class ViewSchemes
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.issuefields.screens
 

Classes in com.atlassian.jira.web.action.admin.issuefields.screens that implement ErrorCollection
 class AbstractFieldScreenAction
          Copyright (c) 2002-2004 All rights reserved.
 class AbstractFieldScreenSchemeAction
          Copyright (c) 2002-2004 All rights reserved.
 class AbstractFieldScreenSchemeItemAction
          Copyright (c) 2002-2004 All rights reserved.
 class AssociateFieldToScreens
           
 class ConfigureFieldScreen
          Copyright (c) 2002-2004 All rights reserved.
 class ConfigureFieldScreenScheme
          Copyright (c) 2002-2004 All rights reserved.
 class EditFieldScreen
          Copyright (c) 2002-2004 All rights reserved.
 class EditFieldScreenScheme
          Copyright (c) 2002-2004 All rights reserved.
 class EditFieldScreenSchemeItem
          Copyright (c) 2002-2004 All rights reserved.
 class SelectScreenScheme
          Copyright (c) 2002-2004 All rights reserved.
 class ViewFieldScreens
          Copyright (c) 2002-2004 All rights reserved.
 class ViewFieldScreenSchemes
          Copyright (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 ErrorCollection
 class ConfigureIssueTypeScreenScheme
          Copyright (c) 2002-2004 All rights reserved.
 class EditIssueTypeScreenScheme
          Copyright (c) 2002-2004 All rights reserved.
 class SelectIssueTypeScreenScheme
          Copyright (c) 2002-2004 All rights reserved.
 class ViewIssueTypeScreenSchemes
          Copyright (c) 2002-2004 All rights reserved.
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.issuesecurity
 

Classes in com.atlassian.jira.web.action.admin.issuesecurity that implement ErrorCollection
 class AddIssueSecurity
           
 class DeleteIssueSecurity
           
 class DeleteIssueSecurityLevel
           
 class EditIssueSecurities
           
 class SchemeAwareIssueSecurityAction
           
 class SelectProjectIssueSecurityScheme
           
 class SelectProjectSecuritySchemeStep2
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.issuetypes
 

Classes in com.atlassian.jira.web.action.admin.issuetypes that implement ErrorCollection
 class AbstractManageIssueTypeOptionsAction
           
 class ConfigureIssueTypeOptionScheme
           
 class ConfigureOptionScheme
           
 class DeleteIssueType
           
 class EditIssueType
           
 class MigrateIssueTypes
           
 class ViewIssueTypes
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.issuetypes.pro
 

Classes in com.atlassian.jira.web.action.admin.issuetypes.pro that implement ErrorCollection
 class AssociateIssueTypeSchemes
           
 class AssociateIssueTypeSchemesWithDefault
           
 class DeleteOptionScheme
           
 class ManageIssueTypeSchemes
           
 class SelectIssueTypeSchemeForProject
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.linking
 

Classes in com.atlassian.jira.web.action.admin.linking that implement ErrorCollection
 class DeleteLinkType
           
 class EditLinkType
           
 class ViewLinkTypes
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.mail
 

Classes in com.atlassian.jira.web.action.admin.mail that implement ErrorCollection
 class AddMailServer
           
 class DeleteMailServer
           
 class MailServerActionSupport
           
 class SendBulkMail
           
 class SendTestMail
           
 class UpdateMailServer
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.notification
 

Classes in com.atlassian.jira.web.action.admin.notification that implement ErrorCollection
 class AddNotification
           
 class AddScheme
           
 class CopyScheme
           
 class DeleteNotification
           
 class EditNotifications
           
 class EditScheme
           
 class SchemeAwareNotificationAction
           
 class SelectProjectScheme
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.permission
 

Classes in com.atlassian.jira.web.action.admin.permission that implement ErrorCollection
 class AddPermission
           
 class DeletePermission
          This class is used for the deleting of a permisison scheme
 class EditPermissions
          This class is used to display all permissions for a particular permission scheme.
 class SchemeAwarePermissionAction
          This class is used as a super class for any classes that perform actions on permission schemes.
 class SelectProjectPermissionScheme
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.priorities
 

Classes in com.atlassian.jira.web.action.admin.priorities that implement ErrorCollection
 class DeletePriority
           
 class EditPriority
           
 class ViewPriorities
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.resolutions
 

Classes in com.atlassian.jira.web.action.admin.resolutions that implement ErrorCollection
 class DeleteResolution
           
 class EditResolution
           
 class ViewResolutions
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.roles
 

Classes in com.atlassian.jira.web.action.admin.roles that implement ErrorCollection
 class AbstractProjectRole
          Abstract class for the Delete and editing of Project Roles
 class AbstractRoleActorAction
          Created by IntelliJ IDEA.
 class AbstractRoleActors
          Created by IntelliJ IDEA.
 class DeleteProjectRole
           
 class EditProjectRole
           
 class GroupRoleActorAction
          GroupRoleActor action.
 class ProjectRoleUsageAction
          Created by IntelliJ IDEA.
 class UserRoleActorAction
          Action for creating and editing UserRoleActors
 class ViewDefaultProjectRoleActors
           
 class ViewProjectRoleActors
           
 class ViewProjectRoles
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.scheme
 

Classes in com.atlassian.jira.web.action.admin.scheme that implement ErrorCollection
 class AbstractSchemePickerAction
           
 class AbstractSchemeToolAction
           
 class SchemeToolsAction
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.scheme.comparison
 

Classes in com.atlassian.jira.web.action.admin.scheme.comparison that implement ErrorCollection
 class SchemeComparisonPickerAction
          The picker action for the scheme comparison tool.
 class SchemeComparisonToolAction
          This action services the comparison tool and shows all the information about the compared schemes.
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.scheme.distiller
 

Classes in com.atlassian.jira.web.action.admin.scheme.distiller that implement ErrorCollection
 class AbstractMergeAction
          A baseclass for all the merge tool actions.
 class SchemeMergeAction
          This action is the second step in the wizard for scheme merging, it prompts you to select which schemes to merge.
 class SchemeMergePreviewAction
          This action is used to generate the preview of the selected entries for the scheme merge tool.
 class SchemeMergeResultAction
          This is the last step in the scheme merge wizard, it performs the actual persisting of the merge and shows the results.
 class SchemeTypePickerAction
          This is the first step in the scheme merge tool it allows you to select the type of scheme to merge and if the schemes are associated or all schemes.
 

Methods in com.atlassian.jira.web.action.admin.scheme.distiller that return ErrorCollection
 ErrorCollection SchemeMergeResultAction.getPersistErrors()
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.scheme.mapper
 

Classes in com.atlassian.jira.web.action.admin.scheme.mapper that implement ErrorCollection
 class AbstractGroupToRoleAction
           
 class SchemeGroupToRoleMapperAction
          This action is the second step in the GroupToRoleMapping tool, it collects the information about the group to role mappings.
 class SchemeGroupToRolePickerAction
          This is the first step in the GroupToRoleMapping tool, it collects the selected scheme information for the tool.
 class SchemeGroupToRoleResultAction
          This is the last step of the GroupToRoleMapping tool, this simply displays the summary results.
 class SchemeGroupToRoleTransformerAction
          This is portion of the GroupToRoleMapping tool that actually transforms the schemes.
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.scheme.purge
 

Classes in com.atlassian.jira.web.action.admin.scheme.purge that implement ErrorCollection
 class AbstractSchemePurgeAction
           
 class SchemePurgeToolPreviewAction
           
 class SchemePurgeToolResultsAction
           
 class SchemePurgeTypePickerAction
           
 

Methods in com.atlassian.jira.web.action.admin.scheme.purge that return ErrorCollection
 ErrorCollection SchemePurgeToolResultsAction.getDeletionErrors()
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.statuses
 

Classes in com.atlassian.jira.web.action.admin.statuses that implement ErrorCollection
 class DeleteStatus
           
 class EditStatus
           
 class ViewStatuses
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.subtasks
 

Classes in com.atlassian.jira.web.action.admin.subtasks that implement ErrorCollection
 class DeleteSubTaskIssueType
           
 class DisableSubTasks
           
 class EditSubTaskIssueTypes
           
 class ManageSubTasks
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.task
 

Classes in com.atlassian.jira.web.action.admin.task that implement ErrorCollection
 class AcknowledgeTask
          Simply cleans up a task and then redirects to a given url
 class TaskAdmin
          The webwork action for task administration.
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.translation
 

Classes in com.atlassian.jira.web.action.admin.translation that implement ErrorCollection
 class ViewTranslations
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.trustedapps
 

Classes in com.atlassian.jira.web.action.admin.trustedapps that implement ErrorCollection
 class AbstractTrustedApplicationAction
          As usual, actions beget lovely deep inheritance hierarchies as it is the ONLY convenient way to share code...
 class DeleteTrustedApplication
          Delete confirmation for a trusted application
 class EditTrustedApplication
          Edit a Trusted Application's details.
 class ViewTrustedApplications
          View the list of Trusted Applications in the system
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.user
 

Classes in com.atlassian.jira.web.action.admin.user that implement ErrorCollection
 class AddUser
           
 class BulkEditUserGroups
           
 class DeleteGroup
           
 class DeleteUser
           
 class DeleteUserProperty
           
 class EditUser
           
 class EditUserGroups
           
 class EditUserProjectRoles
          This is the bulk edit for project roles given a user.
 class EditUserProperties
           
 class EditUserProperty
           
 class GroupBrowser
           
 class GroupPickerBrowser
           
 class SetPassword
           
 class UserBrowser
           
 class UserPickerBrowser
           
 class UserProperty
          This represents a key:value pair property for a user.
 class ViewGroup
           
 class ViewUser
           
 class ViewUserProjectRoles
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.vcs
 

Classes in com.atlassian.jira.web.action.admin.vcs that implement ErrorCollection
 class AddRepository
           
 class DeleteRepository
           
 class RepositoryActionSupport
           
 class RepositoryTest
           
 class SelectProjectRepository
           
 class UpdateRepository
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.vcs.enterprise
 

Classes in com.atlassian.jira.web.action.admin.vcs.enterprise that implement ErrorCollection
 class EnterpriseSelectProjectRepository
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.workflow
 

Classes in com.atlassian.jira.web.action.admin.workflow that implement ErrorCollection
 class AbstractAddWorkflowTransitionDescriptor
           
 class AbstractAddWorkflowTransitionDescriptorParams
           
 class AbstractDeleteWorkflowTransitionDescriptor
           
 class AbstractEditWorkflowTransitionDescriptorParams
          Copyright (c) 2002-2004 All rights reserved.
 class AbstractViewWorkflowMetaAttributes
           
 class AbstractWorkflowStep
          Copyright (c) 2002-2004 All rights reserved.
 class AbstractWorkflowTransition
          Copyright (c) 2002-2004 All rights reserved.
 class AbstractWorkflowTransitionAction
           
 class ActivateWorkflow
           
 class ActivateWorkflowStep2
           
 class AddWorkflowTransition
           
 class AddWorkflowTransitionCondition
           
 class AddWorkflowTransitionConditionParams
          Used to query the user for condition's parameters if any and actually create the condition workflow descriptor.
 class AddWorkflowTransitionFunctionParams
          Used to query the user for function's parameters if any and actually create the function workflow descriptor.
 class AddWorkflowTransitionPostFunction
           
 class AddWorkflowTransitionValidator
           
 class AddWorkflowTransitionValidatorParams
          Used to query the user for validator's parameters if any and actually create the validator workflow descriptor.
 class CloneWorkflow
           
 class CreateDraftWorkflow
          Webwork action used to create a draft workflow.
 class DeleteWorkflowStep
           
 class DeleteWorkflowTransitionCondition
           
 class DeleteWorkflowTransitionPostFunction
           
 class DeleteWorkflowTransitions
           
 class DeleteWorkflowTransitionValidator
           
 class EditWorkflow
          Action to edit a workflows name and description
 class EditWorkflowStep
          Copyright (c) 2002-2004 All rights reserved.
 class EditWorkflowTransition
          Copyright (c) 2002-2004 All rights reserved.
 class EditWorkflowTransitionConditionParams
          Copyright (c) 2002-2004 All rights reserved.
 class EditWorkflowTransitionPostFunctionParams
          Copyright (c) 2002-2004 All rights reserved.
 class EditWorkflowTransitionValidatorParams
          Copyright (c) 2002-2004 All rights reserved.
 class ImportWorkflow
           
 class ListWorkflows
           
 class PublishDraftWorkflow
          This 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.
 class ViewWorkflowStep
          Created by IntelliJ IDEA.
 class ViewWorkflowStepMetaAttributes
           
 class ViewWorkflowSteps
           
 class ViewWorkflowTransition
           
 class ViewWorkflowTransitionConditionalResult
           
 class ViewWorkflowTransitionMetaAttributes
           
 class ViewWorkflowXml
           
 

Methods in com.atlassian.jira.web.action.admin.workflow that return ErrorCollection
 ErrorCollection WorkflowMigrationTerminated.getErrorCollection()
           
 ErrorCollection WorkflowMigrationResult.getErrorCollection()
          Returns a collection of errors that were found before starting the migration.
 ErrorCollection WorkflowMigrationSuccess.getErrorCollection()
           
 

Constructors in com.atlassian.jira.web.action.admin.workflow with parameters of type ErrorCollection
WorkflowMigrationTerminated(ErrorCollection errorCollection)
          Constructs a result that indicates termination due to the fact that errors were found with the data before the migration actaully began and any issues modified.
 

Uses of ErrorCollection in com.atlassian.jira.web.action.admin.workflow.scheme
 

Classes in com.atlassian.jira.web.action.admin.workflow.scheme that implement ErrorCollection
 class AddWorkflowSchemeEntity
           
 class DeleteWorkflowSchemeEntity
           
 class EditWorkflowSchemeEntities
           
 class SchemeAwareWorkflowAction
           
 class SelectProjectWorkflowScheme
           
 class SelectProjectWorkflowSchemeStep2
           
 class SelectProjectWorkflowSchemeStep3
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.browser
 

Classes in com.atlassian.jira.web.action.browser that implement ErrorCollection
 class Browser
           
 class ComponentBrowser
          Version browser that is similar to project browser (Browser) but also take version into account.
 class ConfigureReport
           
 class ReleaseNote
           
 class VersionBrowser
          Version browser that is similar to project browser (Browser) but also take version into account.
 

Uses of ErrorCollection in com.atlassian.jira.web.action.favourites
 

Classes in com.atlassian.jira.web.action.favourites that implement ErrorCollection
 class AdjustFavourite
          Allows 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 ErrorCollection
 class EditFilter
           
 class FavouriteFilters
          Action implementation for the Favourite Filters popup.
 class FilterPickerPopup
          Action implementation for the Filter Picker popup.
 class FilterSubscription
          Action for CRUD of a scheduled email subscription to search filter results.
 class ManageFilters
          Action class for managing filters.
 class ManageSubscriptions
          Action class for Managaing Subscriptions.
 class SaveAsFilter
           
 class SaveFilter
          Action called to update a filter's search parameters and search sorts.
 

Uses of ErrorCollection in com.atlassian.jira.web.action.func
 

Classes in com.atlassian.jira.web.action.func that implement ErrorCollection
 class FuncTestWriter
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.func.dashboard
 

Classes in com.atlassian.jira.web.action.func.dashboard that implement ErrorCollection
 class IDashboard
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.history
 

Classes in com.atlassian.jira.web.action.history that implement ErrorCollection
 class RecentIssueHistory
          An 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 ErrorCollection
 class AbstractCommentableAssignableIssue
           
 class AbstractCommentableIssue
          This class should be extended by any action that modifies issues and can have an associated comment.
 class AbstractConvertIssue
          Abstract class for issue conversion Contains all do* methods and vast majority of logic
 class AbstractIssueSelectAction
          An abstract action that should be extended by any action which wants to 'select' an issue

TODO: Test this class thoroughly - especially setKey()

 class AbstractViewIssue
           
 class AbstractWorklogAction
           
 class AddComment
           
 class AssignIssue
           
 class AttachFile
           
 class CantBrowseCreatedIssue
           
 class CloneIssueDetails
           
 class CommentAssignIssue
           
 class ConvertIssueToSubTask
          Main action for converting Issue to sub-task All do* methods in AbstractConvertIssue
 class ConvertSubTaskToIssue
          Main action for converting Sub-tasks into Issues All do* methods in AbstractConvertIssue
 class CreateIssue
           
 class CreateIssueDetails
           
 class CreateSubTaskIssue
           
 class CreateSubTaskIssueDetails
           
 class CreateWorklog
          This action creates a new worklog
 class DeleteAttachment
           
 class DeleteComment
           
 class DeleteIssue
           
 class DeleteWorklog
          This action deletes an existing worklog
 class EditComment
           
 class EditIssue
           
 class EditSubTaskIssue
           
 class IssueNavigator
           
 class IssuePicker
           
 class LinkExistingIssue
           
 class ManageAttachments
           
 class ManageLinks
           
 class ManageTrackbacks
           
 class ManageWatchers
           
 class MoveIssue
           
 class MoveIssueConfirm
           
 class MoveIssueUpdateFields
           
 class MoveSubTask
           
 class MoveSubTaskChooseOperation
          This action is used to present the user with a list of allowed bulk operations on the selected issues
 class MoveSubTaskParent
           
 class QuickSearch
           
 class SearchDescriptionEnabledAction
           
 class SessionTimeoutMessage
          This is a simple error screen which displays a message about a session timeout.
 class UpdateIssueFields
          Action to update an issue.
 class UpdateWorklog
          This action updates an existing worklog
 class ViewIssue
           
 class ViewVoters
           
 

Methods in com.atlassian.jira.web.action.issue with parameters of type ErrorCollection
 webwork.dispatcher.ActionResult UpdateFieldsHelperBean.updateIssue(MutableIssue issueObject, OperationContext operationContext, User user, ErrorCollection errors, I18nHelper i18n)
           
 webwork.dispatcher.ActionResult UpdateFieldsHelperBeanImpl.updateIssue(MutableIssue issueObject, OperationContext operationContext, User user, ErrorCollection errors, I18nHelper i18n)
           
 void UpdateFieldsHelperBean.validate(Issue issueObject, OperationContext operationContext, Map actionParams, User user, ErrorCollection errors, I18nHelper i18n)
           
 void UpdateFieldsHelperBeanImpl.validate(Issue issueObject, OperationContext operationContext, Map actionParams, User user, ErrorCollection errors, I18nHelper i18n)
           
 void IssueCreationHelperBeanImpl.validateCreateIssueFields(Issue issueObject, org.ofbiz.core.entity.GenericValue project, String issuetype, OperationContext operationContext, Map actionParams, User remoteUser, FieldScreenRenderer fieldScreenRenderer, ErrorCollection errors, I18nHelper i18n)
          Validates the issue fields in fieldValuesHolder.
 void IssueCreationHelperBean.validateCreateIssueFields(Issue issueObject, org.ofbiz.core.entity.GenericValue project, String issuetype, OperationContext operationContext, Map actionParams, User remoteUser, FieldScreenRenderer fieldScreenRenderer, ErrorCollection errors, I18nHelper i18n)
           
 void IssueCreationHelperBeanImpl.validateIssueType(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n)
           
 void IssueCreationHelperBean.validateIssueType(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n)
           
 void IssueCreationHelperBeanImpl.validateLicense(ErrorCollection errors, I18nHelper i18n)
           
 void IssueCreationHelperBean.validateLicense(ErrorCollection errors, I18nHelper i18n)
           
 void IssueCreationHelperBeanImpl.validateProject(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n)
           
 void IssueCreationHelperBean.validateProject(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 ErrorCollection
 class AbstractBulkOperationAction
           
 class AbstractBulkOperationDetailsAction
           
 class BulkCancelWizard
          This 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.
 class BulkChooseOperation
          This 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.
 class BulkDelete
           
 class BulkEdit
           
 class BulkEdit1
           
 class BulkMigrate
           
 class BulkMove
           
 class BulkWorkflowTransition
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.issue.enterprise
 

Classes in com.atlassian.jira.web.action.issue.enterprise that implement ErrorCollection
 class MoveIssueUpdateWorkflow
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.issue.navigator
 

Classes in com.atlassian.jira.web.action.issue.navigator that implement ErrorCollection
 class DateRangePicker
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.portal
 

Classes in com.atlassian.jira.web.action.portal that implement ErrorCollection
 class AbstractAddPortlet
           
 class AbstractConfigurePortal
           
 class AbstractSaveConfiguration
          An utter utter utter utter abomination.
 class RunPortlet
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.project
 

Classes in com.atlassian.jira.web.action.project that implement ErrorCollection
 class AbstractProjectAction
          An abstract action useful for creating and editing projects
 class AddComponent
           
 class AddProject
           
 class AddProjectEntity
           
 class AddVersion
           
 class DeleteComponent
           
 class DeleteProject
           
 class DeleteProjectEntity
           
 class DeleteVersion
           
 class EditComponent
          This class is used to edit the name of a Project Version.
 class EditProject
           
 class EditProjectEntity
          This class is a common class for the editing of Project Entities.
 class EditVersionArchives
           
 class EditVersionDetails
          This class is used to edit the name of a Project Version.
 class EditVersionReleases
           
 class ManageVersions
           
 class MergeVersions
           
 class ProjectEmail
           
 class SelectProjectCategory
           
 class ViewProject
           
 class ViewProjects
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.project.enterprise
 

Classes in com.atlassian.jira.web.action.project.enterprise that implement ErrorCollection
 class SelectComponentAssignees
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.projectcategory
 

Classes in com.atlassian.jira.web.action.projectcategory that implement ErrorCollection
 class AddProjectCategory
           
 class DeleteProjectCategory
           
 class EditProjectCategory
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.renderers.wiki
 

Classes in com.atlassian.jira.web.action.renderers.wiki that implement ErrorCollection
 class WikiRendererHelpAction
          A webwork action that controls the display of the wiki renderers help.
 class WikiRendererPreviewAction
          This is used as a fallback to the XMLHTTPRequest based wiki preview for long strings in Safari, see JRA-8354
 

Uses of ErrorCollection in com.atlassian.jira.web.action.setup
 

Classes in com.atlassian.jira.web.action.setup that implement ErrorCollection
 class AbstractSetupAction
           
 class Setup
           
 class Setup2
           
 class Setup2Existing
           
 class Setup3
          This setup step is used to setup the MailListener
 class SetupComplete
          This setup step is used to complete setup.
 class SetupDisplayLocaleInfo
           
 class SetupImport
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.user
 

Classes in com.atlassian.jira.web.action.user that implement ErrorCollection
 class AbstractUserAction
           
 class AbstractUserReport
           
 class AddPortalPage
          Action to add a new Portal Page to JIRA.
 class AddPortlet
           
 class ChangePassword
           
 class ConfigurePortal
           
 class ConfigurePortalPages
          This action is the place we manage Portal Pages, aka Dashboard pages from
 class DeletePortalPage
          Action for deleting PortalPage objects.
 class DeletePortlet
           
 class EditPortalPage
          Used to edit the name of a portal page.
 class EditProfile
           
 class ForgotPassword
           
 class GenericEditProfile
           
 class Logout
           
 class PersonalBrowser
           
 class RestoreDefaultDashboard
          Action to restore the default dashboard.
 class SaveConfiguration
          Saves a portlet configuration to a property set.
 class SetupPortal
          This action determines whether the user is using a default dashboard, and if so asks the user whether they would like to setup a personal dashboard.
 class Signup
           
 class UpdateUserPreferences
           
 class UserVotes
           
 class UserWatches
           
 class ViewProfile
           
 class ViewUserIssueColumns
           
 class ViewUserPreferences
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.util
 

Classes in com.atlassian.jira.web.action.util that implement ErrorCollection
 class BaseImporter
           
 class BugzillaImport
           
 class CleanData
           
 class CsvImporter
           
 class ExportAll
           
 class ImportAll
           
 class JellyRunner
           
 class JiraXMLImport
          Created by IntelliJ IDEA.
 class LDAPConfigurer
          Lets users verify LDAP details for authentication.
 class MantisImport
           
 class ShowConstantsHelp
          Used to Show the local instances Contants (Issue types, priorities etc)
 

Methods in com.atlassian.jira.web.action.util with parameters of type ErrorCollection
 void DatabaseConnectionBean.validateConnection(ErrorCollection errors)
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.util.csv
 

Classes in com.atlassian.jira.web.action.util.csv that implement ErrorCollection
 class ConfigureCsvMapping
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.util.fogbugz
 

Classes in com.atlassian.jira.web.action.util.fogbugz that implement ErrorCollection
 class ConfigureFogBugzMapping
           
 class FogBugzImport
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.util.sharing
 

Methods in com.atlassian.jira.web.action.util.sharing with parameters of type ErrorCollection
static void SharedEntitySearchAction.QueryValidator.validate(SharedEntitySearchParameters searchParameters, ErrorCollection errorCollection, I18nHelper i18nHelper)
           
 

Uses of ErrorCollection in com.atlassian.jira.web.action.workflow
 

Classes in com.atlassian.jira.web.action.workflow that implement ErrorCollection
 class SimpleWorkflowAction
           
 class WorkflowUIDispatcher
          A 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 ErrorCollection
 void MultiBulkMoveBean.validate(ErrorCollection errors, BulkMoveOperation bulkMoveOperation, User user)
           
 

Uses of ErrorCollection in com.atlassian.jira.web.component.cron
 

Methods in com.atlassian.jira.web.component.cron that return ErrorCollection
 ErrorCollection CronEditorWebComponent.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 ErrorCollection
static void WebActionUtil.addDependentComponentErrors(ErrorCollection errorCollection, List componentIds, String fieldname)
           
static void WebActionUtil.addDependentEntityInvalidErrors(ErrorCollection errorCollection, List entityIds, String fieldname, String errorMessage)
          Catches invalid versions.
static void WebActionUtil.addDependentEntityUnknownErrors(ErrorCollection errorCollection, List entityIds, String fieldname, String errorMessage)
          Cannot select unknown with another Version.
static void WebActionUtil.addDependentVersionErrors(ErrorCollection action, List versionIds, String fieldname)
           
 

Uses of ErrorCollection in com.atlassian.jira.workflow
 

Methods in com.atlassian.jira.workflow that return ErrorCollection
 ErrorCollection WorkflowTransitionUtil.progress()
           
 ErrorCollection WorkflowTransitionUtilImpl.progress()
           
 ErrorCollection WorkflowTransitionUtil.validate()
           
 ErrorCollection WorkflowTransitionUtilImpl.validate()
           
 

Methods in com.atlassian.jira.workflow with parameters of type ErrorCollection
static void WorkflowUtil.checkInvalidCharacters(String fieldValue, String fieldName, ErrorCollection errorCollection)
          JRA-4429 (prevent invalid characters)
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.