Package org.bonitasoft.web.client.api
Interface ActivityVariableApi
- All Superinterfaces:
ApiClient.Api
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public interface ActivityVariableApi
extends ApiClient.Api
-
Method Summary
Modifier and TypeMethodDescriptiongetActivityVariableById(String id, String variableName) Finds the ActivityVariable by ID Returns the single ActivityVariable for the given IDgetActivityVariableByIdWithHttpInfo(String id, String variableName) Finds the ActivityVariable by ID Similar togetActivityVariableByIdbut it also returns the http response headers .
-
Method Details
-
getActivityVariableById
Finds the ActivityVariable by ID Returns the single ActivityVariable for the given ID- Parameters:
id- The identifier of the activity from which to retrieve the variable (required)variableName- The name of the variable to retrieve (required)- Returns:
- ActivityVariable
-
getActivityVariableByIdWithHttpInfo
Finds the ActivityVariable by ID Similar togetActivityVariableByIdbut it also returns the http response headers . Returns the single ActivityVariable for the given ID- Parameters:
id- The identifier of the activity from which to retrieve the variable (required)variableName- The name of the variable to retrieve (required)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-