java.lang.Object | |
↳ | com.atlassian.jira.issue.history.ChangeLogUtils |
Utility methods for managing ChangeGroup entities on issues, also known as the Change Log or Change History.
TODO: Migrate methods to ChangeHistoryManager and deprecate
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Writes the given field changes to the db and optionally a changelog.
| |||||||||||
This method is deprecated.
Use
createChangeGroup(com.atlassian.jira.user.ApplicationUser, org.ofbiz.core.entity.GenericValue, org.ofbiz.core.entity.GenericValue, java.util.Collection, boolean) instead. Since v6.0.
| |||||||||||
This method is deprecated.
Use
createChangeGroup(com.atlassian.jira.user.ApplicationUser, org.ofbiz.core.entity.GenericValue, org.ofbiz.core.entity.GenericValue, java.util.Collection, boolean) instead. Since v6.0. | |||||||||||
This method is deprecated.
Use
createChangeGroup(com.atlassian.jira.user.ApplicationUser, org.ofbiz.core.entity.GenericValue, org.ofbiz.core.entity.GenericValue, java.util.Collection, boolean) instead. Since v6.0.
| |||||||||||
This method is deprecated.
use
removeAllChangeItems(com.atlassian.jira.issue.Issue)
instead.
| |||||||||||
Returns a List of ChangeItemBean objects for each of the relevant fields
that differ between the two issues.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Writes the given field changes to the db and optionally a changelog.
changeAuthor | the ApplicationUser making the change. |
---|---|
before | The issue before the update. |
after | This issue after the update. |
incomingChangeItems | Some ChangeItemBean . |
generateChangeItems | if true, a changelog is actually generated. |
This method is deprecated.
Use createChangeGroup(com.atlassian.jira.user.ApplicationUser, org.ofbiz.core.entity.GenericValue, org.ofbiz.core.entity.GenericValue, java.util.Collection, boolean)
instead. Since v6.0.
Writes the given field changes to the db and optionally a changelog.
changeAuthor | the User making the change. |
---|---|
before | The issue before the update. |
after | This issue after the update. |
incomingChangeItems | Some ChangeItemBean . |
generateChangeItems | if true, a changelog is actually generated. |
This method is deprecated.
Use createChangeGroup(com.atlassian.jira.user.ApplicationUser, org.ofbiz.core.entity.GenericValue, org.ofbiz.core.entity.GenericValue, java.util.Collection, boolean)
instead. Since v6.0.
Writes the given field changes to the db and optionally a changelog.
changeAuthor | the ApplicationUser making the change. |
---|---|
before | The issue before the update. |
after | This issue after the update. |
incomingChangeItems | Some ChangeItemBean . |
generateChangeItems | if true, a changelog is actually generated. |
This method is deprecated.
Use createChangeGroup(com.atlassian.jira.user.ApplicationUser, org.ofbiz.core.entity.GenericValue, org.ofbiz.core.entity.GenericValue, java.util.Collection, boolean)
instead. Since v6.0.
changeAuthor | the User making the change. |
---|---|
before | The issue before the update. |
after | This issue after the update. |
incomingChangeItems | Some ChangeItemBean . |
generateChangeItems | if true, a changelog is actually generated. |
This method is deprecated.
use removeAllChangeItems(com.atlassian.jira.issue.Issue)
instead.
Deletes all the change groups and change items associated with the provided issue.
issue | represents the issue that is being deleted |
---|
Returns a List of ChangeItemBean objects for each of the relevant fields that differ between the two issues.
before | A GenericValue for the issue before the change. |
---|---|
after | A GenericValue for the issue after the change. |