Package | Description |
---|---|
org.openestate.is24.restapi.utils |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
ExportMessage[] |
ExportHandler.export(AbstractClient client,
ExportPool pool,
boolean archivateUnpublishedObjects,
boolean unpublishUntouchedObjects)
Starts the export of an
ExportPool . |
ExportMessage[] |
ExportHandler.getMessages()
Returns messages, that occured during the last export process.
|
ExportMessage[] |
ExportHandler.getMessagesForContact(String externalContactId)
Returns messages for a certain contact person, that occured during the last
export process.
|
ExportMessage[] |
ExportHandler.getMessagesForObject(String externalObjectId)
Returns messages for a certain real estate, that occured during the last
export process.
|
ExportMessage[] |
ExportHandler.getMessagesGeneral()
Returns general messages, that occured during the last export process.
|
static ExportMessage |
ExportMessage.newContactMessage(String contactId,
ExportMessage.Code code,
String message)
Creates a message for a contact person.
|
static ExportMessage |
ExportMessage.newGeneralMessage(String message,
ExportMessage.Code code)
Creates a general message.
|
static ExportMessage |
ExportMessage.newObjectMessage(String objectId,
ExportMessage.Code code,
String message)
Creates a message for a real estate.
|
Copyright © 2014 OpenEstate. All rights reserved.