Package org.bonitasoft.web.client.api
Interface PlatformApi
- All Superinterfaces:
ApiClient.Api
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public interface PlatformApi
extends ApiClient.Api
-
Method Summary
Modifier and TypeMethodDescriptionFinds the Platform by ID Returns the current PlatformFinds the Platform by ID Similar togetPlatformByIdbut it also returns the http response headers .voidplatformLogin(String username, String password, String redirect) Platform Login The username and password are in `bonita-platform-community-custom.properties` file.platformLoginWithHttpInfo(String username, String password, String redirect) Platform Login Similar toplatformLoginbut it also returns the http response headers .voidPlatform LogoutPlatform Logout Similar toplatformLogoutbut it also returns the http response headers .voidupdatePlatformById(PlatformUpdateRequest platformUpdateRequest) Update the Platform by ID Start or stop the current node, that is, start or stop all services of the current JVM.updatePlatformByIdWithHttpInfo(PlatformUpdateRequest platformUpdateRequest) Update the Platform by ID Similar toupdatePlatformByIdbut it also returns the http response headers .
-
Method Details
-
getPlatformById
Platform getPlatformById()Finds the Platform by ID Returns the current Platform- Returns:
- Platform
-
getPlatformByIdWithHttpInfo
ApiResponse<Platform> getPlatformByIdWithHttpInfo()Finds the Platform by ID Similar togetPlatformByIdbut it also returns the http response headers . Returns the current Platform- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-
platformLogin
Platform Login The username and password are in `bonita-platform-community-custom.properties` file.- Parameters:
username- the username (optional)password- the password (optional)redirect- \\\"true\\\" or \\\"false\\\". \\\"false\\\" indicates that the service should not redirect to Bonita Portal (after a successful login) or to the login page (after a login failure). (optional)
-
platformLoginWithHttpInfo
Platform Login Similar toplatformLoginbut it also returns the http response headers . The username and password are in `bonita-platform-community-custom.properties` file.- Parameters:
username- the username (optional)password- the password (optional)redirect- \\\"true\\\" or \\\"false\\\". \\\"false\\\" indicates that the service should not redirect to Bonita Portal (after a successful login) or to the login page (after a login failure). (optional)
-
platformLogout
void platformLogout()Platform Logout -
platformLogoutWithHttpInfo
ApiResponse<Void> platformLogoutWithHttpInfo()Platform Logout Similar toplatformLogoutbut it also returns the http response headers . -
updatePlatformById
Update the Platform by ID Start or stop the current node, that is, start or stop all services of the current JVM.- Parameters:
platformUpdateRequest- Start or stop all services of the current JVM. (required)
-
updatePlatformByIdWithHttpInfo
Update the Platform by ID Similar toupdatePlatformByIdbut it also returns the http response headers . Start or stop the current node, that is, start or stop all services of the current JVM.- Parameters:
platformUpdateRequest- Start or stop all services of the current JVM. (required)
-