- AbstractAnnotationEntityExpanderResolver - Class in com.atlassian.plugins.rest.common.expand.resolver
-
- AbstractAnnotationEntityExpanderResolver() - Constructor for class com.atlassian.plugins.rest.common.expand.resolver.AbstractAnnotationEntityExpanderResolver
-
- AbstractPagedListWrapper<T> - Class in com.atlassian.plugins.rest.common.expand.entity
-
An abstract list wrapper that provides support for paging information:
size
max-results
start-index
- AbstractPagedListWrapper(int, int) - Constructor for class com.atlassian.plugins.rest.common.expand.entity.AbstractPagedListWrapper
-
- AbstractRecursiveEntityExpander<T> - Class in com.atlassian.plugins.rest.common.expand
-
- AbstractRecursiveEntityExpander() - Constructor for class com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander
-
- AcceptHeaderJerseyMvcFilter - Class in com.atlassian.plugins.rest.module.filter
-
This is a filter to "fix" user agents with broken Accept headers.
- AcceptHeaderJerseyMvcFilter() - Constructor for class com.atlassian.plugins.rest.module.filter.AcceptHeaderJerseyMvcFilter
-
- AcceptLanguageFilter - Class in com.atlassian.plugins.rest.module.filter
-
Filter wraps ContainerRequest to change the way how AcceptableLanguage header parsed
By default Jersey doesn't process well UN M.49 region codes.
- AcceptLanguageFilter() - Constructor for class com.atlassian.plugins.rest.module.filter.AcceptLanguageFilter
-
- Activator - Class in com.atlassian.plugins.rest.module
-
- Activator(BundleContext) - Constructor for class com.atlassian.plugins.rest.module.Activator
-
- add(URI) - Static method in class com.atlassian.plugins.rest.common.Link
-
Creates a link using the given URI builder to build the URI.
- addAnyOf(Schema) - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema.Builder
-
- addBasicAuthentication(String, String, String) - Method in class com.atlassian.plugins.rest.module.jersey.JerseyRequest
-
- addDefinition(Schema) - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema.Builder
-
- addError(ValidationError) - Method in class com.atlassian.plugins.rest.common.validation.ValidationErrors
-
- addFilterModule(ServletFilterModuleDescriptor) - Method in class com.atlassian.plugins.rest.module.servlet.DefaultRestServletModuleManager
-
- addHeader(String, String) - Method in class com.atlassian.plugins.rest.module.jersey.JerseyRequest
-
- AdditionalExpandsProvider<T> - Interface in com.atlassian.plugins.rest.common.expand
-
A plugin point which can supply additional expands to be returned in the expand string when rendering the object.
- addPatternProperty(String, Schema) - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema.Builder
-
- addPerson(Person) - Method in class com.atlassian.plugins.rest.validation.ValidatedResource
-
- addProperty(String, Schema) - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema.Builder
-
- addRequestParameters(String...) - Method in class com.atlassian.plugins.rest.module.jersey.JerseyRequest
-
- addRequired(String) - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema.Builder
-
- addServlet(Plugin, String, String) - Method in class com.atlassian.plugins.rest.module.servlet.DefaultRestServletModuleManager
-
- addServlet(Plugin, String, HttpServlet, ServletContext) - Method in class com.atlassian.plugins.rest.module.servlet.DefaultRestServletModuleManager
-
- addServletModule(ServletModuleDescriptor) - Method in class com.atlassian.plugins.rest.module.servlet.DefaultRestServletModuleManager
-
- AdminOnlyResourceFilter - Class in com.atlassian.plugins.rest.common.security.jersey
-
Filter that can be used to restrict access to resources to administrators.
- AdminOnlyResourceFilter(UserManager) - Constructor for class com.atlassian.plugins.rest.common.security.jersey.AdminOnlyResourceFilter
-
- afterPropertiesSet() - Method in class com.atlassian.plugins.rest.module.Activator
-
- allowsCredentials(String) - Method in interface com.atlassian.plugins.rest.common.security.descriptor.CorsDefaults
-
Given an origin which has already passed an
CorsDefaults.allowsOrigin(String) check, tests that origin to determine
if it is whitelisted for making a
credentialed CORS request, on behalf of a specific user.
- allowsCredentials(String) - Method in class com.atlassian.plugins.rest.cors.SimpleCorsDefaults
-
- allowsOrigin(String) - Method in interface com.atlassian.plugins.rest.common.security.descriptor.CorsDefaults
-
Tests the provided origin to determine if it is whitelisted for making non-credentialed CORS requests.
- allowsOrigin(String) - Method in class com.atlassian.plugins.rest.cors.SimpleCorsDefaults
-
- aMethod() - Method in class com.atlassian.rest.test.jar.ClassWithAnnotatedMethod
-
- AnAnnotation - Annotation Type in com.atlassian.rest.test.jar
-
- AnnotatedClass - Class in com.atlassian.rest.test.jar
-
- AnnotatedClass() - Constructor for class com.atlassian.rest.test.jar.AnnotatedClass
-
- AnnotatedClassScanner - Class in com.atlassian.plugins.rest.module.scanner
-
Search for Java classes in the specified OSGi bundle that are annotated or have at least one method annotated with one or more of a set of annotations.
- AnnotatedClassScanner(Bundle, Class<?>...) - Constructor for class com.atlassian.plugins.rest.module.scanner.AnnotatedClassScanner
-
- Annotations - Class in com.atlassian.plugins.rest.doclet.generators.schema
-
- AnonymousAllowed - Annotation Type in com.atlassian.plugins.rest.common.security
-
An annotation to tell that resources are accessible by anonymous users (i.e.
- AnotherAnnotatedClass - Class in com.atlassian.rest.test.jar2
-
- AnotherAnnotatedClass() - Constructor for class com.atlassian.rest.test.jar2.AnotherAnnotatedClass
-
- ANTI_SNIFFING_HEADER_NAME - Static variable in class com.atlassian.plugins.rest.common.security.jersey.AntiSniffingResponseFilter
-
- ANTI_SNIFFING_HEADER_VALUE - Static variable in class com.atlassian.plugins.rest.common.security.jersey.AntiSniffingResponseFilter
-
- AntiSniffingResponseFilter - Class in com.atlassian.plugins.rest.common.security.jersey
-
This class adds a 'X-Content-Type-Options' header to responses to
prevent certain browsers from performing mime-type sniffing.
- AntiSniffingResponseFilter() - Constructor for class com.atlassian.plugins.rest.common.security.jersey.AntiSniffingResponseFilter
-
- any - Variable in class com.atlassian.plugins.rest.doclet.generators.grammars.Grammars
-
- ANY_PATH_PATTERN - Static variable in class com.atlassian.plugins.rest.module.RestApiContext
-
- ApiVersion - Class in com.atlassian.plugins.rest.common.version
-
- ApiVersion(String) - Constructor for class com.atlassian.plugins.rest.common.version.ApiVersion
-
- ApiVersion(String, Function<String, RuntimeException>) - Constructor for class com.atlassian.plugins.rest.common.version.ApiVersion
-
- ApiVersion - Class in com.atlassian.plugins.rest.module
-
Please add new functionality to the superclass so other modules can use it.
- ApiVersion(String) - Constructor for class com.atlassian.plugins.rest.module.ApiVersion
-
- Apple - Class in com.atlassian.plugins.rest.sample.entities
-
- Apple() - Constructor for class com.atlassian.plugins.rest.sample.entities.Apple
-
- Apple(String, String, String) - Constructor for class com.atlassian.plugins.rest.sample.entities.Apple
-
- applesForOranges(Orange, HttpHeaders) - Method in class com.atlassian.plugins.rest.sample.entities.EntityResource
-
- APPLICATION_JAVASCRIPT - Static variable in class com.atlassian.plugins.rest.common.MediaTypes
-
- APPLICATION_JAVASCRIPT_TYPE - Static variable in class com.atlassian.plugins.rest.common.MediaTypes
-
- APPLICATION_XML - Static variable in class com.atlassian.plugins.rest.doclet.generators.AtlassianWadlGeneratorConfig
-
- ATLASSIAN_ALLOW_JSONP - Static variable in class com.atlassian.plugins.rest.module.json.JsonWithPaddingResponseFilter
-
- AtlassianWadlGeneratorConfig - Class in com.atlassian.plugins.rest.doclet.generators
-
- AtlassianWadlGeneratorConfig() - Constructor for class com.atlassian.plugins.rest.doclet.generators.AtlassianWadlGeneratorConfig
-
- AtlassianWadlGeneratorResourceDocSupport - Class in com.atlassian.plugins.rest.doclet.generators.resourcedoc
-
This class generates the WADL description of rest resources and considers the rest plugin module descriptors
configured inside the atlassian-plugin.xml file when generating the resource path.
- AtlassianWadlGeneratorResourceDocSupport() - Constructor for class com.atlassian.plugins.rest.doclet.generators.resourcedoc.AtlassianWadlGeneratorResourceDocSupport
-
- AtlassianWadlGeneratorResourceDocSupport(WadlGenerator, ResourceDocType) - Constructor for class com.atlassian.plugins.rest.doclet.generators.resourcedoc.AtlassianWadlGeneratorResourceDocSupport
-
- AtlassianWadlGeneratorResourceDocSupport.ResourcePathInformation - Class in com.atlassian.plugins.rest.doclet.generators.resourcedoc
-
- attachTypes(ApplicationDescription) - Method in class com.atlassian.plugins.rest.doclet.generators.grammars.WadlGrammarsAdaptor
-
- AuthenticatedResourceFilterFactory - Class in com.atlassian.plugins.rest.common.security.jersey
-
A ResourceFilterFactory that checks whether the client is authenticated or not.
- AuthenticatedResourceFilterFactory(AuthenticationContext) - Constructor for class com.atlassian.plugins.rest.common.security.jersey.AuthenticatedResourceFilterFactory
-
- AuthenticationContext - Interface in com.atlassian.plugins.rest.common.security
-
An authentication context to retrieve the principal and authentication status.
- AuthenticationContextInjectableProvider - Class in com.atlassian.plugins.rest.common.security.jersey
-
- AuthenticationContextInjectableProvider(AuthenticationContext) - Constructor for class com.atlassian.plugins.rest.common.security.jersey.AuthenticationContextInjectableProvider
-
- AuthenticationRequiredException - Exception in com.atlassian.plugins.rest.common.security
-
Exception thrown when a client tries to access a resources that requires authentication and the client is not authenticated.
- AuthenticationRequiredException() - Constructor for exception com.atlassian.plugins.rest.common.security.AuthenticationRequiredException
-
- AuthorisationException - Exception in com.atlassian.plugins.rest.common.security
-
- AuthorisationException() - Constructor for exception com.atlassian.plugins.rest.common.security.AuthorisationException
-
- AuthorisationException(String) - Constructor for exception com.atlassian.plugins.rest.common.security.AuthorisationException
-
- AuthorisationExceptionMapper - Class in com.atlassian.plugins.rest.common.security.jersey
-
- AuthorisationExceptionMapper() - Constructor for class com.atlassian.plugins.rest.common.security.jersey.AuthorisationExceptionMapper
-
- AutowiredResource - Class in com.atlassian.plugins.rest.autowiring
-
- AutowiredResource(SomeService) - Constructor for class com.atlassian.plugins.rest.autowiring.AutowiredResource
-
- Game - Class in com.atlassian.plugins.rest.sample.expansion.entity
-
- Game(String) - Constructor for class com.atlassian.plugins.rest.sample.expansion.entity.Game
-
- GameResource - Class in com.atlassian.plugins.rest.sample.expansion.resource
-
Resource representing a Game such as Rugby, Football (and I mean soccer), etc.
- GameResource() - Constructor for class com.atlassian.plugins.rest.sample.expansion.resource.GameResource
-
- generateSchema(RichClass, RestProperty.Scope) - Static method in class com.atlassian.plugins.rest.doclet.generators.schema.SchemaGenerator
-
- get(String) - Method in class com.atlassian.plugins.rest.error.ErrorResource
-
- get() - Method in class com.atlassian.plugins.rest.expand.ExpandResource
-
- get() - Method in class com.atlassian.plugins.rest.json.JsonObjectResource
-
- get() - Method in class com.atlassian.plugins.rest.sample.entities.EntityResource
-
- get() - Method in class com.atlassian.plugins.rest.scope.explicit.ExplicitScopeResource
-
- get() - Method in class com.atlassian.plugins.rest.scope.implicit.ImplicitScopeResource
-
- get() - Method in class com.atlassian.plugins.rest.scope.inactive.NonScopedResource
-
- get$ref() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema
-
- get_enum() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema
-
- getActualClass() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.ModelClass
-
- getActualClass() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.RichClass
-
- getAdditionalExpands(T) - Method in interface com.atlassian.plugins.rest.common.expand.AdditionalExpandsProvider
-
- getAdditionalProperties() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema
-
- 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.
- getAllowedRequestHeaders(String) - Method in class com.atlassian.plugins.rest.cors.SimpleCorsDefaults
-
- 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.
- getAllowedResponseHeaders(String) - Method in class com.atlassian.plugins.rest.cors.SimpleCorsDefaults
-
- getAllProjects() - Method in class com.atlassian.plugins.rest.test.ProjectsResource
-
- getAnnotation(Class<T>, AnnotatedElement) - Static method in class com.atlassian.plugins.rest.common.util.ReflectionUtils
-
Gets the provided annotation from the provided annotated element, if it exists.
- getAnonymousMessage() - Method in class com.atlassian.plugins.rest.helloworld.HelloWorld
-
- getAny() - Method in class com.atlassian.plugins.rest.doclet.generators.grammars.Grammars
-
Gets the value of the any property.
- getAnyOf() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema
-
- getApiPath() - Method in class com.atlassian.plugins.rest.module.RestApiContext
-
- getAuthenticatedMessage() - Method in class com.atlassian.plugins.rest.helloworld.HelloWorld
-
- getBasePath() - Method in class com.atlassian.plugins.rest.module.RestServletFilterModuleDescriptor
-
- getCallback() - Method in class com.atlassian.plugins.rest.common.expand.entity.AbstractPagedListWrapper
-
- getCallback() - Method in interface com.atlassian.plugins.rest.common.expand.entity.ListWrapper
-
- getCallback() - Method in class com.atlassian.plugins.rest.test.Developers
-
- getCallback() - Method in class com.atlassian.plugins.rest.test.FavouriteDrinks
-
- getClassifier() - Method in class com.atlassian.plugins.rest.common.version.ApiVersion
-
- getCode() - Method in class com.atlassian.plugins.rest.common.Status
-
- getCollectionItemModel() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.ModelClass
-
- getComponentProvider(Class<?>) - Method in class com.atlassian.plugins.rest.module.OsgiComponentProviderFactory
-
- getComponentProvider(ComponentContext, Class<?>) - Method in class com.atlassian.plugins.rest.module.OsgiComponentProviderFactory
-
- getConfig() - Method in class com.atlassian.plugins.rest.module.RestApiContext
-
- getContent() - Method in class com.atlassian.plugins.rest.doclet.generators.grammars.Doc
-
Gets the value of the content property.
- 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
-
- getContentType() - Method in class com.atlassian.plugins.rest.multipart.FilePartObject
-
- getContextlessPathToVersion() - Method in class com.atlassian.plugins.rest.module.RestApiContext
-
- getDeclaredFields(Class) - Static method in class com.atlassian.plugins.rest.common.util.ReflectionUtils
-
- getDefinitions() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema
-
- getDescription(AnnotatedElement) - Static method in class com.atlassian.plugins.rest.doclet.generators.schema.Annotations
-
- getDescription() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.ModelClass
-
- getDescription() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema
-
- getDescription() - Method in class com.atlassian.plugins.rest.test.FavouriteDrink
-
- getDescription() - Method in class com.atlassian.plugins.rest.test.Project
-
- getDeveloper(String, UriInfo) - Static method in class com.atlassian.plugins.rest.test.Developer
-
- getDevelopers() - Method in class com.atlassian.plugins.rest.test.Developers
-
- getDevelopers() - Method in class com.atlassian.plugins.rest.test.Project
-
- getDoc() - Method in class com.atlassian.plugins.rest.doclet.generators.grammars.Grammars
-
Gets the value of the doc property.
- getDoc() - Method in class com.atlassian.plugins.rest.doclet.generators.grammars.Include
-
Gets the value of the doc property.
- getEmail() - Method in class com.atlassian.plugins.rest.test.Developer
-
- getEntity() - Method in class com.atlassian.plugins.rest.common.expand.DefaultExpandContext
-
- getEntity() - Method in interface com.atlassian.plugins.rest.common.expand.ExpandContext
-
- getEntity(Class<T>) - Method in class com.atlassian.plugins.rest.module.jersey.JerseyResponse
-
- getEntityExpander(Expander) - Method in class com.atlassian.plugins.rest.common.expand.resolver.AbstractAnnotationEntityExpanderResolver
-
- getEntityExpander(Expander) - Method in class com.atlassian.plugins.rest.module.expand.resolver.PluginEntityExpanderResolver
-
- 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
-
- getFavouriteDrinks() - Method in class com.atlassian.plugins.rest.test.Developer
-
- getFavouriteDrinks() - Method in class com.atlassian.plugins.rest.test.FavouriteDrinks
-
- getFieldName() - Method in class com.atlassian.plugins.rest.multipart.FilePartObject
-
- getFieldValue(Field, Object) - Static method in class com.atlassian.plugins.rest.common.util.ReflectionUtils
-
Gets the value of the
field for the given object.
- getFilename() - Method in class com.atlassian.plugins.rest.multipart.FilePartObject
-
- 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
- getFileParts() - Method in class com.atlassian.plugins.rest.multipart.FilePartObjects
-
- getFilters(FilterLocation, String, FilterConfig) - Method in class com.atlassian.plugins.rest.module.servlet.DefaultRestServletModuleManager
-
- getFilters(FilterLocation, String, FilterConfig, FilterDispatcherCondition) - Method in class com.atlassian.plugins.rest.module.servlet.DefaultRestServletModuleManager
-
- 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
- getFormat() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema
-
- getFullName() - Method in class com.atlassian.plugins.rest.sample.expansion.entity.Player
-
- getFullName() - Method in class com.atlassian.plugins.rest.test.Developer
-
- getGame(String, UriBuilder) - Method in class com.atlassian.plugins.rest.sample.expansion.resource.DataStore
-
- getGame() - Method in class com.atlassian.plugins.rest.sample.expansion.resource.GameResource
-
- getGeneric() - Method in class com.atlassian.plugins.rest.json.DummyJsonObjectResource
-
- getGenericTypes() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.RichClass
-
- getHeader(String) - Method in class com.atlassian.plugins.rest.module.jersey.JerseyResponse
-
- getHeaders() - Method in class com.atlassian.plugins.rest.module.jersey.JerseyRequest
-
- getHeaders() - Method in class com.atlassian.plugins.rest.module.jersey.JerseyResponse
-
- getHref() - Method in class com.atlassian.plugins.rest.common.Link
-
- getHref() - Method in class com.atlassian.plugins.rest.doclet.generators.grammars.Include
-
Gets the value of the href property.
- getHttpContext() - Method in interface com.atlassian.plugins.rest.common.interceptor.MethodInvocation
-
- getHttpServletRequest() - Static method in class com.atlassian.plugins.rest.module.servlet.ServletUtils
-
- getId() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema
-
- getId() - Method in class com.atlassian.plugins.rest.sample.expansion.entity.Player
-
- getInclude() - Method in class com.atlassian.plugins.rest.doclet.generators.grammars.Grammars
-
Gets the value of the include property.
- 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.
- getInformation() - Method in class com.atlassian.plugins.rest.test.Project
-
- getInformation(UriInfo) - Static method in class com.atlassian.plugins.rest.test.ProjectInformation
-
- 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
-
- getInstance(BundleContext, ServiceReference) - Method in interface com.atlassian.plugins.rest.module.OsgiFactory
-
- getInstance() - Method in class com.atlassian.plugins.rest.module.xml.XMLStreamReaderContextProvider
-
- getInstance() - Static method in class com.atlassian.plugins.rest.sample.expansion.resource.DataStore
-
- getInvalidVersion() - Method in exception com.atlassian.plugins.rest.module.InvalidVersionException
-
- getItems(Indexes) - Method in interface com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback
-
- getItems() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema
-
- getKey() - Method in class com.atlassian.plugins.rest.common.Status.Plugin
-
- getLang() - Method in class com.atlassian.plugins.rest.doclet.generators.grammars.Doc
-
Gets the value of the lang property.
- getLink() - Method in class com.atlassian.plugins.rest.test.Developer
-
- getLink() - Method in class com.atlassian.plugins.rest.test.ProjectInformation
-
- getLink() - Method in class com.atlassian.plugins.rest.test.ProjectSpecification
-
- getLongDescription() - Method in class com.atlassian.plugins.rest.test.ProjectInformation
-
- getLongName() - Method in class com.atlassian.plugins.rest.test.ProjectInformation
-
- getMajor() - Method in class com.atlassian.plugins.rest.common.version.ApiVersion
-
- getMaxFileSize() - Method in interface com.atlassian.plugins.rest.common.multipart.MultipartConfig
-
Get the max file size
- getMaxFileSize() - Method in class com.atlassian.plugins.rest.multipart.MultipartResource.SmallMultipartConfig
-
- 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
- getMaxSize() - Method in class com.atlassian.plugins.rest.multipart.MultipartResource.SmallMultipartConfig
-
- 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
-
- getMessage() - Method in class com.atlassian.plugins.rest.interceptor.InterceptedResource
-
- getMessage() - Method in class com.atlassian.plugins.rest.interceptor.Message
-
- getMessage() - Method in exception com.atlassian.plugins.rest.module.InvalidVersionException
-
- getMessage() - Method in class com.atlassian.plugins.rest.v1_1.Version1_1Resource
-
- getMessageForAdmin(AuthenticationContext) - Method in class com.atlassian.plugins.rest.helloworld.HelloWorld
-
- getMethod() - Method in interface com.atlassian.plugins.rest.common.interceptor.MethodInvocation
-
- getMicro() - Method in class com.atlassian.plugins.rest.common.version.ApiVersion
-
- 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.
- getMinor() - Method in class com.atlassian.plugins.rest.common.version.ApiVersion
-
- getModule() - Method in class com.atlassian.plugins.rest.module.RestModuleDescriptor
-
- getModule() - Method in class com.atlassian.plugins.rest.module.RestServletFilterModuleDescriptor
-
- getModule() - Method in class com.atlassian.plugins.rest.module.security.descriptor.CorsDefaultsModuleDescriptorImpl
-
- getModuleDescriptor(String) - Method in class com.atlassian.plugins.rest.module.RestModuleDescriptorFactory
-
- getName() - Method in class com.atlassian.plugins.rest.autowiring.SomeService
-
- 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
-
- getName() - Method in class com.atlassian.plugins.rest.interceptor.NameProviderService
-
- getName() - Method in class com.atlassian.plugins.rest.module.RestServletFilterModuleDescriptor
-
- getName() - Method in class com.atlassian.plugins.rest.sample.entities.Apple
-
- getName() - Method in class com.atlassian.plugins.rest.sample.entities.Orange
-
- getName() - Method in class com.atlassian.plugins.rest.sample.entities.Pear
-
- getName() - Method in class com.atlassian.plugins.rest.sample.expansion.entity.Game
-
- getName() - Method in class com.atlassian.plugins.rest.test.FavouriteDrink
-
- getName() - Method in class com.atlassian.plugins.rest.test.Project
-
- getName() - Method in class com.atlassian.plugins.rest.validation.Person
-
- getName() - Method in class com.atlassian.plugins.rest.validation.PersonResponse
-
- getOtherAttributes() - Method in class com.atlassian.plugins.rest.doclet.generators.grammars.Doc
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.atlassian.plugins.rest.doclet.generators.grammars.Include
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getPackages() - Method in class com.atlassian.plugins.rest.module.RestApiContext
-
- 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.
- getPagingCallback() - Method in class com.atlassian.plugins.rest.sample.expansion.entity.Players
-
- 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
-
- getPath() - Method in class com.atlassian.plugins.rest.doclet.generators.resourcedoc.AtlassianWadlGeneratorResourceDocSupport.ResourcePathInformation
-
- getPathToLatest() - Method in class com.atlassian.plugins.rest.module.RestApiContext
-
- getPathToVersion() - Method in class com.atlassian.plugins.rest.module.RestApiContext
-
- getPathToVersion(String) - Method in class com.atlassian.plugins.rest.module.RestApiContext
-
- getPattern() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.PatternedProperties
-
- getPatternedProperties() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.ModelClass
-
- getPatternProperties() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema
-
- getPlayer() - Method in class com.atlassian.plugins.rest.sample.expansion.entity.PlayerRecord
-
- getPlayer(int, UriBuilder) - Method in class com.atlassian.plugins.rest.sample.expansion.resource.DataStore
-
- getPlayer(Integer) - Method in class com.atlassian.plugins.rest.sample.expansion.resource.PlayerResource
-
- getPlayerName(int) - Method in class com.atlassian.plugins.rest.sample.expansion.resource.DataStore
-
- getPlayerRecord() - Method in class com.atlassian.plugins.rest.sample.expansion.entity.SubRecord
-
- getPlayerRecord(Player) - Method in class com.atlassian.plugins.rest.sample.expansion.resource.DataStore
-
This simulates the lookup of the expensive data element about the given player.
- getPlayers() - Method in class com.atlassian.plugins.rest.sample.expansion.entity.Game
-
- getPlayers() - Method in class com.atlassian.plugins.rest.sample.expansion.entity.Players
-
- getPlayers(UriBuilder) - Method in class com.atlassian.plugins.rest.sample.expansion.resource.DataStore
-
- getPlugin() - Method in class com.atlassian.plugins.rest.common.Status
-
- getPointsScored() - Method in class com.atlassian.plugins.rest.sample.expansion.entity.PlayerRecord
-
- getPointsScored() - Method in class com.atlassian.plugins.rest.sample.expansion.entity.SubRecord
-
- getPrincipal() - Method in interface com.atlassian.plugins.rest.common.security.AuthenticationContext
-
- getPrincipal() - Method in class com.atlassian.plugins.rest.module.security.SalAuthenticationContext
-
- getProject(String, UriInfo) - Method in class com.atlassian.plugins.rest.test.ProjectsResource
-
- getProject() - Method in class com.atlassian.plugins.rest.test.ProjectSubResource
-
- getProjects() - Method in class com.atlassian.plugins.rest.test.Projects
-
- getProjectsMap() - Method in class com.atlassian.plugins.rest.test.Projects
-
- getProperties(RestProperty.Scope) - Method in class com.atlassian.plugins.rest.doclet.generators.schema.ModelClass
-
- getProperties(Class<?>, RestProperty.Scope) - Method in class com.atlassian.plugins.rest.doclet.generators.schema.ModelClass
-
- getProperties() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema
-
- getRecord() - Method in class com.atlassian.plugins.rest.sample.expansion.entity.Player
-
- getRel() - Method in class com.atlassian.plugins.rest.common.Link
-
- getReqAccept() - Method in class com.atlassian.plugins.rest.sample.entities.Apple
-
- getReqContentType() - Method in class com.atlassian.plugins.rest.sample.entities.Apple
-
- getRequestFilter() - Method in class com.atlassian.plugins.rest.common.feature.jersey.DarkFeatureResourceFilter
-
- 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
-
- getRequestFilter() - Method in class com.atlassian.plugins.rest.module.scope.ScopeResourceFilter
-
- getRequestType() - Method in class com.atlassian.plugins.rest.doclet.generators.resourcedoc.RestMethod
-
- getRequired() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema
-
- getRequiredJaxbContextPath() - Method in class com.atlassian.plugins.rest.doclet.generators.grammars.WadlGrammarsAdaptor
-
- getResource() - Method in class com.atlassian.plugins.rest.autowiring.AutowiredResource
-
- getResource() - Method in interface com.atlassian.plugins.rest.common.interceptor.MethodInvocation
-
- getResource(String) - Method in class com.atlassian.plugins.rest.module.ChainingClassLoader
-
- getResourceAsStream(String) - Method in class com.atlassian.plugins.rest.module.ChainingClassLoader
-
- getResourceInterceptorsForMethod(Method) - Method in class com.atlassian.plugins.rest.common.interceptor.impl.InterceptorChainBuilder
-
- getResources(String) - Method in class com.atlassian.plugins.rest.module.ChainingClassLoader
-
- getResourcesCreated() - Method in class com.atlassian.plugins.rest.common.Status
-
- getResourcesUpdated() - Method in class com.atlassian.plugins.rest.common.Status
-
- getResponseBodyAsStream() - Method in class com.atlassian.plugins.rest.module.jersey.JerseyResponse
-
- getResponseBodyAsString() - Method in class com.atlassian.plugins.rest.module.jersey.JerseyResponse
-
- getResponseFilter() - Method in class com.atlassian.plugins.rest.common.feature.jersey.DarkFeatureResourceFilter
-
- 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
-
- getResponseFilter() - Method in class com.atlassian.plugins.rest.module.scope.ScopeResourceFilter
-
- getRestApiContext() - Method in class com.atlassian.plugins.rest.module.RestModuleDescriptor
-
- getRestContext() - Method in class com.atlassian.plugins.rest.module.RestApiContext
-
- getSchemasReferencedMoreThanOnce(RestProperty.Scope) - Method in class com.atlassian.plugins.rest.doclet.generators.schema.ModelClass
-
- getSelfExpanding() - Method in class com.atlassian.plugins.rest.expand.Expand
-
- getService(Bundle, ServiceRegistration) - Method in class com.atlassian.plugins.rest.module.jersey.JerseyRequestFactoryServiceFactory
-
- getService(Bundle, ServiceRegistration) - Method in class com.atlassian.plugins.rest.module.template.VelocityTemplateProcessorServiceFactory
-
- getServlet(String, ServletConfig) - Method in class com.atlassian.plugins.rest.module.servlet.DefaultRestServletModuleManager
-
- getServletModuleManager() - Method in class com.atlassian.plugins.rest.module.servlet.RestServletFilterModuleContainerServlet
-
- 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
-
- getSize() - Method in interface com.atlassian.plugins.rest.common.multipart.FilePart
-
Retrieve the size of this FilePart, in bytes
- getSize() - Method in class com.atlassian.plugins.rest.common.multipart.fileupload.CommonsFileUploadFilePart
-
- getSize() - Method in class com.atlassian.plugins.rest.test.Developers
-
- getSize() - Method in class com.atlassian.plugins.rest.test.FavouriteDrinks
-
- getSpecification() - Method in class com.atlassian.plugins.rest.test.ProjectInformation
-
- getSpecification(UriInfo) - Static method in class com.atlassian.plugins.rest.test.ProjectSpecification
-
- getStackTrace() - Method in class com.atlassian.plugins.rest.common.error.jersey.UncaughtExceptionEntity
-
- getStartIndex() - Method in class com.atlassian.plugins.rest.common.expand.entity.AbstractPagedListWrapper
-
- getStatusCode() - Method in class com.atlassian.plugins.rest.module.jersey.JerseyResponse
-
- getStatusText() - Method in class com.atlassian.plugins.rest.module.jersey.JerseyResponse
-
- getSubClass() - Method in class com.atlassian.plugins.rest.json.DummyJsonObjectResource
-
- getSubClassGeneric() - Method in class com.atlassian.plugins.rest.json.DummyJsonObjectResource
-
- getSubClassGenericExplicit() - Method in class com.atlassian.plugins.rest.json.DummyJsonObjectResource
-
- getSubCode() - Method in class com.atlassian.plugins.rest.common.Status
-
- getSubModels() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.ModelClass
-
- getSubRecord(PlayerRecord) - Method in class com.atlassian.plugins.rest.sample.expansion.resource.DataStore
-
- getSubRecord1() - Method in class com.atlassian.plugins.rest.sample.expansion.entity.PlayerRecord
-
- getSubRecord2() - Method in class com.atlassian.plugins.rest.sample.expansion.entity.PlayerRecord
-
- getSubtitle() - Method in class com.atlassian.plugins.rest.mvc.Velocity
-
- getSupportedType() - Method in interface com.atlassian.plugins.rest.common.expand.AdditionalExpandsProvider
-
- getText() - Method in class com.atlassian.plugins.rest.test.ProjectSpecification
-
- getTitle() - Method in class com.atlassian.plugins.rest.doclet.generators.grammars.Doc
-
Gets the value of the title property.
- getTitle() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.ModelClass
-
- getTitle() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema
-
- getTitle() - Method in class com.atlassian.plugins.rest.mvc.Velocity
-
- getTitle() - Method in class com.atlassian.plugins.rest.test.ProjectSpecification
-
- getTopLevelTitle() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.ModelClass
-
- getType() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.ModelClass
-
- getType() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema
-
- getURI(Response) - Method in interface com.atlassian.plugins.rest.common.util.RestUrlBuilder
-
- getURI(Method, Object[]) - Method in class com.atlassian.plugins.rest.module.util.ResourceInvokable
-
- getURI(Response) - Method in class com.atlassian.plugins.rest.module.util.RestUrlBuilderImpl
-
- getUrlFor(URI, Class<T>) - Method in interface com.atlassian.plugins.rest.common.util.RestUrlBuilder
-
- getUrlFor(URI, Class<T>) - Method in class com.atlassian.plugins.rest.module.util.RestUrlBuilderImpl
-
- getUrlForDummyResource() - Method in class com.atlassian.plugins.rest.util.RestUrlBuilderResource
-
- getUserName() - Method in class com.atlassian.plugins.rest.test.Developer
-
- 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
-
- getValue() - Method in class com.atlassian.plugins.rest.multipart.FilePartObject
-
- getValuesType() - Method in class com.atlassian.plugins.rest.doclet.generators.schema.PatternedProperties
-
- getVersion() - Method in class com.atlassian.plugins.rest.common.Status.Plugin
-
- getVersion() - Method in class com.atlassian.plugins.rest.doclet.generators.resourcedoc.AtlassianWadlGeneratorResourceDocSupport.ResourcePathInformation
-
- getVersion() - Method in class com.atlassian.plugins.rest.module.RestApiContext
-
- getVersion() - Method in class com.atlassian.plugins.rest.module.RestServletFilterModuleDescriptor
-
- getWithHeaders() - Method in class com.atlassian.plugins.rest.cors.CorsProtectedResource
-
- getWithNoHeaders() - Method in class com.atlassian.plugins.rest.cors.CorsProtectedResource
-
- getXsrfMessage() - Method in class com.atlassian.plugins.rest.xsrf.XsrfCheck
-
- getXsrfMessageRequiresXsrfCheck() - Method in class com.atlassian.plugins.rest.xsrf.XsrfCheck
-
- Grammars - Class in com.atlassian.plugins.rest.doclet.generators.grammars
-
Java class for anonymous complex type.
- Grammars() - Constructor for class com.atlassian.plugins.rest.doclet.generators.grammars.Grammars
-
- GRAMMARS_XML - Static variable in class com.atlassian.plugins.rest.doclet.generators.AtlassianWadlGeneratorConfig
-
- GrammarTransformer - Class in com.atlassian.plugins.rest.doclet.generators.grammars
-
- GrammarTransformer() - Constructor for class com.atlassian.plugins.rest.doclet.generators.grammars.GrammarTransformer
-
- SalAuthenticationContext - Class in com.atlassian.plugins.rest.module.security
-
- SalAuthenticationContext(UserManager) - Constructor for class com.atlassian.plugins.rest.module.security.SalAuthenticationContext
-
- SalMessageInterpolator - Class in com.atlassian.plugins.rest.common.validation
-
Looks up messages using SAL's I18nResolver.
- SalMessageInterpolator(I18nResolver) - Constructor for class com.atlassian.plugins.rest.common.validation.SalMessageInterpolator
-
- SalWebSudoResourceContext - Class in com.atlassian.plugins.rest.module.sal.websudo
-
- SalWebSudoResourceContext(WebSudoManager) - Constructor for class com.atlassian.plugins.rest.module.sal.websudo.SalWebSudoResourceContext
-
- sayHelloTo(String) - Method in class com.atlassian.plugins.rest.sample.helloworld.HelloWorld
-
- scan(String...) - Method in class com.atlassian.plugins.rest.module.scanner.AnnotatedClassScanner
-
- Schema - Class in com.atlassian.plugins.rest.doclet.generators.schema
-
- Schema.Builder - Class in com.atlassian.plugins.rest.doclet.generators.schema
-
- Schema.Type - Enum in com.atlassian.plugins.rest.doclet.generators.schema
-
- SchemaGenerator - Class in com.atlassian.plugins.rest.doclet.generators.schema
-
- ScopeCheckFailedException - Exception in com.atlassian.plugins.rest.module.scope
-
Thrown when an Scope check fails
- ScopeCheckFailedException(Response.Status) - Constructor for exception com.atlassian.plugins.rest.module.scope.ScopeCheckFailedException
-
- ScopeResourceFilter - Class in com.atlassian.plugins.rest.module.scope
-
Rejects requests that do not satisfy Scope checks.
- ScopeResourceFilter(ScopeManager, RestModuleDescriptor) - Constructor for class com.atlassian.plugins.rest.module.scope.ScopeResourceFilter
-
- ScopeResourceFilterFactory - Class in com.atlassian.plugins.rest.module.scope
-
Returns scope filter based on request's rest resource
- ScopeResourceFilterFactory(PluginAccessor, PluginEventManager, ScopeManager) - Constructor for class com.atlassian.plugins.rest.module.scope.ScopeResourceFilterFactory
-
- SecurityExceptionMapper - Class in com.atlassian.plugins.rest.common.security.jersey
-
- SecurityExceptionMapper() - Constructor for class com.atlassian.plugins.rest.common.security.jersey.SecurityExceptionMapper
-
- self(URI) - Static method in class com.atlassian.plugins.rest.common.Link
-
Creates a link using the given URI builder to build the URI.
- SELF_EXPANDING_STRINGS - Static variable in class com.atlassian.plugins.rest.expand.Expand
-
The value to expect when expansion is performed.
- SelfExpanding - Interface in com.atlassian.plugins.rest.common.expand
-
Represents a JAXB rest data object that is expandable and is capable of
expanding itself.
- SelfExpandingExpander - Class in com.atlassian.plugins.rest.common.expand
-
This is a general-purpose expander for atlassian-rest that delegates the
expand process to the entity that is to be expanded (instead of having that
knowledge in a separate
EntityExpander.
- SelfExpandingExpander() - Constructor for class com.atlassian.plugins.rest.common.expand.SelfExpandingExpander
-
- SelfExpandingExpander.Resolver - Class in com.atlassian.plugins.rest.common.expand
-
To use the self expanding mechanism, make sure you register an instance
of this
EntityExpanderResolver in your application's
ExpandResponseFilter.
- ServletUtils - Class in com.atlassian.plugins.rest.module.servlet
-
A class to hold some servlet related information.
- ServletUtils() - Constructor for class com.atlassian.plugins.rest.module.servlet.ServletUtils
-
- setClassAssertionStatus(String, boolean) - Method in class com.atlassian.plugins.rest.module.ChainingClassLoader
-
- setConfig(DefaultResourceConfig) - Method in class com.atlassian.plugins.rest.module.RestApiContext
-
- setConnectionTimeout(int) - Method in class com.atlassian.plugins.rest.module.jersey.JerseyRequest
-
- setContentType(String) - Method in class com.atlassian.plugins.rest.multipart.FilePartObject
-
- setDefaultAssertionStatus(boolean) - Method in class com.atlassian.plugins.rest.module.ChainingClassLoader
-
- setDescription(String) - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema.Builder
-
- setDescription(String) - Method in class com.atlassian.plugins.rest.test.FavouriteDrink
-
- setDevelopers(List<Developer>) - Method in class com.atlassian.plugins.rest.test.Developers
-
- setDevelopers(Developers) - Method in class com.atlassian.plugins.rest.test.Project
-
- setEmail(String) - Method in class com.atlassian.plugins.rest.test.Developer
-
- setEntity(Object) - Method in class com.atlassian.plugins.rest.module.jersey.JerseyRequest
-
- setEnum(Class<T>) - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema.Builder
-
- setEnvironment(WadlGenerator.Environment) - Method in class com.atlassian.plugins.rest.doclet.generators.grammars.WadlGrammarsAdaptor
-
Delegates the setting of the environment
- setErrors(List<ValidationError>) - Method in class com.atlassian.plugins.rest.common.validation.ValidationErrors
-
- setFailureStatus(Response.Status) - Method in class com.atlassian.plugins.rest.common.security.jersey.XsrfResourceFilter
-
- setFavouriteDrinks(FavouriteDrinks) - Method in class com.atlassian.plugins.rest.test.Developer
-
- setFavouriteDrinks(List<FavouriteDrink>) - Method in class com.atlassian.plugins.rest.test.FavouriteDrinks
-
- setField(boolean) - Method in class com.atlassian.plugins.rest.multipart.FilePartObject
-
- setFieldName(String) - Method in class com.atlassian.plugins.rest.multipart.FilePartObject
-
- setFieldValue(Field, Object, Object) - Static method in class com.atlassian.plugins.rest.common.util.ReflectionUtils
-
Sets the value of the
field for the given object.
- setFilename(String) - Method in class com.atlassian.plugins.rest.multipart.FilePartObject
-
- setFiles(List<RequestFilePart>) - Method in class com.atlassian.plugins.rest.module.jersey.JerseyRequest
-
- setFollowRedirects(boolean) - Method in class com.atlassian.plugins.rest.module.jersey.JerseyRequest
-
- setFullName(String) - Method in class com.atlassian.plugins.rest.sample.expansion.entity.Player
-
- setFullName(String) - Method in class com.atlassian.plugins.rest.test.Developer
-
- setGenerateSchemas(Boolean) - Method in class com.atlassian.plugins.rest.doclet.generators.resourcedoc.AtlassianWadlGeneratorResourceDocSupport
-
- setGrammarsFile(File) - Method in class com.atlassian.plugins.rest.doclet.generators.grammars.WadlGrammarsAdaptor
-
- setGrammarsStream(InputStream) - Method in class com.atlassian.plugins.rest.doclet.generators.grammars.WadlGrammarsAdaptor
-
- setHeader(String, String) - Method in class com.atlassian.plugins.rest.module.jersey.JerseyRequest
-
- setHref(String) - Method in class com.atlassian.plugins.rest.doclet.generators.grammars.Include
-
Sets the value of the href property.
- setHttpContext(HttpContext) - Method in class com.atlassian.plugins.rest.common.security.jersey.XsrfResourceFilter
-
- setHttpServletRequest(HttpServletRequest) - Static method in class com.atlassian.plugins.rest.module.servlet.ServletUtils
-
- setId(String) - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema.Builder
-
- setId(int) - Method in class com.atlassian.plugins.rest.sample.expansion.entity.Player
-
- setInformation(ProjectInformation) - Method in class com.atlassian.plugins.rest.test.Project
-
- setItems(Schema) - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema.Builder
-
- setLang(String) - Method in class com.atlassian.plugins.rest.doclet.generators.grammars.Doc
-
Sets the value of the lang property.
- setLink(Link) - Method in class com.atlassian.plugins.rest.test.Developer
-
- setLink(Link) - Method in class com.atlassian.plugins.rest.test.ProjectSpecification
-
- setLongDescription(String) - Method in class com.atlassian.plugins.rest.test.ProjectInformation
-
- setLongName(String) - Method in class com.atlassian.plugins.rest.test.ProjectInformation
-
- setMessage(String) - Method in class com.atlassian.plugins.rest.common.validation.ValidationError
-
- setMessage(String) - Method in class com.atlassian.plugins.rest.interceptor.Message
-
- setName(String) - Method in class com.atlassian.plugins.rest.autowiring.SomeService
-
- setName(String) - Method in class com.atlassian.plugins.rest.validation.Person
-
- setName(String) - Method in class com.atlassian.plugins.rest.validation.PersonResponse
-
- setOverrideGrammars(Boolean) - Method in class com.atlassian.plugins.rest.doclet.generators.grammars.WadlGrammarsAdaptor
-
- setPackageAssertionStatus(String, boolean) - Method in class com.atlassian.plugins.rest.module.ChainingClassLoader
-
- setPath(String) - Method in class com.atlassian.plugins.rest.common.validation.ValidationError
-
- setPlayers(Players) - Method in class com.atlassian.plugins.rest.sample.expansion.entity.Game
-
- setPluginModuleTracker(PluginModuleTracker<CorsDefaults, CorsDefaultsModuleDescriptor>) - Method in class com.atlassian.plugins.rest.common.security.jersey.XsrfResourceFilter
-
- setPointsScored(Integer) - Method in class com.atlassian.plugins.rest.sample.expansion.entity.PlayerRecord
-
- setPointsScored(Integer) - Method in class com.atlassian.plugins.rest.sample.expansion.entity.SubRecord
-
- setProperties(Map<String, Schema>) - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema.Builder
-
- setRecord(PlayerRecord) - Method in class com.atlassian.plugins.rest.sample.expansion.entity.Player
-
- setRequestBody(String) - Method in class com.atlassian.plugins.rest.module.jersey.JerseyRequest
-
- setRequestBody(String, String) - Method in class com.atlassian.plugins.rest.module.jersey.JerseyRequest
-
- setRequired(List<String>) - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema.Builder
-
- setSoTimeout(int) - Method in class com.atlassian.plugins.rest.module.jersey.JerseyRequest
-
- setSpecification(ProjectSpecification) - Method in class com.atlassian.plugins.rest.test.ProjectInformation
-
- setStartIndex(int) - Method in class com.atlassian.plugins.rest.common.expand.entity.AbstractPagedListWrapper
-
- setSubRecord1(SubRecord) - Method in class com.atlassian.plugins.rest.sample.expansion.entity.PlayerRecord
-
- setSubRecord2(SubRecord) - Method in class com.atlassian.plugins.rest.sample.expansion.entity.PlayerRecord
-
- setText(String) - Method in class com.atlassian.plugins.rest.test.ProjectSpecification
-
- setTitle(String) - Method in class com.atlassian.plugins.rest.doclet.generators.grammars.Doc
-
Sets the value of the title property.
- setTitle(String) - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema.Builder
-
- setTitle(String) - Method in class com.atlassian.plugins.rest.test.ProjectSpecification
-
- setType(Schema.Type) - Method in class com.atlassian.plugins.rest.doclet.generators.schema.Schema.Builder
-
- setUrl(String) - Method in class com.atlassian.plugins.rest.module.jersey.JerseyRequest
-
- setUserName(String) - Method in class com.atlassian.plugins.rest.test.Developer
-
- setValue(String) - Method in class com.atlassian.plugins.rest.multipart.FilePartObject
-
- setWadlGeneratorDelegate(WadlGenerator) - Method in class com.atlassian.plugins.rest.doclet.generators.grammars.WadlGrammarsAdaptor
-
- setXsrfRequestValidator(XsrfRequestValidator) - Method in class com.atlassian.plugins.rest.common.security.jersey.XsrfResourceFilter
-
- shouldEnforceWebSudoProtection() - Method in interface com.atlassian.plugins.rest.common.sal.websudo.WebSudoResourceContext
-
Checks if WebSudo protection is required.
- shouldEnforceWebSudoProtection() - Method in class com.atlassian.plugins.rest.module.sal.websudo.SalWebSudoResourceContext
-
Checks if WebSudo protection is required.
- shouldExpand(Expandable) - Method in class com.atlassian.plugins.rest.common.expand.parameter.DefaultExpandParameter
-
- shouldExpand(Expandable) - Method in interface com.atlassian.plugins.rest.common.expand.parameter.ExpandParameter
-
- shouldFieldBeIncludedInSchema(AnnotatedElement, String, Class<?>, RestProperty.Scope) - Static method in class com.atlassian.plugins.rest.doclet.generators.schema.Annotations
-
- showMultipartConfig(Collection<FilePart>) - Method in class com.atlassian.plugins.rest.multipart.MultipartResource
-
- showMultipartMultiple(Collection<FilePart>) - Method in class com.atlassian.plugins.rest.multipart.MultipartResource
-
- showMultipartSingle(FilePart) - Method in class com.atlassian.plugins.rest.multipart.MultipartResource
-
- SimpleCorsDefaults - Class in com.atlassian.plugins.rest.cors
-
A basic implementation of
CorsDefaults purely for testing purposes.
- SimpleCorsDefaults() - Constructor for class com.atlassian.plugins.rest.cors.SimpleCorsDefaults
-
- SLASH - Static variable in class com.atlassian.plugins.rest.module.RestApiContext
-
- Slf4jBridge - Class in com.atlassian.plugins.rest.module
-
Utility class for safely installing and uninstalling the JUL->SLF4J bridge.
- Slf4jBridge() - Constructor for class com.atlassian.plugins.rest.module.Slf4jBridge
-
- Slf4jBridge.Helper - Interface in com.atlassian.plugins.rest.module
-
- SmallMultipartConfig() - Constructor for class com.atlassian.plugins.rest.multipart.MultipartResource.SmallMultipartConfig
-
- SomeService - Class in com.atlassian.plugins.rest.autowiring
-
- SomeService() - Constructor for class com.atlassian.plugins.rest.autowiring.SomeService
-
- Status - Class in com.atlassian.plugins.rest.common
-
Status entity for those responses that don't have any other entity body.
- Status.Plugin - Class in com.atlassian.plugins.rest.common
-
- Status.StatusResponseBuilder - Class in com.atlassian.plugins.rest.common
-
- SUB_TITLE - Static variable in class com.atlassian.plugins.rest.mvc.Velocity
-
- SubRecord - Class in com.atlassian.plugins.rest.sample.expansion.entity
-
The total points scoring record for a player.
- SubRecord() - Constructor for class com.atlassian.plugins.rest.sample.expansion.entity.SubRecord
-
- SubRecord(PlayerRecord) - Constructor for class com.atlassian.plugins.rest.sample.expansion.entity.SubRecord
-
- SubRecord(int) - Constructor for class com.atlassian.plugins.rest.sample.expansion.entity.SubRecord
-
- SubRecordExpander - Class in com.atlassian.plugins.rest.sample.expansion.entity
-
Expands a {com.atlassian.plugins.rest.sample.expansion.entity.SubRecord} by asking the
DataStore to perform the database queries (fake).
- SubRecordExpander() - Constructor for class com.atlassian.plugins.rest.sample.expansion.entity.SubRecordExpander
-
- subResource() - Method in class com.atlassian.plugins.rest.util.DummyResource
-
- supportsHeader() - Method in class com.atlassian.plugins.rest.module.jersey.JerseyRequestFactory
-
- SysadminOnlyResourceFilter - Class in com.atlassian.plugins.rest.common.security.jersey
-
Filter that can be used to restrict access to resources to system administrators.
- SysadminOnlyResourceFilter(UserManager) - Constructor for class com.atlassian.plugins.rest.common.security.jersey.SysadminOnlyResourceFilter
-
- V2_KEY - Static variable in class com.atlassian.plugins.rest.restart.RestartingResource
-
- ValidatedResource - Class in com.atlassian.plugins.rest.validation
-
- ValidatedResource() - Constructor for class com.atlassian.plugins.rest.validation.ValidatedResource
-
- ValidationError - Class in com.atlassian.plugins.rest.common.validation
-
Represents a validation error
- ValidationError() - Constructor for class com.atlassian.plugins.rest.common.validation.ValidationError
-
- ValidationErrors - Class in com.atlassian.plugins.rest.common.validation
-
Represents errors from a validation failure.
- ValidationErrors() - Constructor for class com.atlassian.plugins.rest.common.validation.ValidationErrors
-
- ValidationInterceptor - Class in com.atlassian.plugins.rest.common.validation
-
Uses JSR-303 to validate incoming entity objects.
- ValidationInterceptor(I18nResolver) - Constructor for class com.atlassian.plugins.rest.common.validation.ValidationInterceptor
-
- ValidationInterceptor(MessageInterpolator) - Constructor for class com.atlassian.plugins.rest.common.validation.ValidationInterceptor
-
- value() - Method in enum com.atlassian.plugins.rest.common.security.CorsHeaders
-
- valueOf(String) - Static method in enum com.atlassian.plugins.rest.common.security.CorsHeaders
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.plugins.rest.doclet.generators.schema.Schema.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.rest.annotation.ResponseType.StatusType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.rest.annotation.RestProperty.Scope
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.atlassian.plugins.rest.common.security.CorsHeaders
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.plugins.rest.doclet.generators.schema.Schema.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.rest.annotation.ResponseType.StatusType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.rest.annotation.RestProperty.Scope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variantFor(Request) - Static method in class com.atlassian.plugins.rest.common.error.jersey.UncaughtExceptionEntity
-
- variantFor(Request) - Static method in class com.atlassian.plugins.rest.common.Status
-
- Velocity - Class in com.atlassian.plugins.rest.mvc
-
- Velocity() - Constructor for class com.atlassian.plugins.rest.mvc.Velocity
-
- VelocityTemplateProcessor - Class in com.atlassian.plugins.rest.module.template
-
Template processor that uses velocity and locates template within the bundle that uses it.
- VelocityTemplateProcessorServiceFactory - Class in com.atlassian.plugins.rest.module.template
-
OSGi Service Factory for creating velocity template processors, with the right bundle context.
- VelocityTemplateProcessorServiceFactory() - Constructor for class com.atlassian.plugins.rest.module.template.VelocityTemplateProcessorServiceFactory
-
- Version1_1Resource - Class in com.atlassian.plugins.rest.v1_1
-
- Version1_1Resource() - Constructor for class com.atlassian.plugins.rest.v1_1.Version1_1Resource
-