Modifier and Type | Method and Description |
---|---|
protected void |
AbstractIssueConstantsManager.removeConstant(com.querydsl.core.types.dsl.StringPath field,
T oldConstant,
String newId)
Removes a constant value.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultProjectImportManager.doImport(ProjectImportOptions projectImportOptions,
ProjectImportData projectImportData,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
ProjectImportResults projectImportResults,
TaskProgressInterval taskProgressInterval,
I18nHelper i18n,
ApplicationUser importAuthor) |
void |
ProjectImportManager.doImport(ProjectImportOptions projectImportOptions,
ProjectImportData projectImportData,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
ProjectImportResults projectImportResults,
TaskProgressInterval taskProgressInterval,
I18nHelper i18n,
ApplicationUser importAuthor)
This will perform the project import based on the mappings provided.
|
void |
ProjectImportPersister.reIndexProject(ProjectImportMapper projectImportMapper,
TaskProgressInterval taskProgressInterval,
I18nHelper i18n)
Re-indexes all the new Issues that have just been created in this Project Import.
|
void |
DefaultProjectImportPersister.reIndexProject(ProjectImportMapper projectImportMapper,
TaskProgressInterval taskProgressInterval,
I18nHelper i18n) |
Modifier and Type | Method and Description |
---|---|
IndexCommandResult |
DefaultIndexRecoveryService.recoverIndexFromBackup(ApplicationUser user,
Context context,
I18nHelper i18n,
String recoveryFilename,
TaskProgressSink taskProgressSink) |
IndexCommandResult |
IndexRecoveryService.recoverIndexFromBackup(ApplicationUser user,
Context context,
I18nHelper i18n,
String recoveryFilename,
TaskProgressSink taskProgressSink)
Recovers an index from an index backup
|
IndexCommandResult |
IndexRecoveryManager.recoverIndexFromBackup(File recoveryFile,
TaskProgressSink taskProgressSink)
Recovers an index from an index backup.
|
IndexCommandResult |
DefaultIndexRecoveryManager.recoverIndexFromBackup(File recoveryFile,
TaskProgressSink taskProgressSink) |
void |
IndexRecoveryManager.reindexIssuesIn(com.atlassian.core.util.DateUtils.DateRange range,
TaskProgressSink taskProgressSink)
Reindex issues with last updated date within the following range
The range is
fromLatest date in the index
toLatest date in the database
The range can actually be negative, indicating there are indexed updates which do not belong and so may need to be removed.
|
void |
DefaultIndexRecoveryManager.reindexIssuesIn(com.atlassian.core.util.DateUtils.DateRange range,
TaskProgressSink taskProgressSink) |
Modifier and Type | Method and Description |
---|---|
void |
BulkOnlyIndexManager.deIndex(org.ofbiz.core.entity.GenericValue entity) |
void |
DefaultIndexManager.deIndex(org.ofbiz.core.entity.GenericValue entity) |
void |
IssueIndexManager.deIndex(org.ofbiz.core.entity.GenericValue issue)
Deprecated.
Since v5.0 use
IssueIndexManager.deIndex(Issue) instead. Since v7.0 use IssueIndexingService.deIndex(Issue) instead. |
void |
BulkOnlyIndexManager.deIndex(Issue issue) |
void |
DefaultIndexManager.deIndex(Issue issue) |
void |
IssueIndexManager.deIndex(Issue issue)
Deprecated.
Call this as
IssueIndexingService.deIndex(Issue) instead. Since v7.0. |
void |
IssueIndexingService.deIndex(Issue issue)
Remove an issue from the search index.
|
void |
IssueIndexManager.deIndexIssueObjects(Set<Issue> issuesToDelete,
boolean updateReplicatedIndexStore)
Deprecated.
Call this as
IssueIndexingService.deIndexIssueObjects(Set, boolean) instead. Since v7.0. |
void |
IssueIndexingService.deIndexIssueObjects(Set<Issue> issuesToDelete,
boolean updateReplicatedIndexStore)
Remove a set of issues from the search index.
|
void |
BulkOnlyIndexManager.reIndex(org.ofbiz.core.entity.GenericValue entity) |
void |
DefaultIndexManager.reIndex(org.ofbiz.core.entity.GenericValue issueGV) |
void |
IssueIndexManager.reIndex(org.ofbiz.core.entity.GenericValue issue)
Deprecated.
Since v5.0. Use
IssueIndexManager.reIndex(Issue) instead. Since v7.0, use IssueIndexingService.reIndex(Issue) instead. |
void |
BulkOnlyIndexManager.reIndex(Issue entity) |
void |
DefaultIndexManager.reIndex(Issue issue) |
void |
IssueIndexManager.reIndex(Issue issue)
Deprecated.
Call this as
IssueIndexingService.reIndex(Issue) instead. Since v7.0. |
void |
IssueIndexingService.reIndex(Issue issue)
Reindex an issue (eg.
|
void |
IssueIndexManager.reIndex(Issue issue,
boolean reIndexComments,
boolean reIndexChangeHistory)
Deprecated.
Since v6.4, use
IssueIndexManager.reIndex(Issue, IssueIndexingParams) . Since v7.0, use IssueIndexingService.reIndex(Issue, IssueIndexingParams) . |
void |
IssueIndexManager.reIndex(Issue issue,
IssueIndexingParams issueIndexingParams)
Deprecated.
Call this as
IssueIndexingService.reIndex(Issue, IssueIndexingParams) instead. Since v7.0. |
void |
IssueIndexingService.reIndex(Issue issue,
IssueIndexingParams issueIndexingParams)
Reindex an issue (eg.
|
long |
BulkOnlyIndexManager.reIndexAll() |
long |
DefaultIndexManager.reIndexAll() |
long |
IssueIndexManager.reIndexAll()
Deprecated.
Call this as
IssueIndexingService.reIndexAll() instead. Since v7.0. |
long |
IssueIndexingService.reIndexAll()
Reindex all issues.
|
long |
IssueIndexManager.reIndexAll(Context context,
boolean useBackgroundReindexing,
boolean updateReplicatedIndexStore)
Deprecated.
Call this as
IssueIndexingService.reIndexAll(Context, boolean, boolean) instead. Since v7.0. |
long |
IssueIndexingService.reIndexAll(Context context,
boolean useBackgroundReindexing,
boolean updateReplicatedIndexStore)
Reindex all issues.
|
long |
IssueIndexManager.reIndexAll(Context context,
boolean useBackgroundReindexing,
boolean reIndexComments,
boolean reIndexChangeHistory,
boolean updateReplicatedIndexStore)
Deprecated.
since v6.4 use
IssueIndexManager.reIndexAll(Context, boolean, IssueIndexingParams, boolean) instead. Since
v7.0 use IssueIndexingService.reIndexAll(Context, boolean, IssueIndexingParams, boolean) instead. |
long |
IssueIndexManager.reIndexAll(Context context,
boolean useBackgroundReindexing,
IssueIndexingParams issueIndexingParams,
boolean updateReplicatedIndexStore)
Deprecated.
Call this as
IssueIndexingService.reIndexAll(Context, boolean, IssueIndexingParams, boolean)
instead. Since v7.0. |
long |
IssueIndexingService.reIndexAll(Context context,
boolean useBackgroundReindexing,
IssueIndexingParams issueIndexingParams,
boolean updateReplicatedIndexStore)
Reindex all issues.
|
long |
BulkOnlyIndexManager.reIndexAll(com.atlassian.johnson.event.Event event) |
long |
DefaultIndexManager.reIndexComments(Collection<Comment> comments) |
long |
IssueIndexManager.reIndexComments(Collection<Comment> comments)
Deprecated.
Call this as
IssueIndexingService.reIndexComments(Collection) instead. Since v7.0. |
long |
IssueIndexingService.reIndexComments(Collection<Comment> comments)
Reindexes a collection of comments.
|
long |
DefaultIndexManager.reIndexComments(Collection<Comment> comments,
Context context) |
long |
IssueIndexManager.reIndexComments(Collection<Comment> comments,
Context context)
Deprecated.
Call this as
IssueIndexingService.reIndexComments(Collection, Context) instead. Since v7.0. |
long |
IssueIndexingService.reIndexComments(Collection<Comment> comments,
Context context)
Reindexes a collection of comments.
|
long |
DefaultIndexManager.reIndexComments(Collection<Comment> comments,
Context context,
boolean updateReplicatedIndexStore) |
long |
IssueIndexManager.reIndexComments(Collection<Comment> comments,
Context context,
boolean updateReplicatedIndexStore)
Deprecated.
Call this as
IssueIndexingService.reIndexComments(Collection, Context, boolean) instead.
Since v7.0. |
long |
IssueIndexingService.reIndexComments(Collection<Comment> comments,
Context context,
boolean updateReplicatedIndexStore)
Reindexes a collection of comments.
|
long |
BulkOnlyIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects) |
long |
DefaultIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects) |
long |
IssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects)
Deprecated.
Call this as
IssueIndexingService.reIndexIssueObjects(Collection) instead. Since v7.0. |
long |
IssueIndexingService.reIndexIssueObjects(Collection<? extends Issue> issueObjects)
Reindex a set of issues.
|
long |
DefaultIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects,
boolean reIndexComments,
boolean reIndexChangeHistory) |
long |
IssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects,
boolean reIndexComments,
boolean reIndexChangeHistory)
Deprecated.
|
long |
IssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects,
boolean reIndexComments,
boolean reIndexChangeHistory,
boolean updateReplicatedIndexStore)
Deprecated.
|
long |
DefaultIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects,
IssueIndexingParams issueIndexingParams) |
long |
IssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects,
IssueIndexingParams issueIndexingParams)
Deprecated.
Call this as
IssueIndexingService.reIndexIssueObjects(Collection, IssueIndexingParams)
instead. Since v7.0. |
long |
IssueIndexingService.reIndexIssueObjects(Collection<? extends Issue> issueObjects,
IssueIndexingParams issueIndexingParams)
Reindex a set of issues.
|
long |
IssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects,
IssueIndexingParams issueIndexingParams,
boolean updateReplicatedIndexStore)
Deprecated.
Call this as
IssueIndexingService.reIndexIssueObjects(Collection, IssueIndexingParams,
boolean) instead. Since v7.0. |
long |
IssueIndexingService.reIndexIssueObjects(Collection<? extends Issue> issueObjects,
IssueIndexingParams issueIndexingParams,
boolean updateReplicatedIndexStore)
Reindex a set of issues.
|
long |
BulkOnlyIndexManager.reIndexIssues(Collection<org.ofbiz.core.entity.GenericValue> issues) |
long |
DefaultIndexManager.reIndexIssues(Collection<org.ofbiz.core.entity.GenericValue> issues) |
long |
IssueIndexManager.reIndexIssues(Collection<org.ofbiz.core.entity.GenericValue> issues)
Deprecated.
Since v5.0, use
IssueIndexManager.reIndexIssueObjects(Collection) instead. Since v7.0, use
IssueIndexingService.reIndexIssueObjects(Collection) instead. |
protected long |
DefaultIndexManager.reIndexIssues(Collection<org.ofbiz.core.entity.GenericValue> issues,
IssueIndexingParams issueIndexingParams) |
long |
DefaultIndexManager.reIndexIssues(IssuesIterable issuesIterable,
Context context) |
long |
IssueIndexManager.reIndexIssues(IssuesIterable issuesIterable,
Context context)
Deprecated.
Call this as
IssueIndexingService.reIndexIssues(IssuesIterable, Context) instead. Since v7.0. |
long |
IssueIndexingService.reIndexIssues(IssuesIterable issuesIterable,
Context context)
Reindex a list of issues, passing an optional event that will be set progress
|
long |
DefaultIndexManager.reIndexIssues(IssuesIterable issuesIterable,
Context context,
boolean reIndexComments,
boolean reIndexChangeHistory) |
long |
IssueIndexManager.reIndexIssues(IssuesIterable issuesIterable,
Context context,
boolean reIndexComments,
boolean reIndexChangeHistory)
Deprecated.
|
long |
IssueIndexManager.reIndexIssues(IssuesIterable issuesIterable,
Context context,
IssueIndexingParams issueIndexingParams)
Deprecated.
Call this as
IssueIndexingService.reIndexIssues(IssuesIterable, Context, IssueIndexingParams)
instead. Since v7.0. |
long |
IssueIndexingService.reIndexIssues(IssuesIterable issuesIterable,
Context context,
IssueIndexingParams issueIndexingParams)
Reindex a list of issues, passing an optional event that will be set progress.
|
long |
BulkOnlyIndexManager.reIndexIssues(IssuesIterable issuesIterable,
com.atlassian.johnson.event.Event event) |
long |
DefaultIndexManager.reIndexWorklogs(Collection<Worklog> worklogs) |
long |
IssueIndexManager.reIndexWorklogs(Collection<Worklog> worklogs)
Deprecated.
Call this as
IssueIndexingService.reIndexWorklogs(Collection) instead. Since v7.0. |
long |
IssueIndexingService.reIndexWorklogs(Collection<Worklog> worklogs)
Reindexes a collection of worklogs.
|
long |
DefaultIndexManager.reIndexWorklogs(Collection<Worklog> worklogs,
Context context) |
long |
IssueIndexManager.reIndexWorklogs(Collection<Worklog> worklogs,
Context context)
Deprecated.
Call this as
IssueIndexingService.reIndexWorklogs(Collection, Context) instead. Since v7.0. |
long |
IssueIndexingService.reIndexWorklogs(Collection<Worklog> worklogs,
Context context)
Reindexes a collection of worklogs.
|
long |
DefaultIndexManager.reIndexWorklogs(Collection<Worklog> worklogs,
Context context,
boolean updateReplicatedIndexStore) |
long |
IssueIndexManager.reIndexWorklogs(Collection<Worklog> worklogs,
Context context,
boolean updateReplicatedIndexStore)
Deprecated.
Call this as
IssueIndexingService.reIndexWorklogs(Collection, Context, boolean)
instead. Since v7.0. |
long |
IssueIndexingService.reIndexWorklogs(Collection<Worklog> worklogs,
Context context,
boolean updateReplicatedIndexStore)
Reindexes a collection of worklogs.
|
long |
BulkOnlyIndexManager.release() |
long |
DefaultIndexManager.release() |
long |
IssueIndexManager.release()
Release indexing on this thread.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultVersionManager.moveIssuesToNewVersion(List<Issue> issues,
Version currentVersion,
Version swapToVersion) |
void |
VersionManager.moveIssuesToNewVersion(List<Issue> issues,
Version currentVersion,
Version swapToVersion)
Swaps the list of issues supplied from one Fix version to another.
|
void |
MockVersionManager.moveIssuesToNewVersion(List issues,
Version currentVersion,
Version swapToVersion) |
Modifier and Type | Method and Description |
---|---|
long |
DefaultSharedEntityIndexManager.reIndexAll() |
Copyright © 2002-2019 Atlassian. All Rights Reserved.