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.
|
default Map<String,com.lexmark.saperion.PropertyType> |
getExtension()
Deprecated.
use
getSchemaExtension() instead |
com.lexmark.saperion.administration.ExtensionPropertiesType |
getSchemaExtension()
This method returns the schema-extension properties of the tenant.
|
com.lexmark.saperion.administration.TenantType |
load()
This method loads the tenant.
|
default void |
setExtension(Map<String,com.lexmark.saperion.PropertyType> extension)
Deprecated.
use
setSchemaExtension(ExtensionPropertiesType) instead |
void |
setSchemaExtension(com.lexmark.saperion.administration.ExtensionPropertiesType 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 com.lexmark.saperion.exceptions.EcmException
com.lexmark.saperion.exceptions.EcmException
- indicates that a system exception occurredvoid undelete() throws com.lexmark.saperion.exceptions.EcmException
com.lexmark.saperion.exceptions.EcmException
- indicates that a system exception occurredcom.lexmark.saperion.administration.TenantType load() throws com.lexmark.saperion.exceptions.EcmException
com.lexmark.saperion.exceptions.EcmException
- indicates that a system exception occurredvoid update(String description) throws com.lexmark.saperion.exceptions.EcmException
description
- a description of the tenantcom.lexmark.saperion.exceptions.EcmException
- indicates that a system exception occurred@Deprecated default void setExtension(Map<String,com.lexmark.saperion.PropertyType> extension) throws com.lexmark.saperion.exceptions.EcmException
setSchemaExtension(ExtensionPropertiesType)
insteadextension
- schema-extension propertiescom.lexmark.saperion.exceptions.EcmException
- when the schema-extension properties could not be setvoid setSchemaExtension(com.lexmark.saperion.administration.ExtensionPropertiesType extension) throws com.lexmark.saperion.exceptions.EcmException
extension
- schema-extension propertiescom.lexmark.saperion.exceptions.EcmException
- when the schema-extension properties could not be set@Deprecated default Map<String,com.lexmark.saperion.PropertyType> getExtension() throws com.lexmark.saperion.exceptions.EcmException
getSchemaExtension()
insteadcom.lexmark.saperion.exceptions.EcmException
- when the schema-extension properties could not be loadedcom.lexmark.saperion.administration.ExtensionPropertiesType getSchemaExtension() throws com.lexmark.saperion.exceptions.EcmException
com.lexmark.saperion.exceptions.EcmException
- when the schema-extension properties could not be loadedvoid deleteExtension() throws com.lexmark.saperion.exceptions.EcmException
com.lexmark.saperion.exceptions.EcmException
- when the schema-extension properties could not be deletedCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.