public class CustomFieldResource extends Object
Constructor and Description |
---|
CustomFieldResource(JiraAuthenticationContext jiraAuthenticationContext,
CustomFieldBeanFactory customFieldBeanFactory,
com.atlassian.event.api.EventPublisher eventPublisher,
I18nHelper i18nHelper) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
bulkDeleteCustomFields(List<String> customFieldsIds) |
static javax.ws.rs.core.Response |
createErrorResponse(ServiceResult result) |
javax.ws.rs.core.Response |
getCustomFields(long startAt,
int maxResults,
String searchString,
List<String> projectIds,
List<String> screenIds,
List<String> types,
String sortOrder,
String sortColumn,
Long lastValueUpdate) |
public CustomFieldResource(JiraAuthenticationContext jiraAuthenticationContext, CustomFieldBeanFactory customFieldBeanFactory, com.atlassian.event.api.EventPublisher eventPublisher, I18nHelper i18nHelper)
public javax.ws.rs.core.Response getCustomFields(long startAt, int maxResults, String searchString, List<String> projectIds, List<String> screenIds, List<String> types, String sortOrder, String sortColumn, Long lastValueUpdate)
public javax.ws.rs.core.Response bulkDeleteCustomFields(List<String> customFieldsIds)
public static javax.ws.rs.core.Response createErrorResponse(ServiceResult result)
Copyright © 2002-2021 Atlassian. All Rights Reserved.