A B C D G H M O P R W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- additionalCookies - Variable in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
- additionalHeaders - Variable in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
B
- build() - Method in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
C
- characterSet - Variable in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
D
- DEFAULT_CHARACTER_SET - Static variable in class org.bonitasoft.web.extension.rest.RestApiResponse
-
default character set
- DEFAULT_MEDIA_TYPE - Static variable in class org.bonitasoft.web.extension.rest.RestApiResponse
-
default media type
- DEFAULT_STATUS - Static variable in class org.bonitasoft.web.extension.rest.RestApiResponse
-
default http status code
- doGet(HttpServletRequest, HttpServletResponse, PageResourceProvider, PageContext) - Method in interface org.bonitasoft.web.extension.page.PageController
-
Let the custom page parse request for specific attribute handling.
- doHandle(HttpServletRequest, RestApiResponseBuilder, RestAPIContext) - Method in interface org.bonitasoft.web.extension.rest.RestApiController
-
Let the Rest API Extension parse request for specific attribute handling.
G
- getAdditionalCookies() - Method in class org.bonitasoft.web.extension.rest.RestApiResponse
- getAdditionalHeaders() - Method in class org.bonitasoft.web.extension.rest.RestApiResponse
- getApiClient() - Method in interface org.bonitasoft.web.extension.rest.RestAPIContext
-
The
APIClientis used to access business data and Bonita APIs such as:IdentityAPI,ProcessAPI, ... - getApiSession() - Method in interface org.bonitasoft.web.extension.page.PageContext
- getApiSession() - Method in interface org.bonitasoft.web.extension.rest.RestAPIContext
- getBonitaThemeCSSURL() - Method in interface org.bonitasoft.web.extension.page.PageResourceProvider
-
The URL of the CSS used as Bonita Theme.
- getCharacterSet() - Method in class org.bonitasoft.web.extension.rest.RestApiResponse
- getFullPageName() - Method in interface org.bonitasoft.web.extension.page.PageResourceProvider
-
The page name with the process definition ID as prefix (format = p%PROCESS_DEF_ID_%pageName).
- getHttpStatus() - Method in class org.bonitasoft.web.extension.rest.RestApiResponse
- getLocale() - Method in interface org.bonitasoft.web.extension.page.PageContext
- getLocale() - Method in interface org.bonitasoft.web.extension.rest.RestAPIContext
- getMediaType() - Method in class org.bonitasoft.web.extension.rest.RestApiResponse
- getPage(PageAPI) - Method in interface org.bonitasoft.web.extension.page.PageResourceProvider
-
The deployed
Pagefor this extension. - getPageDirectory() - Method in interface org.bonitasoft.web.extension.page.PageResourceProvider
-
The folder where the extension is deployed.
- getPageName() - Method in interface org.bonitasoft.web.extension.page.PageResourceProvider
-
The page name.
- getProfileID() - Method in interface org.bonitasoft.web.extension.page.PageContext
- getResourceAsFile(String) - Method in interface org.bonitasoft.web.extension.ResourceProvider
-
Retrieve a resource as a
File - getResourceAsStream(String) - Method in interface org.bonitasoft.web.extension.ResourceProvider
-
Retrieve a resource as an
InputStream - getResourceBundle(String, Locale) - Method in interface org.bonitasoft.web.extension.ResourceProvider
-
Retrieve a
ResourceBundlethat can be used for localization. - getResourceProvider() - Method in interface org.bonitasoft.web.extension.rest.RestAPIContext
- getResourceURL(String) - Method in interface org.bonitasoft.web.extension.ResourceProvider
-
Retrieve a resource URL
- getResponse() - Method in class org.bonitasoft.web.extension.rest.RestApiResponse
H
- httpStatus - Variable in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
M
- mediaType - Variable in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
O
- org.bonitasoft.web.extension - package org.bonitasoft.web.extension
- org.bonitasoft.web.extension.page - package org.bonitasoft.web.extension.page
- org.bonitasoft.web.extension.rest - package org.bonitasoft.web.extension.rest
P
- PageContext - Interface in org.bonitasoft.web.extension.page
-
This class provide access to the data relative to the context in which the custom page is displayed
- PageController - Interface in org.bonitasoft.web.extension.page
-
The interface to implement for a Custom Page in Bonita.
- PageResourceProvider - Interface in org.bonitasoft.web.extension.page
-
This interface provide access to the resources contained in the extension archive
R
- ResourceProvider - Interface in org.bonitasoft.web.extension
-
Access to the extension resources
- response - Variable in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
- RestAPIContext - Interface in org.bonitasoft.web.extension.rest
-
This class provide access to the data relative to the context in which the Rest API extension is called
- RestApiController - Interface in org.bonitasoft.web.extension.rest
-
The interface to implement for Rest API extension in Bonita.
- RestApiResponse - Class in org.bonitasoft.web.extension.rest
-
A Wrapper of an HTTP Response describe by its: Status Headers Body Charset Media type Cookies
- RestApiResponse(Serializable, int, Map<String, String>, List<Cookie>, String, String) - Constructor for class org.bonitasoft.web.extension.rest.RestApiResponse
- RestApiResponseBuilder - Class in org.bonitasoft.web.extension.rest
-
Build a RestApiResponse specifying response body, status and other HTTP attributes.
- RestApiResponseBuilder() - Constructor for class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
W
- withAdditionalCookie(Cookie) - Method in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
-
Adds a cookie to the HTTP response
- withAdditionalHeader(String, String) - Method in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
-
Adds a header in the HTTP response
- withCharacterSet(String) - Method in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
-
Set the character set of the HTTP response.
- withContentRange(int, int) - Method in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
-
When returning a paged result, sets the start index and the page size.
- withContentRange(int, int, long) - Method in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
-
When returning a paged result, sets the start index, the page size and the total size.
- withMediaType(String) - Method in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
-
Set the media type of the HTTP response body.
- withResponse(Serializable) - Method in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
-
Set the body of the response
- withResponseStatus(int) - Method in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
-
Set the HTTP status of the response.
All Classes All Packages