public class UpdateFieldsHelperBeanImpl extends Object implements UpdateFieldsHelperBean
Constructor and Description |
---|
UpdateFieldsHelperBeanImpl(PermissionManager permissionManager,
JiraAuthenticationContext authenticationContext,
FieldScreenRendererFactory fieldScreenRendererFactory) |
Modifier and Type | Method and Description |
---|---|
List |
getFieldsForEdit(ApplicationUser user,
Issue issueObject) |
boolean |
isEditable(Issue issue) |
boolean |
isFieldValidForEdit(ApplicationUser user,
String fieldId,
Issue issueObject) |
public UpdateFieldsHelperBeanImpl(PermissionManager permissionManager, JiraAuthenticationContext authenticationContext, FieldScreenRendererFactory fieldScreenRendererFactory)
public boolean isEditable(Issue issue)
public List getFieldsForEdit(ApplicationUser user, Issue issueObject)
getFieldsForEdit
in interface UpdateFieldsHelperBean
public boolean isFieldValidForEdit(ApplicationUser user, String fieldId, Issue issueObject)
isFieldValidForEdit
in interface UpdateFieldsHelperBean
Copyright © 2002-2015 Atlassian. All Rights Reserved.