Package | Description |
---|---|
com.licensespring.management |
This package contains the main classes to be used when interfacing with Management APIS.
|
com.licensespring.management.api |
This package contains management APIs (
LicensesApi and
OrdersApi ). |
com.licensespring.management.model |
This package contains all models used in license-management SDK.
|
Modifier and Type | Method and Description |
---|---|
BackOfficeInstallationFile |
OrderService.createInstallationFile(CreateInstallationFileRequest request)
Creates and returns a new installation file with the details provided in the request.
|
BackOfficeInstallationFile |
OrderService.getInstallationFile(int id)
Gets the installation file with the provided id.
|
Modifier and Type | Method and Description |
---|---|
List<BackOfficeInstallationFile> |
OrderService.paginateThroughAllInstallationFiles(SearchInstallationFilesRequest request)
Goes through all pages of the response and returns a list with all possible installation files that satisfy the request.
|
SearchResult<BackOfficeInstallationFile> |
OrderService.searchInstallationFiles(SearchInstallationFilesRequest request)
Searches the orders by applying the filtering and ordering conditions in the
SearchInstallationFilesRequest
class. |
Modifier and Type | Method and Description |
---|---|
BackOfficeInstallationFile |
OrdersApi.createInstallationFile(CreateInstallationFileRequest request)
Creates a new installation file.
|
BackOfficeInstallationFile |
OrdersApi.getInstallationFile(int id)
Gets information about the specific Installation File.
|
Modifier and Type | Method and Description |
---|---|
SearchResult<BackOfficeInstallationFile> |
OrdersApi.searchInstallationFiles(SearchInstallationFilesRequest request)
Search installation files.
|
Modifier and Type | Method and Description |
---|---|
BackOfficeInstallationFile[] |
BackOfficeProduct.getBackOfficeInstallationFiles()
Array of available installation files.
|
Constructor and Description |
---|
BackOfficeProduct(Long id,
Long[] upgradeFrom,
List<ProductFeature> productFeatures,
BackOfficeCustomField[] customFields,
BackOfficeInstallationFile[] backOfficeInstallationFiles,
ZonedDateTime createdAt,
ZonedDateTime updatedAt,
String productName,
String shortCode,
boolean active,
String validDuration,
boolean allowTrial,
int trialDays,
int maxActivations,
boolean hardwareIdRequired,
boolean isUpgrade,
String subscriptionDuration,
boolean enableMaintenancePeriod,
String maintenanceDuration,
boolean isFloating,
boolean isFloatingCloud,
int floatingUsers,
int floatingTimeout,
com.licensespring.model.LicenseType defaultLicenseType,
boolean isUserLocked,
boolean isNodeLocked,
int maxConsumptions,
String authorizationMethod,
boolean preventVm,
boolean allowOverages,
int maxOverages,
boolean resetConsumption,
String consumptionPeriod,
boolean isArchived,
int company) |
Copyright © 2023 Cense Data Inc.. All rights reserved.