Uses of Class
org.bonitasoft.web.client.model.FlowNodeUpdateRequest
-
Packages that use FlowNodeUpdateRequest Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of FlowNodeUpdateRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type FlowNodeUpdateRequest Modifier and Type Method Description voidFlowNodeApi. updateFlowNodeById(String id, FlowNodeUpdateRequest flowNodeUpdateRequest)Update the FlowNode by ID  Replay the flow node for the given ID.ApiResponse<Void>FlowNodeApi. updateFlowNodeByIdWithHttpInfo(String id, FlowNodeUpdateRequest flowNodeUpdateRequest)Update the FlowNode by ID Similar toupdateFlowNodeByIdbut it also returns the http response headers . -
Uses of FlowNodeUpdateRequest in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return FlowNodeUpdateRequest Modifier and Type Method Description FlowNodeUpdateRequestFlowNodeUpdateRequest. state(String state)
-