Package org.bonitasoft.web.client.api
Interface BdmApi
-
- All Superinterfaces:
ApiClient.Api
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public interface BdmApi extends ApiClient.Api
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBdmApi.SearchBusinessDataByIdsQueryParamsA convenience class for generating query parameters for thesearchBusinessDataByIdsmethod in a fluent style.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BdmgetBdm()Get the BDM Returns the current BDM.ApiResponse<Bdm>getBdmWithHttpInfo()Get the BDM Similar togetBdmbut it also returns the http response headers .voidinstallBDM(BDMInstallRequest bdMInstallRequest)Install a BDM Install a BDMApiResponse<Void>installBDMWithHttpInfo(BDMInstallRequest bdMInstallRequest)Install a BDM Similar toinstallBDMbut it also returns the http response headers .BusinessDatasearchBusinessDataAttributeById(String businessDataType, String persistenceId, String attributeName)Finds business data attribute by id Gets the business data attribute of business data according to its identifier and attribute name.ApiResponse<BusinessData>searchBusinessDataAttributeByIdWithHttpInfo(String businessDataType, String persistenceId, String attributeName)Finds business data attribute by id Similar tosearchBusinessDataAttributeByIdbut it also returns the http response headers .BusinessDatasearchBusinessDataById(String businessDataType, String persistenceId)Finds business data by Id Finds business data specified by its identifier.List<BusinessData>searchBusinessDataByIds(String businessDataType, String ids)Finds business data By Ids Finds business data specified by their identifiers.List<BusinessData>searchBusinessDataByIds(String businessDataType, Map<String,Object> queryParams)Finds business data By Ids Finds business data specified by their identifiers.ApiResponse<List<BusinessData>>searchBusinessDataByIdsWithHttpInfo(String businessDataType, String ids)Finds business data By Ids Similar tosearchBusinessDataByIdsbut it also returns the http response headers .ApiResponse<List<BusinessData>>searchBusinessDataByIdsWithHttpInfo(String businessDataType, Map<String,Object> queryParams)Finds business data By Ids Finds business data specified by their identifiers.ApiResponse<BusinessData>searchBusinessDataByIdWithHttpInfo(String businessDataType, String persistenceId)Finds business data by Id Similar tosearchBusinessDataByIdbut it also returns the http response headers .StringuploadFile(File file)Upload a file Upload file.ApiResponse<String>uploadFileWithHttpInfo(File file)Upload a file Similar touploadFilebut it also returns the http response headers .
-
-
-
Method Detail
-
getBdm
Bdm getBdm()
Get the BDM Returns the current BDM. Make this call to get the status the BDM.- Returns:
- Bdm
-
getBdmWithHttpInfo
ApiResponse<Bdm> getBdmWithHttpInfo()
Get the BDM Similar togetBdmbut it also returns the http response headers . Returns the current BDM. Make this call to get the status the BDM.- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-
installBDM
void installBDM(BDMInstallRequest bdMInstallRequest)
Install a BDM Install a BDM- Parameters:
bdMInstallRequest- (optional)
-
installBDMWithHttpInfo
ApiResponse<Void> installBDMWithHttpInfo(BDMInstallRequest bdMInstallRequest)
Install a BDM Similar toinstallBDMbut it also returns the http response headers . Install a BDM- Parameters:
bdMInstallRequest- (optional)
-
searchBusinessDataAttributeById
BusinessData searchBusinessDataAttributeById(String businessDataType, String persistenceId, String attributeName)
Finds business data attribute by id Gets the business data attribute of business data according to its identifier and attribute name. Request url.- Parameters:
businessDataType- Business Data Type (required)persistenceId- Business data ID (required)attributeName- Business data attribute name (required)- Returns:
- BusinessData
-
searchBusinessDataAttributeByIdWithHttpInfo
ApiResponse<BusinessData> searchBusinessDataAttributeByIdWithHttpInfo(String businessDataType, String persistenceId, String attributeName)
Finds business data attribute by id Similar tosearchBusinessDataAttributeByIdbut it also returns the http response headers . Gets the business data attribute of business data according to its identifier and attribute name. Request url.- Parameters:
businessDataType- Business Data Type (required)persistenceId- Business data ID (required)attributeName- Business data attribute name (required)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-
searchBusinessDataById
BusinessData searchBusinessDataById(String businessDataType, String persistenceId)
Finds business data by Id Finds business data specified by its identifier.- Parameters:
businessDataType- Business Data Type (required)persistenceId- Business data ID (required)- Returns:
- BusinessData
-
searchBusinessDataByIdWithHttpInfo
ApiResponse<BusinessData> searchBusinessDataByIdWithHttpInfo(String businessDataType, String persistenceId)
Finds business data by Id Similar tosearchBusinessDataByIdbut it also returns the http response headers . Finds business data specified by its identifier.- Parameters:
businessDataType- Business Data Type (required)persistenceId- Business data ID (required)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-
searchBusinessDataByIds
List<BusinessData> searchBusinessDataByIds(String businessDataType, String ids)
Finds business data By Ids Finds business data specified by their identifiers.- Parameters:
businessDataType- Business Data Type (required)ids- list of persistenceIds (comma separated) (required)- Returns:
- List<BusinessData>
-
searchBusinessDataByIdsWithHttpInfo
ApiResponse<List<BusinessData>> searchBusinessDataByIdsWithHttpInfo(String businessDataType, String ids)
Finds business data By Ids Similar tosearchBusinessDataByIdsbut it also returns the http response headers . Finds business data specified by their identifiers.- Parameters:
businessDataType- Business Data Type (required)ids- list of persistenceIds (comma separated) (required)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-
searchBusinessDataByIds
List<BusinessData> searchBusinessDataByIds(String businessDataType, Map<String,Object> queryParams)
Finds business data By Ids Finds business data specified by their identifiers. Note, this is equivalent to the othersearchBusinessDataByIdsmethod, but with the query parameters collected into a single Map parameter. This is convenient for services with optional query parameters, especially when used with theBdmApi.SearchBusinessDataByIdsQueryParamsclass that allows for building up this map in a fluent style.- Parameters:
businessDataType- Business Data Type (required)queryParams- Map of query parameters as name-value pairsThe following elements may be specified in the query map:
- ids - list of persistenceIds (comma separated) (required)
- Returns:
- List<BusinessData>
-
searchBusinessDataByIdsWithHttpInfo
ApiResponse<List<BusinessData>> searchBusinessDataByIdsWithHttpInfo(String businessDataType, Map<String,Object> queryParams)
Finds business data By Ids Finds business data specified by their identifiers. Note, this is equivalent to the othersearchBusinessDataByIdsthat receives the query parameters as a map, but this one also exposes the Http response headers- Parameters:
businessDataType- Business Data Type (required)queryParams- Map of query parameters as name-value pairsThe following elements may be specified in the query map:
- ids - list of persistenceIds (comma separated) (required)
- Returns:
- List<BusinessData>
-
uploadFile
String uploadFile(File file)
Upload a file Upload file. **NOTE:** If this file is a BDM zip, to do this, your tenant services need to be paused. In Enterprise editions, if you have an access control file installed on your tenant, you need to delete it before installing or updating your BDM.- Parameters:
file- (optional)- Returns:
- String
-
uploadFileWithHttpInfo
ApiResponse<String> uploadFileWithHttpInfo(File file)
Upload a file Similar touploadFilebut it also returns the http response headers . Upload file. **NOTE:** If this file is a BDM zip, to do this, your tenant services need to be paused. In Enterprise editions, if you have an access control file installed on your tenant, you need to delete it before installing or updating your BDM.- Parameters:
file- (optional)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-
-