Package | Description |
---|---|
org.openestate.is24.restapi |
Core classes.
|
org.openestate.is24.restapi.utils |
Utility classes.
|
org.openestate.is24.restapi.xml |
JAXB classes for XML reading / writing.
|
org.openestate.is24.restapi.xml.common |
Modifier and Type | Method and Description |
---|---|
static Attachment |
ImportExport.AttachmentService.getById(AbstractClient client,
long is24RealEstateIdId,
long is24AttachmentId)
Calls the GETbyID method of the Attachment Webservice.
|
static Attachment |
ImportExport.AttachmentService.getById(AbstractClient client,
long is24RealEstateIdId,
String externalAttachmentId)
Calls the GETbyID method of the Attachment Webservice.
|
static Attachment |
ImportExport.AttachmentService.getById(AbstractClient client,
String externalRealEstateId,
long is24AttachmentId)
Calls the GETbyID method of the Attachment Webservice.
|
static Attachment |
ImportExport.AttachmentService.getById(AbstractClient client,
String externalRealEstateId,
String externalAttachmentId)
Calls the GETbyID method of the Attachment Webservice.
|
Modifier and Type | Method and Description |
---|---|
static long |
ImportExport.AttachmentService.post(AbstractClient client,
long is24RealEstateIdId,
Attachment attachment,
InputStream input,
String fileName,
String mimeType)
Calls the POST method of the Attachment Webservice.
|
static long |
ImportExport.AttachmentService.post(AbstractClient client,
String externalRealEstateId,
Attachment attachment,
InputStream input,
String fileName,
String mimeType)
Calls the POST method of the Attachment Webservice.
|
static Messages |
ImportExport.AttachmentService.putById(AbstractClient client,
long is24RealEstateIdId,
long is24AttachmentId,
Attachment attachment)
Calls the PUTbyID method of the Attachment Webservice.
|
static Messages |
ImportExport.AttachmentService.putById(AbstractClient client,
String externalRealEstateId,
long is24AttachmentId,
Attachment attachment)
Calls the PUTbyID method of the Attachment Webservice.
|
Modifier and Type | Method and Description |
---|---|
Attachment |
ExportPool.getObjectAttachment(String pooledObjectId,
String attachmentId)
Returns a pooled attachment for a real estate.
|
Modifier and Type | Method and Description |
---|---|
File |
ExportPool.getObjectAttachmentFile(String pooledObjectId,
Attachment attachment)
Returns the file of a pooled attachment for a real estate.
|
void |
ExportPool.putObjectAttachedFile(String pooledObjectId,
Attachment attachment,
File file)
Adds an attachment for a real estate to export pool.
|
void |
ExportPool.putObjectAttachedFile(String pooledObjectId,
Attachment attachment,
URL file)
Adds an attachment for a real estate to export pool.
|
void |
ExportPool.putObjectAttachedLink(String pooledObjectId,
Attachment link)
Adds an web link for a real estate to export pool.
|
static void |
XmlUtils.writeXml(Attachment attachment,
Marshaller marshaller,
OutputStream output)
Writes an
Attachment as XML into an OutputStream . |
static void |
XmlUtils.writeXml(Attachment attachment,
OutputStream output)
Writes an
Attachment as XML into an OutputStream . |
static void |
XmlUtils.writeXml(Attachment attachment,
String encoding,
boolean prettyPrint,
OutputStream output)
Writes an
Attachment as XML into an OutputStream . |
static void |
XmlUtils.writeXml(Attachment attachment,
String encoding,
OutputStream output)
Writes an
Attachment as XML into an OutputStream . |
Modifier and Type | Method and Description |
---|---|
static void |
XmlUtils.writeXml(Attachment attachment,
Marshaller marshaller,
OutputStream output)
|
static void |
XmlUtils.writeXml(Attachment attachment,
OutputStream output)
Deprecated.
|
static void |
XmlUtils.writeXml(Attachment attachment,
String encoding,
boolean prettyPrint,
OutputStream output)
|
static void |
XmlUtils.writeXml(Attachment attachment,
String encoding,
OutputStream output)
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedAttachment
Ein Dokument
|
class |
Link
Ein Verweis
|
class |
PDFDocument
Ein PDF-Dokument
|
class |
Picture
Ein Bild
|
class |
StreamingVideo
Ein gestreamtes Video
|
class |
VideoFile
Eine Videodatei
|
Modifier and Type | Field and Description |
---|---|
protected List<Attachment> |
Attachments.attachment |
Modifier and Type | Method and Description |
---|---|
JAXBElement<Attachment> |
ObjectFactory.createAttachment(Attachment value)
|
List<Attachment> |
Attachments.getAttachment()
Gets the value of the attachment property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Attachment> |
ObjectFactory.createAttachment(Attachment value)
|
Copyright © 2014 OpenEstate. All rights reserved.