Package org.bonitasoft.web.client.api
Interface UploadApi
- All Superinterfaces:
ApiClient.Api
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public interface UploadApi
extends ApiClient.Api
-
Method Summary
Modifier and TypeMethodDescriptionuploadApplication(File file) Deprecated.Deprecated.uploadBDMAccessControl(File file) Deprecated.Deprecated.uploadFile(File file) Upload a file Upload file.uploadFileWithHttpInfo(File file) Upload a file Similar touploadFilebut it also returns the http response headers .uploadOrganization(File file) Import an organization Upload organizationImport an organization Similar touploadOrganizationbut it also returns the http response headers .uploadPage(File file) Deprecated.uploadPageWithHttpInfo(File file) Deprecated.uploadProcess(File file) Deprecated.Deprecated.uploadprofiles(File file) Deprecated.Deprecated.
-
Method Details
-
uploadApplication
Deprecated.Upload a living application Upload application Warning: as of 9.0.0, uploading a living application using the portal is deprecated.- Parameters:
file- (optional)- Returns:
- String
-
uploadApplicationWithHttpInfo
Deprecated.Upload a living application Similar touploadApplicationbut it also returns the http response headers . Upload application Warning: as of 9.0.0, uploading a living application using the portal is deprecated.- Parameters:
file- (optional)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-
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.
-
uploadFile
Upload a file Upload file. **NOTE:** If this file is a BDM zip, to do this, Maintenance mode needs to be enabled. In Enterprise editions, if you have an access control file installed, you need to delete it before installing or updating your BDM.- Parameters:
file- (optional)- Returns:
- String
-
uploadFileWithHttpInfo
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, Maintenance mode needs to be enabled. In Enterprise editions, if you have an access control file installed, 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
Import an organization Upload organization- Parameters:
file- (optional)- Returns:
- String
-
uploadOrganizationWithHttpInfo
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
Deprecated.Upload a Page Upload Page Warning: as of 9.0.0, uploading a page using the portal is deprecated.- Parameters:
file- (optional)- Returns:
- String
-
uploadPageWithHttpInfo
Deprecated.Upload a Page Similar touploadPagebut it also returns the http response headers . Upload Page Warning: as of 9.0.0, uploading a page using the portal is deprecated.- Parameters:
file- (optional)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-
uploadProcess
Deprecated.Upload a bar file Upload a bar file Warning: as of 9.0.0, uploading a bar file using the portal is deprecated.- Parameters:
file- (optional)- Returns:
- String
-
uploadProcessWithHttpInfo
Deprecated.Upload a bar file Similar touploadProcessbut it also returns the http response headers . Upload a bar file Warning: as of 9.0.0, uploading a bar file using the portal is deprecated.- Parameters:
file- (optional)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-
uploadprofiles
Deprecated.Upload profiles  Upload profiles Warning: as of 9.0.0, uploading profiles using the portal is deprecated.- Parameters:
file- (optional)- Returns:
- String
-
uploadprofilesWithHttpInfo
Deprecated.Upload profiles Similar touploadprofilesbut it also returns the http response headers .  Upload profiles Warning: as of 9.0.0, uploading profiles using the portal is deprecated.- Parameters:
file- (optional)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-