public interface TenantService
Modifier and Type | Method and Description |
---|---|
List<com.lexmark.saperion.administration.TenantReferenceType> |
listTenants()
This method lists all tenants in the system.
|
com.lexmark.saperion.administration.TenantType |
loadTenant(String name)
This method returns a tenant given its name.
|
com.lexmark.saperion.administration.TenantType |
loadTenant(com.lexmark.saperion.administration.TenantReferenceType reference)
This method returns a tenant given its id.
|
com.lexmark.saperion.administration.TenantType loadTenant(com.lexmark.saperion.administration.TenantReferenceType reference) throws SaBasicException
reference
- the reference of the tenant to getSaBasicException
com.lexmark.saperion.administration.TenantType loadTenant(String name) throws SaBasicException
name
- the name of the tenant to getSaBasicException
List<com.lexmark.saperion.administration.TenantReferenceType> listTenants()
Copyright © 2016 SAPERION AG. All rights reserved.