Package org.bonitasoft.web.client.api
Interface ActivityVariableApi
-
- All Superinterfaces:
ApiClient.Api
public interface ActivityVariableApi extends ApiClient.Api
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivityVariablegetActivityVariableById(String id, String variableName)Finds the ActivityVariable by ID Returns the single ActivityVariable for the given ID
-
-
-
Method Detail
-
getActivityVariableById
ActivityVariable getActivityVariableById(String id, String variableName)
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
-
-