Skip navigation links
A B C D G H M O P R W 

A

additionalCookies - Variable in class org.bonitasoft.console.common.server.page.RestApiResponseBuilder
Deprecated.
 
additionalHeaders - Variable in class org.bonitasoft.console.common.server.page.RestApiResponseBuilder
Deprecated.
 

B

build() - Method in class org.bonitasoft.console.common.server.page.RestApiResponseBuilder
Deprecated.
 
build() - Method in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
 

C

characterSet - Variable in class org.bonitasoft.console.common.server.page.RestApiResponseBuilder
Deprecated.
 

D

DEFAULT_CHARACTER_SET - Static variable in class org.bonitasoft.console.common.server.page.RestApiResponse
Deprecated.
default character set
DEFAULT_LOGGER_NAME - Static variable in interface org.bonitasoft.console.common.server.page.RestApiUtil
Deprecated.
 
DEFAULT_MEDIA_TYPE - Static variable in class org.bonitasoft.console.common.server.page.RestApiResponse
Deprecated.
default media type
DEFAULT_STATUS - Static variable in class org.bonitasoft.console.common.server.page.RestApiResponse
Deprecated.
default http status code
doGet(HttpServletRequest, HttpServletResponse, PageResourceProvider, PageContext) - Method in interface org.bonitasoft.console.common.server.page.PageController
Deprecated.
Let the custom page parse request for specific attribute handling.
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, PageResourceProvider, PageContext, RestApiResponseBuilder, RestApiUtil) - Method in interface org.bonitasoft.console.common.server.page.RestApiController
Deprecated.
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.console.common.server.page.RestApiResponse
Deprecated.
 
getAdditionalHeaders() - Method in class org.bonitasoft.console.common.server.page.RestApiResponse
Deprecated.
 
getApiClient() - Method in interface org.bonitasoft.web.extension.rest.RestAPIContext
The APIClient is used to access business data and Bonita BPM APIs such as: IdentityAPI, ProcessAPI, ...
getApiSession() - Method in interface org.bonitasoft.console.common.server.page.PageContext
Deprecated.
 
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.console.common.server.page.PageResourceProvider
Deprecated.
 
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.console.common.server.page.RestApiResponse
Deprecated.
 
getFullPageName() - Method in interface org.bonitasoft.console.common.server.page.PageResourceProvider
Deprecated.
 
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.console.common.server.page.RestApiResponse
Deprecated.
 
getLocale() - Method in interface org.bonitasoft.console.common.server.page.PageContext
Deprecated.
 
getLocale() - Method in interface org.bonitasoft.web.extension.page.PageContext
 
getLocale() - Method in interface org.bonitasoft.web.extension.rest.RestAPIContext
 
getLogger() - Method in interface org.bonitasoft.console.common.server.page.RestApiUtil
Deprecated.
provide a default logger
getMediaType() - Method in class org.bonitasoft.console.common.server.page.RestApiResponse
Deprecated.
 
getPage(PageAPI) - Method in interface org.bonitasoft.console.common.server.page.PageResourceProvider
Deprecated.
 
getPage(PageAPI) - Method in interface org.bonitasoft.web.extension.page.PageResourceProvider
The deployed Page for this extension.
getPageDirectory() - Method in interface org.bonitasoft.console.common.server.page.PageResourceProvider
Deprecated.
 
getPageDirectory() - Method in interface org.bonitasoft.web.extension.page.PageResourceProvider
The folder where the extension is deployed.
getPageName() - Method in interface org.bonitasoft.console.common.server.page.PageResourceProvider
Deprecated.
 
getPageName() - Method in interface org.bonitasoft.web.extension.page.PageResourceProvider
The page name.
getProfileID() - Method in interface org.bonitasoft.console.common.server.page.PageContext
Deprecated.
 
getProfileID() - Method in interface org.bonitasoft.web.extension.page.PageContext
 
getResourceAsFile(String) - Method in interface org.bonitasoft.console.common.server.page.PageResourceProvider
Deprecated.
 
getResourceAsFile(String) - Method in interface org.bonitasoft.web.extension.ResourceProvider
Retrieve a resource as a File
getResourceAsStream(String) - Method in interface org.bonitasoft.console.common.server.page.PageResourceProvider
Deprecated.
 
getResourceAsStream(String) - Method in interface org.bonitasoft.web.extension.ResourceProvider
Retrieve a resource as an InputStream
getResourceBundle(String, Locale) - Method in interface org.bonitasoft.console.common.server.page.PageResourceProvider
Deprecated.
 
getResourceBundle(String, Locale) - Method in interface org.bonitasoft.web.extension.ResourceProvider
Retrieve a ResourceBundle that can be used for localization.
getResourceProvider() - Method in interface org.bonitasoft.web.extension.rest.RestAPIContext
 
getResourceURL(String) - Method in interface org.bonitasoft.console.common.server.page.PageResourceProvider
Deprecated.
 
getResourceURL(String) - Method in interface org.bonitasoft.web.extension.ResourceProvider
Retrieve a resource URL
getResponse() - Method in class org.bonitasoft.console.common.server.page.RestApiResponse
Deprecated.
 

H

httpStatus - Variable in class org.bonitasoft.console.common.server.page.RestApiResponseBuilder
Deprecated.
 

M

mediaType - Variable in class org.bonitasoft.console.common.server.page.RestApiResponseBuilder
Deprecated.
 

O

org.bonitasoft.console.common.server.page - package org.bonitasoft.console.common.server.page
 
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.console.common.server.page
Deprecated.
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.console.common.server.page
Deprecated.
PageController - Interface in org.bonitasoft.web.extension.page
The interface to implement for a Custom Page in Bonita BPM.
PageResourceProvider - Interface in org.bonitasoft.console.common.server.page
Deprecated.
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.console.common.server.page.RestApiResponseBuilder
Deprecated.
 
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.console.common.server.page
Deprecated.
RestApiController - Interface in org.bonitasoft.web.extension.rest
The interface to implement for Rest API extension in Bonita BPM.
RestApiResponse - Class in org.bonitasoft.console.common.server.page
Deprecated.
RestApiResponse(Serializable, int, Map<String, String>, List<Cookie>, String, String) - Constructor for class org.bonitasoft.console.common.server.page.RestApiResponse
Deprecated.
 
RestApiResponse - Class in org.bonitasoft.web.extension.rest
A Wrapper of an HTTP Response describe by its: Status Headers Body Charset Media type Cookies
RestApiResponseBuilder - Class in org.bonitasoft.console.common.server.page
Deprecated.
RestApiResponseBuilder() - Constructor for class org.bonitasoft.console.common.server.page.RestApiResponseBuilder
Deprecated.
 
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
 
RestApiUtil - Interface in org.bonitasoft.console.common.server.page
Deprecated.

W

withAdditionalCookie(Cookie) - Method in class org.bonitasoft.console.common.server.page.RestApiResponseBuilder
Deprecated.
 
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.console.common.server.page.RestApiResponseBuilder
Deprecated.
 
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.console.common.server.page.RestApiResponseBuilder
Deprecated.
 
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.console.common.server.page.RestApiResponseBuilder
Deprecated.
 
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.console.common.server.page.RestApiResponseBuilder
Deprecated.
 
withResponse(Serializable) - Method in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
Set the body of the response
withResponseStatus(int) - Method in class org.bonitasoft.console.common.server.page.RestApiResponseBuilder
Deprecated.
 
withResponseStatus(int) - Method in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
Set the HTTP status of the response.
A B C D G H M O P R W 
Skip navigation links

Copyright © 2017 Bonitasoft S.A.. All rights reserved.