Modifier and Type | Interface and Description |
---|---|
interface |
ServiceOutcome<T>
A service result that has a value.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceOutcomeImpl<T>
Generic service outcome that can optionally hold a value.
|
class |
ServiceResultImpl
Simple implementation of a validation result.
|
Modifier and Type | Method and Description |
---|---|
ServiceResult |
DefaultStatusService.moveStatusDown(ApplicationUser user,
String id) |
ServiceResult |
StatusService.moveStatusDown(ApplicationUser user,
String id)
Move a status down the order.
|
ServiceResult |
DefaultStatusService.moveStatusUp(ApplicationUser user,
String id) |
ServiceResult |
StatusService.moveStatusUp(ApplicationUser user,
String id)
Move a status up the order.
|
ServiceResult |
DefaultStatusService.removeStatus(ApplicationUser user,
Status status) |
ServiceResult |
StatusService.removeStatus(ApplicationUser user,
Status status)
Removes a status.
|
ServiceResult |
DefaultStatusService.validateCreateStatus(ApplicationUser user,
String name,
String description,
String iconUrl,
StatusCategory statusCategory) |
ServiceResult |
StatusService.validateCreateStatus(ApplicationUser user,
String name,
String description,
String iconUrl,
StatusCategory statusCategory)
Validates new status basing on given parameters
|
ServiceResult |
DefaultStatusService.validateEditStatus(ApplicationUser user,
Status status,
String name,
String description,
String iconUrl,
StatusCategory statusCategory) |
ServiceResult |
StatusService.validateEditStatus(ApplicationUser user,
Status status,
String name,
String description,
String iconUrl,
StatusCategory statusCategory)
Validates given status basing on given parameters
|
ServiceResult |
DefaultStatusService.validateRemoveStatus(ApplicationUser user,
Status status) |
ServiceResult |
StatusService.validateRemoveStatus(ApplicationUser user,
Status status)
Validates removal of given status
|
Modifier and Type | Class and Description |
---|---|
static class |
DataImportService.ImportResult
Represents the result of performing an import.
|
static class |
DataImportService.ImportValidationResult
An import validation result returned by the
DataImportService#validateImport(com.atlassian.crowd.embedded.api.User,
DataImportParams) method. |
Modifier and Type | Method and Description |
---|---|
ServiceResult |
DataImportOSPropertyValidator.validate(DataImportParams dataImportParams,
DataImportOSPropertyValidator.DataImportProperties dataImportProperties)
Validates the backup XML.
|
Modifier and Type | Class and Description |
---|---|
static class |
IssueService.AssignValidationResult
A simple object that holds the information about validating an update issue operation.
|
static class |
IssueService.AsynchronousTaskResult
A simple object that holds the information about an asynchronous issue operation.
|
static class |
IssueService.CloneValidationResult
A simple result object that holds the information required to make a successful issue clone.
|
static class |
IssueService.CreateValidationResult
A simple object that holds the information about validating a create issue operation.
|
static class |
IssueService.DeleteValidationResult
A simple object that holds the information about validating a delete issue operation.
|
static class |
IssueService.IssueResult
A simple object that holds the information about an issue operation.
|
static class |
IssueService.IssueValidationResult
A simple base object that holds the information about performing an issue operation.
|
static class |
IssueService.TransitionValidationResult
A simple result object that holds the information required to make a successful issue transition.
|
static class |
IssueService.UpdateValidationResult
A simple object that holds the information about validating an update issue operation.
|
Modifier and Type | Class and Description |
---|---|
static class |
CommentService.CommentCreateValidationResult |
static class |
CommentService.CommentUpdateValidationResult |
Modifier and Type | Method and Description |
---|---|
ServiceResult |
FieldConfigSchemeServiceImpl.deleteFieldConfigScheme(ApplicationUser user,
String fieldId,
long configSchemeId) |
ServiceResult |
FieldConfigSchemeService.deleteFieldConfigScheme(ApplicationUser loggedInUser,
String fieldId,
long configSchemeId)
Deletes field configuration scheme,
|
ServiceResult |
ColumnServiceImpl.resetColumns(ApplicationUser serviceUser,
ApplicationUser userWithColumns) |
ServiceResult |
ColumnService.resetColumns(ApplicationUser serviceUser,
ApplicationUser userWithColumns)
Resets a user's
ColumnLayout . |
ServiceResult |
ColumnServiceImpl.resetColumns(ApplicationUser serviceUser,
Long filterId) |
ServiceResult |
ColumnService.resetColumns(ApplicationUser serviceUser,
Long filterId)
Resets the given filter to no longer have its own
ColumnLayout . |
ServiceResult |
ColumnServiceImpl.setColumns(ApplicationUser serviceUser,
ApplicationUser userWithColumns,
List<String> fieldIds) |
ServiceResult |
ColumnService.setColumns(ApplicationUser serviceUser,
ApplicationUser userWithColumns,
List<String> fieldIds)
Sets a user's
ColumnLayout . |
ServiceResult |
ColumnServiceImpl.setColumns(ApplicationUser serviceUser,
Long filterId,
List<String> fieldIds) |
ServiceResult |
ColumnService.setColumns(ApplicationUser serviceUser,
Long filterId,
List<String> fieldIds)
Sets the given filter
ColumnLayout to the given fields. |
ServiceResult |
ColumnServiceImpl.setDefaultColumns(ApplicationUser serviceUser,
List<String> fieldIds) |
ServiceResult |
ColumnService.setDefaultColumns(ApplicationUser serviceUser,
List<String> fieldIds)
Sets the system's default columns to the given
fieldIds |
Modifier and Type | Method and Description |
---|---|
ServiceResult |
DefaultFieldScreenService.moveField(FieldScreenLayoutItemId fieldToMoveId,
MoveFieldInfo moveInfo,
FieldScreenOperationContext context) |
ServiceResult |
FieldScreenService.moveField(FieldScreenLayoutItemId item,
MoveFieldInfo moveInfo,
FieldScreenOperationContext context)
Moves field along the tab, according to instructed details
|
ServiceResult |
DefaultFieldScreenService.removeField(FieldScreenLayoutItemId item,
FieldScreenOperationContext context) |
ServiceResult |
FieldScreenService.removeField(FieldScreenLayoutItemId item,
FieldScreenOperationContext context)
Removes a field from the tab and effectively from the screen
|
ServiceResult |
DefaultFieldScreenService.removeTab(FieldScreenTabId tabId,
FieldScreenOperationContext context) |
ServiceResult |
FieldScreenService.removeTab(FieldScreenTabId tab,
FieldScreenOperationContext context)
Removes tab from screen
|
ServiceResult |
DefaultFieldScreenService.updateShowWhenEmpty(FieldScreenLayoutItemId itemId,
FieldScreenOperationContext context,
boolean showWhenEmpty) |
ServiceResult |
FieldScreenService.updateShowWhenEmpty(FieldScreenLayoutItemId itemId,
FieldScreenOperationContext context,
boolean showWhenEmpty)
Update showWhenEmpty indicator of given
FieldScreenLayoutItemId
Can only be used within DC license or dev mode |
Modifier and Type | Class and Description |
---|---|
static class |
LabelService.AddLabelValidationResult |
static class |
LabelService.LabelsResult |
static class |
LabelService.LabelSuggestionResult |
static class |
LabelService.LabelValidationResult |
static class |
LabelService.SetLabelValidationResult |
Modifier and Type | Class and Description |
---|---|
static class |
IssueLinkService.AddIssueLinkValidationResult |
static class |
IssueLinkService.DeleteIssueLinkValidationResult |
static class |
IssueLinkService.IssueLinkResult |
static class |
IssueLinkService.IssueLinkValidationResult |
static class |
IssueLinkService.SingleIssueLinkResult |
static class |
RemoteIssueLinkService.CreateValidationResult
Holds the information about validating a create remote issue link operation.
|
static class |
RemoteIssueLinkService.DeleteByGlobalIdValidationResult
Holds the information about validating a delete remote issue link operation.
|
static class |
RemoteIssueLinkService.DeleteValidationResult
Holds the information about validating a delete remote issue link operation.
|
static class |
RemoteIssueLinkService.RemoteIssueLinkListResult
Holds the information about performing a remote issue link operation, when a list result is expected.
|
static class |
RemoteIssueLinkService.RemoteIssueLinkResult
Holds the information about performing a remote issue link operation.
|
static class |
RemoteIssueLinkService.UpdateValidationResult
Holds the information about validating an update remote issue link operation.
|
Modifier and Type | Class and Description |
---|---|
static class |
VoteService.VoteValidationResult
A simple validation result that holds the user trying to vote, and the issue being voted on.
|
Modifier and Type | Class and Description |
---|---|
protected class |
DefaultProjectService.PermissionErrorResult
A GetProjectResult that indicates the calling user does not have permission to perform an action on a project.
|
protected class |
DefaultProjectService.ProjectNotFoundResult
A GetProjectResult that indicates a project was not found.
|
static class |
ProjectService.AbstractProjectResult |
static class |
ProjectService.AbstractProjectValidationResult |
static class |
ProjectService.CreateProjectValidationResult |
static class |
ProjectService.DeleteProjectResult |
static class |
ProjectService.DeleteProjectValidationResult |
static class |
ProjectService.GetProjectResult |
static class |
ProjectService.UpdateProjectSchemesValidationResult |
static class |
ProjectService.UpdateProjectValidationResult |
Modifier and Type | Method and Description |
---|---|
ServiceResult |
DefaultProjectService.validateUpdateProject(ApplicationUser user,
String key) |
ServiceResult |
ProjectService.validateUpdateProject(ApplicationUser user,
String key)
Deprecated.
use
ProjectService.validateUpdateProject(ApplicationUser, UpdateProjectRequest) instead; since v7.2 |
Modifier and Type | Class and Description |
---|---|
static class |
VersionService.AbstractVersionResult |
static class |
VersionService.ArchiveVersionValidationResult |
static class |
VersionService.CreateVersionValidationResult |
static class |
VersionService.MoveVersionValidationResult |
static class |
VersionService.ReasonsServiceResult<R,T>
A generified
ServiceResultImpl that allows Service-specified Reasons to be set as part of the result (in
addition to Reasons specified inside the ErrorCollection . |
static class |
VersionService.ReleaseVersionValidationResult |
static class |
VersionService.VersionBuilderValidationResult
Result object that relates to new VersionService methods that take a
VersionBuilder as a parameter. |
static class |
VersionService.VersionResult |
static class |
VersionService.VersionsResult |
Modifier and Type | Method and Description |
---|---|
ServiceResult |
DefaultVersionService.deleteVersionAndSwap(JiraServiceContext serviceContext,
DeleteVersionWithCustomFieldParameters parameters) |
ServiceResult |
VersionService.deleteVersionAndSwap(JiraServiceContext serviceContext,
DeleteVersionWithCustomFieldParameters parameters)
Remove specified version.
|
Modifier and Type | Class and Description |
---|---|
static class |
RemoteVersionLinkService.DeleteValidationResult
Holds the information about validating a delete remote version link operation.
|
static class |
RemoteVersionLinkService.PutValidationResult
Holds the information about validating a create remote version link operation.
|
static class |
RemoteVersionLinkService.RemoteVersionLinkListResult
Holds the information about performing a remote version link operation, when a list result is expected.
|
static class |
RemoteVersionLinkService.RemoteVersionLinkResult
Holds the information about performing a remote version link operation.
|
Modifier and Type | Method and Description |
---|---|
ServiceResult |
DefaultProjectRoleService.validateNoRoleUsage(ProjectRole projectRole) |
ServiceResult |
ProjectRoleService.validateNoRoleUsage(ProjectRole projectRole)
Checks if the given role is not used.
|
Modifier and Type | Class and Description |
---|---|
static class |
UserService.AddUserToApplicationValidationResult |
static class |
UserService.CreateUsernameValidationResult |
static class |
UserService.CreateUserValidationResult |
static class |
UserService.DeleteUserValidationResult |
static class |
UserService.RemoveUserFromApplicationValidationResult |
static class |
UserService.UpdateUserValidationResult |
Modifier and Type | Class and Description |
---|---|
static class |
WhitelistService.WhitelistResult
Deprecated.
|
static class |
WhitelistService.WhitelistUpdateValidationResult
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ServiceResult |
DefaultNodeStateService.activate(ApplicationUser user) |
ServiceResult |
NodeStateService.activate(ApplicationUser user)
Activate the current node, provided the user has the necessary permissions.
|
ServiceResult |
DefaultNodeStateService.deactivate(ApplicationUser user) |
ServiceResult |
NodeStateService.deactivate(ApplicationUser user)
Deactivate the node.
|
Modifier and Type | Class and Description |
---|---|
static class |
IssueTypeService.CreateValidationResult |
static class |
IssueTypeService.DeleteValidationResult |
static class |
IssueTypeService.UpdateValidationResult |
Modifier and Type | Method and Description |
---|---|
ServiceResult |
SubTaskService.moveSubTask(ApplicationUser user,
Issue parentIssue,
Long currentSequence,
Long sequence) |
ServiceResult |
SubTaskServiceImpl.moveSubTask(ApplicationUser user,
Issue parentIssue,
Long currentSequence,
Long sequence) |
Modifier and Type | Method and Description |
---|---|
ServiceResult |
OwnershipTransferHandlerWithBLValidationErrors.update(OwnershipTransferParameter parameter) |
ServiceResult |
UserAnonymizationHandlerWithBLValidationErrors.update(UserAnonymizationParameter parameter) |
ServiceResult |
UserNameChangeHandlerWithBLValidationErrors.update(UserPropertyChangeParameter parameter) |
ServiceResult |
UserKeyChangeHandlerWithBLValidationErrors.update(UserPropertyChangeParameter parameter) |
Modifier and Type | Method and Description |
---|---|
ServiceResult |
ReferenceFilterDeletionVerifier.verifyForDelete(long filterId) |
Modifier and Type | Method and Description |
---|---|
ServiceResult |
ReferenceOwnershipTransferHandler.update(OwnershipTransferParameter ownershipTransferParameter) |
ServiceResult |
ReferenceUserAnonymizationHandler.update(UserAnonymizationParameter userAnonymizationParameter) |
ServiceResult |
ReferenceUserKeyChangeHandler.update(UserPropertyChangeParameter userPropertyChangeParameter) |
ServiceResult |
ReferenceUserNameChangeHandler.update(UserPropertyChangeParameter userPropertyChangeParameter) |
Modifier and Type | Class and Description |
---|---|
static class |
EntityPropertyService.DeletePropertyValidationResult |
static class |
EntityPropertyService.PropertyKeys<E> |
static class |
EntityPropertyService.PropertyResult |
static class |
EntityPropertyService.PropertyServiceResult |
static class |
EntityPropertyService.SetPropertyValidationResult |
Modifier and Type | Method and Description |
---|---|
ServiceResult |
FilterDeletionVerifier.verifyForDelete(long filterId)
Used to determine if a filter can be safely deleted that may have dependants outside
of Jira.
|
Modifier and Type | Class and Description |
---|---|
static class |
TerminologyEntryWriter.TerminologyValidationResult
A simple object that holds the result of validation whether new terminology entry can be created.
|
Modifier and Type | Class and Description |
---|---|
static class |
ArchivedIssueSearchService.ValidationResult |
static class |
ArchivedIssueService.ArchivingResult
A simple object that holds the information about an issue archive/restore operation.
|
static class |
ArchivedIssueService.ValidationResult
A simple object that holds the information about validating an archive/restore issue operation.
|
Modifier and Type | Class and Description |
---|---|
static class |
HistoryMetadataManager.HistoryMetadataResult
Holds the information about retrieving history metadata, or errors encountered
|
Modifier and Type | Method and Description |
---|---|
ServiceResult |
DefaultPrioritySchemeService.deleteScheme(ApplicationUser user,
FieldConfigScheme priorityFieldConfig) |
ServiceResult |
PrioritySchemeService.deleteScheme(ApplicationUser user,
FieldConfigScheme priorityFieldConfig)
Deletes the scheme and associates it's project with the default priority scheme.
|
ServiceResult |
DefaultPrioritySchemeService.deleteScheme(ApplicationUser user,
Long id) |
ServiceResult |
PrioritySchemeService.deleteScheme(ApplicationUser user,
Long id)
Deletes the scheme and associates it's project with the default priority scheme.
|
ServiceResult |
DefaultPrioritySchemeService.schemeDataValidate(ApplicationUser user,
PrioritySchemeService.PrioritySchemeData prioritySchemeData) |
ServiceResult |
PrioritySchemeService.schemeDataValidate(ApplicationUser user,
PrioritySchemeService.PrioritySchemeData prioritySchemeData)
Validates if passed
PrioritySchemeService.PrioritySchemeData can be used to create/edit priority scheme. |
Modifier and Type | Class and Description |
---|---|
static class |
AdhocNotificationService.ValidateNotificationResult |
Modifier and Type | Method and Description |
---|---|
ServiceResult |
DefaultPermissionSchemeService.assignPermissionSchemeToProject(ApplicationUser user,
Long schemeId,
Long projectId) |
ServiceResult |
PermissionSchemeService.assignPermissionSchemeToProject(ApplicationUser user,
Long schemeId,
Long projectId)
Sets the specified permission scheme in the given project.
|
ServiceResult |
DefaultPermissionSchemeService.deletePermissionScheme(ApplicationUser user,
Long id) |
ServiceResult |
PermissionSchemeService.deletePermissionScheme(ApplicationUser user,
Long id)
Deletes a permission scheme.
|
Modifier and Type | Class and Description |
---|---|
static class |
ShareService.ValidateShareIssueResult |
static class |
ShareService.ValidateShareResult |
static class |
ShareService.ValidateShareSearchRequestResult |
Modifier and Type | Method and Description |
---|---|
ServiceResult |
UpdateUsernameInWebhookDaoChangeHandler.update(UserPropertyChangeParameter parameter) |
Modifier and Type | Class and Description |
---|---|
static class |
ArchivedProjectService.ArchivingResult
A simple object that holds the information about an project archive/restore operation.
|
static class |
ArchivedProjectService.ValidationResult
A simple object that holds the information about validating an archive/restore project operation.
|
Modifier and Type | Method and Description |
---|---|
static javax.ws.rs.core.Response |
WorkflowSchemeRestHelper.createErrorResponse(ServiceResult result) |
Modifier and Type | Class and Description |
---|---|
static class |
UpdateUserApplicationHelper.ApplicationUpdateResult |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ResponseFactory.serviceResultToNoContentResponse(ServiceResult serviceResult)
Transforms a service result to "no content" (204) HTTP response with cache control set to never
if the result is valid, or error response is invalid.
|
javax.ws.rs.core.Response |
ResponseFactoryImpl.serviceResultToNoContentResponse(ServiceResult serviceResult) |
Modifier and Type | Method and Description |
---|---|
protected <T extends ServiceResult> |
AbstractRemoteEntityLinkResource.valid(T result)
Verifies that the provided service result is error-free.
|
Modifier and Type | Method and Description |
---|---|
static javax.ws.rs.core.Response |
CustomFieldResource.createErrorResponse(ServiceResult result) |
Modifier and Type | Method and Description |
---|---|
ServiceResult |
SharePermissionInputBeanValidator.validateAddPermissionBean(SharePermissionInputBean inputBean,
I18nHelper i18nHelper) |
Modifier and Type | Class and Description |
---|---|
static class |
AnonymizeUserService.AnonymizeValidationResult |
class |
ServiceOutcomeWithWarnings<T>
Result with warnings from handlers.
|
class |
ServiceResultWithWarnings
Result with warnings from handlers.
|
static class |
UserPropertyChangeService.UserPropertyChangeValidationResult<P>
User property change validation result.
|
Modifier and Type | Method and Description |
---|---|
protected ServiceResult |
UserPropertyChangeManager.executeHandler(AnonymizationHandlerModuleDescriptor<T,P> handlerModuleDescriptor,
P userPropertyChangeParameter,
I18nHelper i18nBean) |
ServiceResult |
AnonymizationHandler.update(T parameter)
Performs the updates required by the user anonymization.
|
ServiceResult |
UserPropertyChangeService.userPropertyChange(UserPropertyChangeService.UserPropertyChangeValidationResult<P> userPropertyChangeValidationResult)
Performs validation (
UserPropertyChangeService.validateUserPropertyChange(UserPropertyChangeRequest) )
Updates user property in Jira
|
Modifier and Type | Method and Description |
---|---|
Map<AnonymizationHandlerModuleDescriptor,ServiceResult> |
UserPropertyChangeManager.executeHandlers(P parameter,
I18nHelper i18nBean)
Updates affected entities by calling registered handlers (
AnonymizationHandler . |
Modifier and Type | Method and Description |
---|---|
ServiceResult |
UserExternalIdChangeService.changeExternalId(ApplicationUser actingUser,
String userKey) |
ServiceResult |
UserExternalIdChangeService.validate(ApplicationUser loggedInUser,
String userKey) |
Modifier and Type | Method and Description |
---|---|
ServiceResult |
PermissionAnonymizationHandler.update(UserAnonymizationParameter parameter) |
ServiceResult |
DisplayNameInIssueHistoryHandler.update(UserAnonymizationParameter parameter) |
ServiceResult |
FilterSubscriptionAnonymizationHandler.update(UserAnonymizationParameter parameter) |
ServiceResult |
UserProfileAnonymizationHandler.update(UserAnonymizationParameter parameter) |
ServiceResult |
NotificationSchemeAnonymizationHandler.update(UserAnonymizationParameter parameter) |
ServiceResult |
ProjectRoleAnonymizationHandler.update(UserAnonymizationParameter parameter) |
ServiceResult |
DisplayNameInMultiUserFieldHistory.update(UserAnonymizationParameter parameter) |
ServiceResult |
DisplayNameInSingleUserFieldHistory.update(UserAnonymizationParameter parameter) |
Modifier and Type | Method and Description |
---|---|
ServiceResult |
GenericUserKeyChangeHandler.update(UserPropertyChangeParameter userPropertyChangeParameter) |
ServiceResult |
DelegatingChangeHandler.update(UserPropertyChangeParameter userPropertyChangeParameter) |
ServiceResult |
IssueHistoryUserKeyChangeHandler.update(UserPropertyChangeParameter userPropertyChangeParameter) |
ServiceResult |
AbstractUserKeyInWorkflowChangeHandler.update(UserPropertyChangeParameter userPropertyChangeParameter) |
ServiceResult |
IssueHistoryCustomFieldMultiUserKeyChangeHandler.update(UserPropertyChangeParameter userPropertyChangeParameter) |
ServiceResult |
CustomFieldValueUserKeyChangeHandler.update(UserPropertyChangeParameter userPropertyChangeParameter) |
ServiceResult |
CustomFieldDefaultValueUserKeyChangeHandler.update(UserPropertyChangeParameter userPropertyChangeParameter) |
protected ServiceResult |
GenericUserKeyChangeHandler.update(UserPropertyChangeParameter userPropertyChangeParameter,
int numberOfTasks) |
Modifier and Type | Method and Description |
---|---|
ServiceResult |
FilterSubscriptionOwnershipTransferHandler.update(OwnershipTransferParameter parameter) |
ServiceResult |
ComponentLeadOwnershipTransferHandler.update(OwnershipTransferParameter ownershipTransferParameter) |
ServiceResult |
ProjectLeadOwnershipTransferHandler.update(OwnershipTransferParameter ownershipTransferParameter) |
Modifier and Type | Method and Description |
---|---|
ServiceResult |
AnonymizeMentionsCommand.execute(UserPropertyChangeParameter changeParameter) |
ServiceResult |
MentionUsernameChangeHandler.update(UserPropertyChangeParameter parameter) |
Modifier and Type | Method and Description |
---|---|
ServiceResult |
UserDisableOperationStep.validate(AnonymizeUserService.AnonymizeProcessData anonymizationProcessData,
I18nHelper i18nBean,
boolean preValidate) |
ServiceResult |
UserNameChangePluginPointsOperationStep.validate(AnonymizeUserService.AnonymizeProcessData anonymizationData,
I18nHelper i18nHelper,
boolean preValidate) |
ServiceResult |
AnonymizePluginPointsStep.validate(AnonymizeUserService.AnonymizeProcessData anonymizationProcessData,
I18nHelper i18nHelper,
boolean preValidate) |
ServiceResult |
TransferOwnershipPluginPointOperationStep.validate(AnonymizeUserService.AnonymizeProcessData anonymizationProcessData,
I18nHelper i18nBean,
boolean preValidate) |
ServiceResult |
UserNameChangeOperationStep.validate(AnonymizeUserService.AnonymizeProcessData anonymizationProcessData,
I18nHelper i18nBean,
boolean preValidate) |
ServiceResult |
AnonymizeOperationStep.validate(AnonymizeUserService.AnonymizeProcessData anonymizationProcessData,
I18nHelper i18nHelper,
boolean preValidate)
Validate should ensure that request and anonymizationProcessData contain all data needed to
#performOperation(OperationsReport, AnonymizeValidationResult, Context) . |
ServiceResult |
UserKeyChangePluginPointsOperationStep.validate(AnonymizeUserService.AnonymizeProcessData anonymizationProcessData,
I18nHelper i18nHelper,
boolean preValidate) |
ServiceResult |
UserKeyChangeOperationStep.validate(AnonymizeUserService.AnonymizeProcessData anonymizationProcessData,
I18nHelper i18nHelper,
boolean preValidate) |
ServiceResult |
UserExternalIdChangeOperationStep.validate(AnonymizeUserService.AnonymizeProcessData anonymizationProcessData,
I18nHelper i18nHelper,
boolean preValidate) |
Modifier and Type | Method and Description |
---|---|
ServiceResult |
WorkflowIssueCountValidator.validateNoIssuesInStatus(String workflowName,
String statusId)
Validates if there are no issues in
workflowName with jira status statusId |
ServiceResult |
WorkflowStatusesValidator.validateStatusDelete(ApplicationUser user,
@NotNull JiraWorkflow mutableWorkflow,
String statusId)
Validates if status can be deleted from workflow by user.
|
ServiceResult |
WorkflowStatusesValidator.validateStatusDeleteWhenOverwriteWorkflow(ApplicationUser user,
@NotNull JiraWorkflow liveWorkflow,
String statusId) |
Copyright © 2002-2024 Atlassian. All Rights Reserved.