@PublicApi
public interface UserFilterManager
| Modifier and Type | Method and Description |
|---|---|
UserFilter |
getFilter(FieldConfig fieldConfig)
Retrieve the user filter options of a custom field configuration.
|
void |
removeFilter(Long customFieldId)
Remove all the user filter options of a custom field.
|
void |
updateFilter(FieldConfig fieldConfig,
UserFilter filter)
Update the user filter options of a custom field configuration.
|
UserFilter getFilter(FieldConfig fieldConfig)
Create an empty selection with UserFilter.DISABLED if not found.
fieldConfig - the custom field configuration of the user filtervoid updateFilter(FieldConfig fieldConfig, UserFilter filter)
fieldConfig - the custom field configuration of which the user filter is to be updatedfilter - contains the new user filter values to be updatedvoid removeFilter(Long customFieldId)
customFieldId - the id of the custom fieldCopyright © 2002-2019 Atlassian. All Rights Reserved.