Modifier and Type | Method and Description |
---|---|
License |
License.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static License.Builder |
License.Builder.fromLicense(License in) |
Modifier and Type | Method and Description |
---|---|
License |
AdministrationService.findLicense(com.google.common.base.Predicate<License> filter)
Get the first license that matches the given filter or
null if none is found. |
Modifier and Type | Method and Description |
---|---|
Iterable<License> |
AdministrationService.listLicenses()
Get the list of all licenses.
|
Iterable<License> |
AdministrationService.listLicenses(boolean active)
Get the list of all active/inactive licenses.
|
Iterable<License> |
AdministrationService.listLicenses(com.google.common.base.Predicate<License> filter)
Get the list of licenses matching the given filter.
|
Modifier and Type | Method and Description |
---|---|
License |
AdministrationService.findLicense(com.google.common.base.Predicate<License> filter)
Get the first license that matches the given filter or
null if none is found. |
Iterable<License> |
AdministrationService.listLicenses(com.google.common.base.Predicate<License> filter)
Get the list of licenses matching the given filter.
|
Modifier and Type | Method and Description |
---|---|
License |
BaseAdministrationService.findLicense(com.google.common.base.Predicate<License> filter) |
Modifier and Type | Method and Description |
---|---|
Iterable<License> |
BaseAdministrationService.listLicenses()
License
|
Iterable<License> |
BaseAdministrationService.listLicenses(boolean active) |
Iterable<License> |
BaseAdministrationService.listLicenses(com.google.common.base.Predicate<License> filter) |
Modifier and Type | Method and Description |
---|---|
License |
BaseAdministrationService.findLicense(com.google.common.base.Predicate<License> filter) |
Iterable<License> |
BaseAdministrationService.listLicenses(com.google.common.base.Predicate<License> filter) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<License> |
LicensePredicates.code(String... codes) |
static com.google.common.base.Predicate<License> |
LicensePredicates.customer(String... customerIds) |
Modifier and Type | Method and Description |
---|---|
Iterable<License> |
ListLicenses.execute(LicenseOptions options) |
Modifier and Type | Method and Description |
---|---|
Iterable<License> |
ListLicensesImpl.execute() |
Iterable<License> |
ListLicensesImpl.execute(LicenseOptions options) |
Iterable<License> |
ListLicensesImpl.execute(com.google.common.base.Predicate<License> selector) |
Modifier and Type | Method and Description |
---|---|
Iterable<License> |
ListLicensesImpl.execute(com.google.common.base.Predicate<License> selector) |
Copyright © 2009-2013 jclouds. All Rights Reserved.