public interface TenantClient
Modifier and Type | Method and Description |
---|---|
void |
delete()
This method deletes the tenant.
|
void |
deleteExtension()
This method deletes the schema-extension properties of the tenant.
|
Map<String,PropertyType> |
getExtension()
This method returns the schema-extension properties of the tenant.
|
TenantType |
load()
This method loads the tenant.
|
void |
setExtension(Map<String,PropertyType> extension)
This method sets the schema-extension properties of the tenant.
|
void |
undelete()
This method un-deletes the tenant.
|
void |
update(String description)
This method updates the tenant with the given properties.
|
void delete() throws EcmException
EcmException
- indicates that a system exception occurredvoid undelete() throws EcmException
EcmException
- indicates that a system exception occurredTenantType load() throws EcmException
EcmException
- indicates that a system exception occurredvoid update(String description) throws EcmException
description
- a description of the tenantEcmException
- indicates that a system exception occurredvoid setExtension(Map<String,PropertyType> extension) throws EcmException
extension
- schema-extension propertiesEcmException
- when the schema-extension properties could not be setMap<String,PropertyType> getExtension() throws EcmException
EcmException
- when the schema-extension properties could not be loadedvoid deleteExtension() throws EcmException
EcmException
- when the schema-extension properties could not be deletedCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.