Uses of Class
org.bonitasoft.web.client.model.PlatformUpdateRequest
-
Packages that use PlatformUpdateRequest Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of PlatformUpdateRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type PlatformUpdateRequest Modifier and Type Method Description voidPlatformApi. updatePlatformById(PlatformUpdateRequest platformUpdateRequest)Update the Platform by ID Start or stop the current node, that is, start or stop all services of the current JVM.ApiResponse<Void>PlatformApi. updatePlatformByIdWithHttpInfo(PlatformUpdateRequest platformUpdateRequest)Update the Platform by ID Similar toupdatePlatformByIdbut it also returns the http response headers . -
Uses of PlatformUpdateRequest in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return PlatformUpdateRequest Modifier and Type Method Description PlatformUpdateRequestPlatformUpdateRequest. state(PlatformUpdateRequest.StateEnum state)
-