com.atlassian.jira.issue.fields
Class AbstractUserFieldImpl
java.lang.Object
com.atlassian.jira.issue.fields.AbstractField
com.atlassian.jira.issue.fields.AbstractOrderableField
com.atlassian.jira.issue.fields.AbstractOrderableNavigableFieldImpl
com.atlassian.jira.issue.fields.AbstractUserFieldImpl
- All Implemented Interfaces:
- Field, NavigableField, OrderableField, SearchableField, UserField, Comparable
- Direct Known Subclasses:
- AssigneeSystemField, ReporterSystemField
public abstract class AbstractUserFieldImpl
- extends AbstractOrderableNavigableFieldImpl
- implements UserField
Base class for single user-based fields
- Since:
- v5.2
Methods inherited from class com.atlassian.jira.issue.fields.AbstractOrderableField |
createAssociatedSearchHandler, getApplicationProperties, getBulkEditHtml, getCreateHtml, getEditHtml, getPermissionManager, getRelevantParams, getVelocityParams, getVelocityParams, getViewHtml, hasBulkUpdatePermission, hasParam, hasPermission, isHidden, populateFromParams, rendererTypesEqual, renderTemplate, valuesEqual |
Methods inherited from interface com.atlassian.jira.issue.fields.OrderableField |
availableForBulkEdit, canRemoveValueFromIssueObject, createValue, getCreateHtml, getDefaultValue, getEditHtml, getValueFromParams, getViewHtml, getViewHtml, hasValue, isShown, needsMove, populateDefaults, populateForMove, populateFromIssue, populateParamsFromString, removeValueFromIssueObject, updateIssue, updateValue, validateParams |
AbstractUserFieldImpl
protected AbstractUserFieldImpl(String id,
String name,
VelocityTemplatingEngine templatingEngine,
ApplicationProperties applicationProperties,
JiraAuthenticationContext authenticationContext,
PermissionManager permissionManager,
SearchHandlerFactory searchHandlerFactory,
UserHistoryManager userHistoryManager)
addToUsedUserHistoryIfValueChanged
protected void addToUsedUserHistoryIfValueChanged(MutableIssue issue)
- If the value of this field has changed in the issue, the new user is added to the "used user" history
Copyright © 2002-2014 Atlassian. All Rights Reserved.