Package org.bonitasoft.web.client.api
Interface UploadApi
-
- All Superinterfaces:
ApiClient.Api
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public interface UploadApi extends ApiClient.Api
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringuploadApplication(File file)Upload a living application Upload applicationApiResponse<String>uploadApplicationWithHttpInfo(File file)Upload a living application Similar touploadApplicationbut it also returns the http response headers .StringuploadBDMAccessControl(File file)Upload a BDM Access Control  Upload BDM Access ControlApiResponse<String>uploadBDMAccessControlWithHttpInfo(File file)Upload a BDM Access Control Similar touploadBDMAccessControlbut 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 .StringuploadOrganization(File file)Import an organization Upload organizationApiResponse<String>uploadOrganizationWithHttpInfo(File file)Import an organization Similar touploadOrganizationbut it also returns the http response headers .StringuploadPage(File file)Upload a Page Upload PageApiResponse<String>uploadPageWithHttpInfo(File file)Upload a Page Similar touploadPagebut it also returns the http response headers .StringuploadProcess(File file)Upload a bar file Upload a bar fileApiResponse<String>uploadProcessWithHttpInfo(File file)Upload a bar file Similar touploadProcessbut it also returns the http response headers .Stringuploadprofiles(File file)Upload profiles Upload profilesApiResponse<String>uploadprofilesWithHttpInfo(File file)Upload profiles Similar touploadprofilesbut it also returns the http response headers .
-
-
-
Method Detail
-
uploadApplication
String uploadApplication(File file)
Upload a living application Upload application- Parameters:
file- (optional)- Returns:
- String
-
uploadApplicationWithHttpInfo
ApiResponse<String> uploadApplicationWithHttpInfo(File file)
Upload a living application Similar touploadApplicationbut it also returns the http response headers . Upload application- Parameters:
file- (optional)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-
uploadBDMAccessControl
String uploadBDMAccessControl(File file)
Upload a BDM Access Control  Upload BDM Access Control- Parameters:
file- (optional)- Returns:
- String
-
uploadBDMAccessControlWithHttpInfo
ApiResponse<String> uploadBDMAccessControlWithHttpInfo(File file)
Upload a BDM Access Control Similar touploadBDMAccessControlbut it also returns the http response headers .  Upload BDM Access Control- Parameters:
file- (optional)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-
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.
-
uploadOrganization
String uploadOrganization(File file)
Import an organization Upload organization- Parameters:
file- (optional)- Returns:
- String
-
uploadOrganizationWithHttpInfo
ApiResponse<String> uploadOrganizationWithHttpInfo(File file)
Import an organization Similar touploadOrganizationbut it also returns the http response headers . Upload organization- Parameters:
file- (optional)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-
uploadPage
String uploadPage(File file)
Upload a Page Upload Page- Parameters:
file- (optional)- Returns:
- String
-
uploadPageWithHttpInfo
ApiResponse<String> uploadPageWithHttpInfo(File file)
Upload a Page Similar touploadPagebut it also returns the http response headers . Upload Page- Parameters:
file- (optional)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-
uploadProcess
String uploadProcess(File file)
Upload a bar file Upload a bar file- Parameters:
file- (optional)- Returns:
- String
-
uploadProcessWithHttpInfo
ApiResponse<String> uploadProcessWithHttpInfo(File file)
Upload a bar file Similar touploadProcessbut it also returns the http response headers . Upload a bar file- Parameters:
file- (optional)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-
uploadprofiles
String uploadprofiles(File file)
Upload profiles Upload profiles- Parameters:
file- (optional)- Returns:
- String
-
uploadprofilesWithHttpInfo
ApiResponse<String> uploadprofilesWithHttpInfo(File file)
Upload profiles Similar touploadprofilesbut it also returns the http response headers . Upload profiles- Parameters:
file- (optional)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-
-