|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
ServiceResultImpl.getErrorCollection()
|
ErrorCollection |
ServiceResult.getErrorCollection()
|
ErrorCollection |
JiraServiceContext.getErrorCollection()
Gets an error collection. |
| Constructors in com.atlassian.jira.bc with parameters of type ErrorCollection | |
|---|---|
JiraServiceContextImpl(com.atlassian.crowd.embedded.api.User user,
ErrorCollection errorCollection)
Instantiates this class with user and error collection. |
|
JiraServiceContextImpl(User user,
ErrorCollection errorCollection)
Deprecated. since v4.3. Use JiraServiceContextImpl.JiraServiceContextImpl(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.util.ErrorCollection) instead. |
|
JiraServiceContextImpl(com.atlassian.crowd.embedded.api.User user,
ErrorCollection errorCollection,
I18nHelper i18nHelper)
Instantiates this class with user and error collection and I18nHelper. |
|
JiraServiceContextImpl(User user,
ErrorCollection errorCollection,
I18nHelper i18nHelper)
Deprecated. since v4.3. Use JiraServiceContextImpl.JiraServiceContextImpl(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.util.ErrorCollection, com.atlassian.jira.util.I18nHelper) instead. |
|
ServiceResultImpl(ErrorCollection errorCollection)
|
|
| Uses of ErrorCollection in com.atlassian.jira.bc.issue |
|---|
| Methods in com.atlassian.jira.bc.issue that return ErrorCollection | |
|---|---|
ErrorCollection |
IssueService.delete(com.atlassian.crowd.embedded.api.User user,
IssueService.DeleteValidationResult deleteValidationResult)
This method will delete an issue from JIRA. |
ErrorCollection |
IssueService.delete(User user,
IssueService.DeleteValidationResult deleteValidationResult)
This method will delete an issue from JIRA. |
ErrorCollection |
IssueService.delete(com.atlassian.crowd.embedded.api.User user,
IssueService.DeleteValidationResult deleteValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will delete an issue from JIRA. |
ErrorCollection |
IssueService.delete(User user,
IssueService.DeleteValidationResult deleteValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will delete an issue from JIRA. |
| Constructors in com.atlassian.jira.bc.issue with parameters of type ErrorCollection | |
|---|---|
IssueService.CreateValidationResult(MutableIssue issue,
ErrorCollection errors,
Map<String,Object> fieldValuesHolder)
|
|
IssueService.DeleteValidationResult(MutableIssue issue,
ErrorCollection errors)
|
|
IssueService.IssueResult(MutableIssue issue,
ErrorCollection errors)
|
|
IssueService.IssueValidationResult(MutableIssue issue,
ErrorCollection errors)
|
|
IssueService.TransitionValidationResult(MutableIssue issue,
ErrorCollection errors,
Map<String,Object> fieldValuesHolder,
Map additionInputs,
int actionId)
|
|
IssueService.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 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 |
CommentService.create(com.atlassian.crowd.embedded.api.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 |
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 |
CommentService.create(com.atlassian.crowd.embedded.api.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 |
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 |
CommentService.create(com.atlassian.crowd.embedded.api.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 |
CommentService.getCommentById(User user,
Long commentId,
ErrorCollection errorCollection)
Will return a comment for the passed in commentId. |
Comment |
CommentService.getCommentById(com.atlassian.crowd.embedded.api.User user,
Long commentId,
ErrorCollection errorCollection)
Will return a comment for the passed in commentId. |
List<Comment> |
CommentService.getCommentsForUser(User currentUser,
Issue issue,
ErrorCollection errorCollection)
Will return a list of Comments for the given user |
List<Comment> |
CommentService.getCommentsForUser(com.atlassian.crowd.embedded.api.User currentUser,
Issue issue,
ErrorCollection errorCollection)
Will return a list of Comments for the given user |
MutableComment |
CommentService.getMutableComment(User user,
Long commentId,
ErrorCollection errorCollection)
Will return a MutableComment for the passed in commentId. |
MutableComment |
CommentService.getMutableComment(com.atlassian.crowd.embedded.api.User user,
Long commentId,
ErrorCollection errorCollection)
Will return a MutableComment for the passed in commentId. |
boolean |
CommentService.hasPermissionToCreate(User user,
Issue issue,
ErrorCollection errorCollection)
Has the correct permission to create a comment for the given issue. |
boolean |
CommentService.hasPermissionToCreate(com.atlassian.crowd.embedded.api.User user,
Issue issue,
ErrorCollection errorCollection)
Has the correct permission to create a comment for the given issue. |
boolean |
CommentService.hasPermissionToEdit(User user,
Comment comment,
ErrorCollection errorCollection)
Determine whether the current user has the permission to edit the comment. |
boolean |
CommentService.hasPermissionToEdit(com.atlassian.crowd.embedded.api.User user,
Comment comment,
ErrorCollection errorCollection)
Determine whether the current user has the permission to edit the comment. |
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 |
CommentService.isValidAllCommentData(com.atlassian.crowd.embedded.api.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 |
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 |
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. |
boolean |
CommentService.isValidCommentData(com.atlassian.crowd.embedded.api.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 |
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 |
CommentService.update(com.atlassian.crowd.embedded.api.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 |
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. |
void |
CommentService.validateCommentUpdate(com.atlassian.crowd.embedded.api.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.issue.label |
|---|
| Constructors in com.atlassian.jira.bc.issue.label with parameters of type ErrorCollection | |
|---|---|
LabelService.AddLabelValidationResult(Long issueId,
Long customFieldId,
ErrorCollection errorCollection,
String label)
|
|
LabelService.LabelsResult(Set<Label> labels,
ErrorCollection errorCollection)
|
|
LabelService.LabelSuggestionResult(Set<String> suggestions,
ErrorCollection errorCollection)
|
|
LabelService.LabelValidationResult(Long issueId,
Long customFieldId,
ErrorCollection errorCollection)
|
|
LabelService.SetLabelValidationResult(Long issueId,
Long customFieldId,
ErrorCollection errorCollection,
Set<String> labels)
|
|
| Uses of ErrorCollection in com.atlassian.jira.bc.issue.vote |
|---|
| Constructors in com.atlassian.jira.bc.issue.vote with parameters of type ErrorCollection | |
|---|---|
VoteService.VoteValidationResult(ErrorCollection errors,
com.atlassian.crowd.embedded.api.User voter,
Issue issue)
|
|
| Uses of ErrorCollection in com.atlassian.jira.bc.license |
|---|
| Methods in com.atlassian.jira.bc.license that return ErrorCollection | |
|---|---|
ErrorCollection |
JiraLicenseService.ValidationResult.getErrorCollection()
|
| Uses of ErrorCollection in com.atlassian.jira.bc.project |
|---|
| 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(com.atlassian.crowd.embedded.api.User user,
ErrorCollection errorCollection,
String name,
String description,
String lead,
Long projectId)
|
ProjectComponent |
ProjectComponentService.create(User user,
ErrorCollection errorCollection,
String name,
String description,
String lead,
Long projectId)
|
ProjectComponent |
ProjectComponentService.find(ErrorCollection errorCollection,
Long id)
Deprecated. Use ProjectComponentService.find(User, com.atlassian.jira.util.ErrorCollection, Long)
instead. This methods completely ignores the user calling and thus serves components for such project
a person may have no access rights to see |
ProjectComponent |
ProjectComponentService.find(com.atlassian.crowd.embedded.api.User user,
ErrorCollection errorCollection,
Long id)
|
ProjectComponent |
ProjectComponentService.find(User user,
ErrorCollection errorCollection,
Long id)
|
Collection<ProjectComponent> |
ProjectComponentService.findAllForProject(ErrorCollection errorCollection,
Long projectId)
|
ProjectComponent |
ProjectComponentService.update(com.atlassian.crowd.embedded.api.User user,
ErrorCollection errorCollection,
MutableProjectComponent component)
|
ProjectComponent |
ProjectComponentService.update(User 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 ErrorCollection | |
|---|---|
ErrorCollection |
VersionService.ValidationResult.getErrorCollection()
|
ErrorCollection |
VersionService.validateVersionDetails(com.atlassian.crowd.embedded.api.User user,
Version version,
String name,
String description)
Validate the name and description of a version, if you have edit permission. |
| Uses of ErrorCollection in com.atlassian.jira.bc.projectroles |
|---|
| Methods in com.atlassian.jira.bc.projectroles that return ErrorCollection | |
|---|---|
ErrorCollection |
ProjectRoleService.validateRemoveAllRoleActorsByNameAndType(User currentUser,
String name,
String type)
Will validate removing all role actors with the specified name and the specified type. |
ErrorCollection |
ProjectRoleService.validateRemoveAllRoleActorsByNameAndType(com.atlassian.crowd.embedded.api.User currentUser,
String name,
String type)
Will validate removing all role actors with the specified name and the specified type. |
| Methods in com.atlassian.jira.bc.projectroles with parameters of type ErrorCollection | |
|---|---|
void |
ProjectRoleService.addActorsToProjectRole(User currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection)
Will add project role actor associations for the given actors and checking
the currentUser has the correct permissions to perform the update operation. |
void |
ProjectRoleService.addActorsToProjectRole(com.atlassian.crowd.embedded.api.User currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection)
Will add project role actor associations for the given actors and checking
the currentUser has the correct permissions to perform the update operation. |
void |
ProjectRoleService.addDefaultActorsToProjectRole(User currentUser,
Collection<String> 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. |
void |
ProjectRoleService.addDefaultActorsToProjectRole(com.atlassian.crowd.embedded.api.User currentUser,
Collection<String> 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 |
ProjectRoleService.createProjectRole(User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Will create the project role with the given projectRole.getName(),
projectRole.getDescription() and checking the currentUser has the correct permissions
to perform the create operation. |
ProjectRole |
ProjectRoleService.createProjectRole(com.atlassian.crowd.embedded.api.User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Will create the project role with the given projectRole.getName(),
projectRole.getDescription() and checking the currentUser has the correct permissions
to perform the create operation. |
void |
ProjectRoleService.deleteProjectRole(User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Will delete the given projectRole and checks
the currentUser has the correct permissions to perform the delete operation. |
void |
ProjectRoleService.deleteProjectRole(com.atlassian.crowd.embedded.api.User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Will delete the given projectRole and checks
the currentUser has the correct permissions to perform the delete operation. |
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 |
ProjectRoleService.getAssociatedIssueSecuritySchemes(com.atlassian.crowd.embedded.api.User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Will get all issue security scheme's that the specified projectRole is currently used in. |
Collection |
ProjectRoleService.getAssociatedNotificationSchemes(User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Will get all notification scheme's that the specified projectRole is currently used in. |
Collection |
ProjectRoleService.getAssociatedNotificationSchemes(com.atlassian.crowd.embedded.api.User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Will get all notification scheme's that the specified projectRole is currently used in. |
Collection |
ProjectRoleService.getAssociatedPermissionSchemes(User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Will get all permission scheme's that the specified projectRole is currently used in. |
Collection |
ProjectRoleService.getAssociatedPermissionSchemes(com.atlassian.crowd.embedded.api.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 |
ProjectRoleService.getAssociatedWorkflows(User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Returns workflows and their actions that are associated with the given ProjectRole. |
org.apache.commons.collections.MultiMap |
ProjectRoleService.getAssociatedWorkflows(com.atlassian.crowd.embedded.api.User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Returns workflows and their actions that are associated with the given ProjectRole. |
DefaultRoleActors |
ProjectRoleService.getDefaultRoleActors(User currentUser,
ProjectRole projectRole,
ErrorCollection collection)
Will return a DefaultRoleActors for the given projectRole checking the currentUser
has the correct permissions to perform the get operation. |
DefaultRoleActors |
ProjectRoleService.getDefaultRoleActors(com.atlassian.crowd.embedded.api.User currentUser,
ProjectRole projectRole,
ErrorCollection collection)
Will return a DefaultRoleActors for the given projectRole checking the currentUser
has the correct permissions to perform the get operation. |
Map<Long,List<String>> |
ProjectRoleService.getProjectIdsForUserInGroupsBecauseOfRole(User currentUser,
List<Long> projectsToLimitBy,
ProjectRole projectRole,
String projectRoleType,
String userName,
ErrorCollection errorCollection)
Returns a Map of Lists. |
Map<Long,List<String>> |
ProjectRoleService.getProjectIdsForUserInGroupsBecauseOfRole(com.atlassian.crowd.embedded.api.User currentUser,
List<Long> projectsToLimitBy,
ProjectRole projectRole,
String projectRoleType,
String userName,
ErrorCollection errorCollection)
Returns a Map of Lists. |
ProjectRole |
ProjectRoleService.getProjectRole(User currentUser,
Long id,
ErrorCollection errorCollection)
Will return the project role with the given id, and checking the currentUser
has the correct permissions to perform the operation. |
ProjectRole |
ProjectRoleService.getProjectRole(com.atlassian.crowd.embedded.api.User currentUser,
Long id,
ErrorCollection errorCollection)
Will return the project role with the given id, and checking the currentUser
has the correct permissions to perform the operation. |
ProjectRoleActors |
ProjectRoleService.getProjectRoleActors(User currentUser,
ProjectRole projectRole,
Project project,
ErrorCollection errorCollection)
Will return a {@link ProjectRoleActors) for the given projectRole and project checking
the currentUser has the correct permissions to perform the get operation. |
ProjectRoleActors |
ProjectRoleService.getProjectRoleActors(com.atlassian.crowd.embedded.api.User currentUser,
ProjectRole projectRole,
Project project,
ErrorCollection errorCollection)
Will return a {@link ProjectRoleActors) for the given projectRole and project checking
the currentUser has the correct permissions to perform the get operation. |
ProjectRole |
ProjectRoleService.getProjectRoleByName(User currentUser,
String name,
ErrorCollection errorCollection)
Will return the project role with the given name, and checking the currentUser
has the correct permissions to perform the operation. |
ProjectRole |
ProjectRoleService.getProjectRoleByName(com.atlassian.crowd.embedded.api.User currentUser,
String name,
ErrorCollection errorCollection)
Will return the project role with the given name, and checking the currentUser
has the correct permissions to perform the operation. |
Collection<ProjectRole> |
ProjectRoleService.getProjectRoles(User currentUser,
ErrorCollection errorCollection)
Get all the ProjectRoles available in JIRA. |
Collection<ProjectRole> |
ProjectRoleService.getProjectRoles(com.atlassian.crowd.embedded.api.User currentUser,
ErrorCollection errorCollection)
Get all the ProjectRoles available in JIRA. |
Collection<Project> |
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. |
Collection<Project> |
ProjectRoleService.getProjectsContainingRoleActorByNameAndType(com.atlassian.crowd.embedded.api.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 |
ProjectRoleService.isProjectRoleNameUnique(User currentUser,
String name,
ErrorCollection errorCollection)
Will tell you if a role name exists or not. |
boolean |
ProjectRoleService.isProjectRoleNameUnique(com.atlassian.crowd.embedded.api.User currentUser,
String name,
ErrorCollection errorCollection)
Will tell you if a role name exists or not. |
void |
ProjectRoleService.removeActorsFromProjectRole(User currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection)
Will remove project role actor associations for the given actors and checking
the currentUser has the correct permissions to perform the update operation. |
void |
ProjectRoleService.removeActorsFromProjectRole(com.atlassian.crowd.embedded.api.User currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection)
Will remove project role actor associations for the given actors and checking
the currentUser has the correct permissions to perform the update operation. |
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 |
ProjectRoleService.removeAllRoleActorsByNameAndType(com.atlassian.crowd.embedded.api.User currentUser,
String name,
String type,
ErrorCollection errorCollection)
Will remove all role actors with the specified name and the specified type. |
void |
ProjectRoleService.removeAllRoleActorsByProject(User currentUser,
Project project,
ErrorCollection errorCollection)
Will remove all role actors associated with the specified project. |
void |
ProjectRoleService.removeAllRoleActorsByProject(com.atlassian.crowd.embedded.api.User currentUser,
Project project,
ErrorCollection errorCollection)
Will remove all role actors associated with the specified project. |
void |
ProjectRoleService.removeDefaultActorsFromProjectRole(User currentUser,
Collection<String> 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. |
void |
ProjectRoleService.removeDefaultActorsFromProjectRole(com.atlassian.crowd.embedded.api.User currentUser,
Collection<String> 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<Long> |
ProjectRoleService.roleActorOfTypeExistsForProjects(User currentUser,
List<Long> 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. |
List<Long> |
ProjectRoleService.roleActorOfTypeExistsForProjects(com.atlassian.crowd.embedded.api.User currentUser,
List<Long> 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 |
ProjectRoleService.setActorsForProjectRole(com.atlassian.crowd.embedded.api.User currentUser,
Map<String,Set<String>> newRoleActors,
ProjectRole projectRole,
Project project,
ErrorCollection errorCollection)
Will set the project role actor associations for the given newRoleActors and checking
the currentUser has the correct permissions to perform the update operation. |
void |
ProjectRoleService.updateProjectRole(User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Will update projectRole, checking
the currentUser has the correct permissions to perform the update operation. |
void |
ProjectRoleService.updateProjectRole(com.atlassian.crowd.embedded.api.User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Will update projectRole, checking
the currentUser has the correct permissions to perform the update operation. |
| Uses of ErrorCollection in com.atlassian.jira.bc.whitelist |
|---|
| Constructors in com.atlassian.jira.bc.whitelist with parameters of type ErrorCollection | |
|---|---|
WhitelistService.WhitelistResult(ErrorCollection errorCollection)
|
|
WhitelistService.WhitelistResult(ErrorCollection errorCollection,
List<String> rules)
|
|
WhitelistService.WhitelistUpdateValidationResult(ErrorCollection errorCollection)
|
|
WhitelistService.WhitelistUpdateValidationResult(ErrorCollection errorCollection,
List<String> rules,
boolean enabled)
|
|
| 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,
com.atlassian.crowd.embedded.api.User remoteUser,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
BulkMoveOperation.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 ErrorCollection | |
|---|---|
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.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 |
CalculatedCFType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config)
|
void |
AbstractSingleFieldType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config)
|
| Uses of ErrorCollection in com.atlassian.jira.issue.fields |
|---|
| Methods in com.atlassian.jira.issue.fields with parameters of type ErrorCollection | |
|---|---|
void |
CustomField.validateFromActionParams(Map actionParameters,
ErrorCollection errorCollection,
FieldConfig config)
Validates relevant parameters on custom field type of this custom field. |
void |
OrderableField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
Ensure that the parameters are valid |
| Uses of ErrorCollection in com.atlassian.jira.issue.search.searchers.transformer |
|---|
| Methods in com.atlassian.jira.issue.search.searchers.transformer with parameters of type ErrorCollection | |
|---|---|
void |
SearchInputTransformer.validateParams(User searcher,
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.util |
|---|
| Classes in com.atlassian.jira.util that implement ErrorCollection | |
|---|---|
class |
SimpleErrorCollection
|
| Methods in com.atlassian.jira.util that return ErrorCollection | |
|---|---|
ErrorCollection |
ValidationFailureException.errors()
Returns the validation errors. |
| 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. |
| Constructors in com.atlassian.jira.util with parameters of type ErrorCollection | |
|---|---|
ValidationFailureException(ErrorCollection errors)
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.issue |
|---|
| Methods in com.atlassian.jira.web.action.issue with parameters of type ErrorCollection | |
|---|---|
void |
IssueCreationHelperBean.validateIssueType(Issue issue,
OperationContext operationContext,
Map actionParams,
ErrorCollection errors,
I18nHelper i18n)
|
void |
IssueCreationHelperBean.validateLicense(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.bean |
|---|
| Methods in com.atlassian.jira.web.bean with parameters of type ErrorCollection | |
|---|---|
abstract void |
MultiBulkMoveBean.validate(ErrorCollection errors,
BulkMoveOperation bulkMoveOperation,
User user)
|
| Uses of ErrorCollection in com.atlassian.jira.workflow |
|---|
| Methods in com.atlassian.jira.workflow that return ErrorCollection | |
|---|---|
ErrorCollection |
WorkflowTransitionUtil.progress()
|
ErrorCollection |
WorkflowTransitionUtil.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) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||