@PublicApi public class ChangeHistory extends Object implements WithId
com.atlassian.jira.issue.changehistory.ChangeHistoryManager#getChangeHistoriesForUser(com.atlassian.jira.issue.Issue, User)
ID_COMPARATOR
Constructor and Description |
---|
ChangeHistory(org.ofbiz.core.entity.GenericValue changeHistoryGV,
IssueManager issueManager)
Deprecated.
|
ChangeHistory(org.ofbiz.core.entity.GenericValue changeHistoryGV,
IssueManager issueManager,
UserManager userManager) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Deprecated.
Use
getAuthorKey() instead. Since v6.0. |
String |
getAuthorDisplayName()
Returns the display name of the author of this Change
|
String |
getAuthorKey()
Returns the userkey of the author of this Change
|
ApplicationUser |
getAuthorObject()
Returns the author of this Change
|
ApplicationUser |
getAuthorUser()
Deprecated.
Use
getAuthorObject() instead. Since v6.0.
Returns the author of this Change |
List<ChangeItemBean> |
getChangeItemBeans() |
List<org.ofbiz.core.entity.GenericValue> |
getChangeItems() |
String |
getComment() |
String |
getFullName()
Deprecated.
Use
getAuthorDisplayName() instead. Since v5.0. |
Long |
getId() |
Issue |
getIssue() |
Long |
getIssueId() |
String |
getLevel() |
Timestamp |
getTimePerformed() |
String |
getUsername()
Deprecated.
Use
getAuthorObject() instead. Since v5.0. |
public ChangeHistory(org.ofbiz.core.entity.GenericValue changeHistoryGV, IssueManager issueManager)
ChangeHistory(org.ofbiz.core.entity.GenericValue, com.atlassian.jira.issue.IssueManager, com.atlassian.jira.user.util.UserManager)
()} instead. Since v6.0.public ChangeHistory(org.ofbiz.core.entity.GenericValue changeHistoryGV, IssueManager issueManager, UserManager userManager)
public Long getId()
public String getUsername()
getAuthorObject()
instead. Since v5.0.public String getAuthor()
getAuthorKey()
instead. Since v6.0.public String getAuthorKey()
public ApplicationUser getAuthorObject()
public ApplicationUser getAuthorUser()
getAuthorObject()
instead. Since v6.0.
Returns the author of this Change
public String getAuthorDisplayName()
public String getFullName()
getAuthorDisplayName()
instead. Since v5.0.public Timestamp getTimePerformed()
public String getLevel()
public String getComment()
public List<ChangeItemBean> getChangeItemBeans()
public List<org.ofbiz.core.entity.GenericValue> getChangeItems()
public Issue getIssue()
public Long getIssueId()
Copyright © 2002-2019 Atlassian. All Rights Reserved.