Package org.bonitasoft.web.client.api
Interface BdmAccessControlApi
- All Superinterfaces:
ApiClient.Api
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public interface BdmAccessControlApi
extends ApiClient.Api
-
Method Summary
Modifier and TypeMethodDescriptionvoidDelete the BDM Access Control !Delete the BDM Access Control Similar todeleteBDMAccessControlbut it also returns the http response headers . !BDM access control status !BDM access control status Similar togetBDMAccessControlStatusbut it also returns the http response headers . !voidimportBDMAccessControl(String bdmAccessControlUpload) Deprecated.importBDMAccessControlWithHttpInfo(String bdmAccessControlUpload) Deprecated.uploadBDMAccessControl(File file) Deprecated.Deprecated.
-
Method Details
-
deleteBDMAccessControl
void deleteBDMAccessControl()Delete the BDM Access Control  Delete the BDM access control -
deleteBDMAccessControlWithHttpInfo
ApiResponse<Void> deleteBDMAccessControlWithHttpInfo()Delete the BDM Access Control Similar todeleteBDMAccessControlbut it also returns the http response headers .  Delete the BDM access control -
getBDMAccessControlStatus
BDMAccessControl getBDMAccessControlStatus()BDM access control status  Get the BDM access control status.- Returns:
- BDMAccessControl
-
getBDMAccessControlStatusWithHttpInfo
ApiResponse<BDMAccessControl> getBDMAccessControlStatusWithHttpInfo()BDM access control status Similar togetBDMAccessControlStatusbut it also returns the http response headers .  Get the BDM access control status.- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-
importBDMAccessControl
Deprecated.Import a BDM Access Control  Import a BDM Access Control Warning: as of 9.0.0, importing a BDM Access Control using this service is deprecated.- Parameters:
bdmAccessControlUpload- The temporary name of the previously uploaded file to install (optional)
-
importBDMAccessControlWithHttpInfo
Deprecated.Import a BDM Access Control Similar toimportBDMAccessControlbut it also returns the http response headers .  Import a BDM Access Control Warning: as of 9.0.0, importing a BDM Access Control using this service is deprecated.- Parameters:
bdmAccessControlUpload- The temporary name of the previously uploaded file to install (optional)
-
uploadBDMAccessControl
Deprecated.Upload a BDM Access Control  Upload BDM Access Control Warning: as of 9.0.0, uploading a BDM Access Control using the portal is deprecated.- Parameters:
file- (optional)- Returns:
- String
-
uploadBDMAccessControlWithHttpInfo
Deprecated.Upload a BDM Access Control Similar touploadBDMAccessControlbut it also returns the http response headers .  Upload BDM Access Control Warning: as of 9.0.0, uploading a BDM Access Control using the portal is deprecated.- Parameters:
file- (optional)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-