- getAllowedRequestHeaders(String) - Method in interface com.atlassian.plugins.rest.common.security.descriptor.CorsDefaults
-
For the provided origin, returns a set of HTTP headers which the browser may include when making a request.
- getAllowedResponseHeaders(String) - Method in interface com.atlassian.plugins.rest.common.security.descriptor.CorsDefaults
-
For the provided origin, returns a set of HTTP headers which the browser's CORS support can forward on to the
underlying request.
- getCallback() - Method in class com.atlassian.plugins.rest.common.expand.entity.AbstractPagedListWrapper
-
- getCallback() - Method in interface com.atlassian.plugins.rest.common.expand.entity.ListWrapper
-
- getCode() - Method in class com.atlassian.plugins.rest.common.Status
-
- getContentType() - Method in interface com.atlassian.plugins.rest.common.multipart.FilePart
-
Get the content type of the part
- getContentType() - Method in class com.atlassian.plugins.rest.common.multipart.fileupload.CommonsFileUploadFilePart
-
- getDeclaredFields(Class) - Static method in class com.atlassian.plugins.rest.common.util.ReflectionUtils
-
- getEntity() - Method in class com.atlassian.plugins.rest.common.expand.DefaultExpandContext
-
- getEntity() - Method in interface com.atlassian.plugins.rest.common.expand.ExpandContext
-
- getEntityExpander(Expander) - Method in class com.atlassian.plugins.rest.common.expand.resolver.AbstractAnnotationEntityExpanderResolver
-
- getEntityExpandParameter() - Method in class com.atlassian.plugins.rest.common.expand.DefaultExpandContext
-
- getEntityExpandParameter() - Method in interface com.atlassian.plugins.rest.common.expand.ExpandContext
-
- getErrors() - Method in class com.atlassian.plugins.rest.common.validation.ValidationErrors
-
- getETag() - Method in class com.atlassian.plugins.rest.common.Status
-
- getExpandable() - Method in class com.atlassian.plugins.rest.common.expand.DefaultExpandContext
-
- getExpandable() - Method in interface com.atlassian.plugins.rest.common.expand.ExpandContext
-
- getExpander(Class<? extends T>) - Method in class com.atlassian.plugins.rest.common.expand.resolver.AbstractAnnotationEntityExpanderResolver
-
- getExpander(Class<? extends T>) - Method in class com.atlassian.plugins.rest.common.expand.resolver.ChainingEntityExpanderResolver
-
- getExpander(Class<? extends T>) - Method in class com.atlassian.plugins.rest.common.expand.resolver.CollectionEntityExpanderResolver
-
- getExpander(Class<? extends T>) - Method in interface com.atlassian.plugins.rest.common.expand.resolver.EntityExpanderResolver
-
- getExpander(Class<? extends T>) - Method in class com.atlassian.plugins.rest.common.expand.resolver.ExpandConstraintEntityExpanderResolver
-
- getExpander(Class<? extends T>) - Method in class com.atlassian.plugins.rest.common.expand.resolver.IdentityEntityExpanderResolver
-
- getExpander(Class<? extends T>) - Method in class com.atlassian.plugins.rest.common.expand.resolver.ListWrapperEntityExpanderResolver
-
- getExpander(T) - Method in class com.atlassian.plugins.rest.common.expand.SelfExpandingExpander.Resolver
-
- getExpander(Class<? extends T>) - Method in class com.atlassian.plugins.rest.common.expand.SelfExpandingExpander.Resolver
-
- getExpandParameter(Expandable) - Method in class com.atlassian.plugins.rest.common.expand.parameter.DefaultExpandParameter
-
- getExpandParameter(Expandable) - Method in interface com.atlassian.plugins.rest.common.expand.parameter.ExpandParameter
-
- getFieldValue(Field, Object) - Static method in class com.atlassian.plugins.rest.common.util.ReflectionUtils
-
Gets the value of the
field for the given object.
- getFilePart(HttpServletRequest, String) - Method in class com.atlassian.plugins.rest.common.multipart.fileupload.CommonsFileUploadMultipartHandler
-
- getFilePart(String) - Method in interface com.atlassian.plugins.rest.common.multipart.MultipartForm
-
Get the first file part for the given field name
- getFilePart(HttpServletRequest, String) - Method in interface com.atlassian.plugins.rest.common.multipart.MultipartHandler
-
Get the first file part for the given field name from the request
- getFileParts(String) - Method in interface com.atlassian.plugins.rest.common.multipart.MultipartForm
-
Get the first file parts for the given field name
- getForm(HttpServletRequest) - Method in class com.atlassian.plugins.rest.common.multipart.fileupload.CommonsFileUploadMultipartHandler
-
- getForm(RequestContext) - Method in class com.atlassian.plugins.rest.common.multipart.fileupload.CommonsFileUploadMultipartHandler
-
- getForm(HttpServletRequest) - Method in interface com.atlassian.plugins.rest.common.multipart.MultipartHandler
-
Parse the multipart form from this request
- getHref() - Method in class com.atlassian.plugins.rest.common.Link
-
- getHttpContext() - Method in interface com.atlassian.plugins.rest.common.interceptor.MethodInvocation
-
- getIndexes(Expandable) - Method in class com.atlassian.plugins.rest.common.expand.parameter.DefaultExpandParameter
-
- getIndexes(Expandable) - Method in interface com.atlassian.plugins.rest.common.expand.parameter.ExpandParameter
-
- getIndexes(int) - Method in interface com.atlassian.plugins.rest.common.expand.parameter.Indexes
-
Gets a sorted set of all indexes, negative indexes having been translated into their positive counter part.
- getInjectableValuesProvider(AbstractResourceMethod) - Method in class com.atlassian.plugins.rest.common.multipart.jersey.MultipartFormDispatchProvider
-
- getInputStream() - Method in interface com.atlassian.plugins.rest.common.multipart.FilePart
-
Get the input stream of the part
- getInputStream() - Method in class com.atlassian.plugins.rest.common.multipart.fileupload.CommonsFileUploadFilePart
-
- getItems(Indexes) - Method in interface com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback
-
- getKey() - Method in class com.atlassian.plugins.rest.common.Status.Plugin
-
- getMaxFileSize() - Method in interface com.atlassian.plugins.rest.common.multipart.MultipartConfig
-
Get the max file size
- getMaxIndex(int) - Method in interface com.atlassian.plugins.rest.common.expand.parameter.Indexes
-
Gets the maximum index in the range, given the total size of the collection to consider.
- getMaxResults() - Method in class com.atlassian.plugins.rest.common.expand.entity.AbstractPagedListWrapper
-
- getMaxSize() - Method in interface com.atlassian.plugins.rest.common.multipart.MultipartConfig
-
Get the max size
- getMessage() - Method in class com.atlassian.plugins.rest.common.error.jersey.UncaughtExceptionEntity
-
- getMessage() - Method in class com.atlassian.plugins.rest.common.Status
-
- getMessage() - Method in class com.atlassian.plugins.rest.common.validation.ValidationError
-
- getMethod() - Method in interface com.atlassian.plugins.rest.common.interceptor.MethodInvocation
-
- getMinIndex(int) - Method in interface com.atlassian.plugins.rest.common.expand.parameter.Indexes
-
Gets the minimum index in the range, given the total size of the collection to consider.
- getName() - Method in interface com.atlassian.plugins.rest.common.multipart.FilePart
-
Get the file name of the part
- getName() - Method in class com.atlassian.plugins.rest.common.multipart.fileupload.CommonsFileUploadFilePart
-
- getPagingCallback() - Method in class com.atlassian.plugins.rest.common.expand.entity.AbstractPagedListWrapper
-
Gets the call back that will actually "retrieve" the necessary element to populate the List.
- getParameters() - Method in interface com.atlassian.plugins.rest.common.interceptor.MethodInvocation
-
Get the objects that will passed into the method.
- getPath() - Method in class com.atlassian.plugins.rest.common.validation.ValidationError
-
- getPlugin() - Method in class com.atlassian.plugins.rest.common.Status
-
- getPrincipal() - Method in interface com.atlassian.plugins.rest.common.security.AuthenticationContext
-
- getRel() - Method in class com.atlassian.plugins.rest.common.Link
-
- getRequestFilter() - Method in class com.atlassian.plugins.rest.common.security.jersey.AdminOnlyResourceFilter
-
- getRequestFilter() - Method in class com.atlassian.plugins.rest.common.security.jersey.CorsResourceFilter
-
- getRequestFilter() - Method in class com.atlassian.plugins.rest.common.security.jersey.SysadminOnlyResourceFilter
-
- getRequestFilter() - Method in class com.atlassian.plugins.rest.common.security.jersey.XsrfResourceFilter
-
- getResource() - Method in interface com.atlassian.plugins.rest.common.interceptor.MethodInvocation
-
- getResourceInterceptorsForMethod(Method) - Method in class com.atlassian.plugins.rest.common.interceptor.impl.InterceptorChainBuilder
-
- getResourcesCreated() - Method in class com.atlassian.plugins.rest.common.Status
-
- getResourcesUpdated() - Method in class com.atlassian.plugins.rest.common.Status
-
- getResponseFilter() - Method in class com.atlassian.plugins.rest.common.security.jersey.AdminOnlyResourceFilter
-
- getResponseFilter() - Method in class com.atlassian.plugins.rest.common.security.jersey.CorsResourceFilter
-
- getResponseFilter() - Method in class com.atlassian.plugins.rest.common.security.jersey.SysadminOnlyResourceFilter
-
- getResponseFilter() - Method in class com.atlassian.plugins.rest.common.security.jersey.XsrfResourceFilter
-
- getSize(UncaughtExceptionEntity, Class<?>, Type, Annotation[], MediaType) - Method in class com.atlassian.plugins.rest.common.error.jersey.UncaughtExceptionEntityWriter
-
- getSize() - Method in class com.atlassian.plugins.rest.common.expand.entity.AbstractPagedListWrapper
-
- getStackTrace() - Method in class com.atlassian.plugins.rest.common.error.jersey.UncaughtExceptionEntity
-
- getStartIndex() - Method in class com.atlassian.plugins.rest.common.expand.entity.AbstractPagedListWrapper
-
- getSubCode() - Method in class com.atlassian.plugins.rest.common.Status
-
- getURI(Response) - Method in interface com.atlassian.plugins.rest.common.util.RestUrlBuilder
-
- getUrlFor(URI, Class<T>) - Method in interface com.atlassian.plugins.rest.common.util.RestUrlBuilder
-
- getValue() - Method in interface com.atlassian.plugins.rest.common.multipart.FilePart
-
Get the simple value of the part
- getValue() - Method in class com.atlassian.plugins.rest.common.multipart.fileupload.CommonsFileUploadFilePart
-
- getVersion() - Method in class com.atlassian.plugins.rest.common.Status.Plugin
-