|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SyncException | |
com.sap.ip.me.api.sync |
Uses of SyncException in com.sap.ip.me.api.sync |
Methods in com.sap.ip.me.api.sync that throw SyncException | |
OutboundContainer |
OutboundContainerFactory.createOutboundContainer(VisibilityType visibility,
java.lang.String method)
Factory method for OutboundContainer object with type OUTBOUND |
abstract OutboundContainer |
OutboundContainerFactory.createOutboundContainer(VisibilityType visibility,
java.lang.String method,
java.lang.String type)
Factory method for OutboundContainer object from given type |
abstract OutboundContainer |
OutboundContainerFactory.createAttachmentOutboundContainer(VisibilityType visibility,
java.lang.String method,
java.lang.String type,
java.lang.String attachmentName,
java.lang.String attachment)
Factory method for AttachmentOutboundContainer object. |
abstract OutboundContainer |
OutboundContainerFactory.createAttachmentOutboundContainer(VisibilityType visibility,
java.lang.String method,
java.lang.String type,
java.lang.String attachmentName,
java.lang.String attachment,
java.lang.String msgIndex,
java.lang.String msgType)
Deprecated. setting message index manualy is supported only in the old protocol version. Since backend 6.20 SP 12 new protocol is supported. In the new synchronization protocol message index will be set by the framework for each container from type outbound and each smart sync container. |
abstract OutboundContainer |
OutboundContainerFactory.createAttachmentOutboundContainer(VisibilityType visibility,
java.lang.String method,
java.lang.String type,
java.lang.String attachmentName,
java.lang.String attachment,
java.lang.String msgType)
Factory method for AttachmentOutboundContainer object. |
void |
OutboundContainer.addItem(java.lang.String fieldname,
int linenumber,
java.lang.String fieldvalue)
Deprecated. use addItem(String fieldname, String fieldvalue)
instead. The line number will be increased automatically. |
void |
OutboundContainer.addItem(java.lang.String fieldname,
java.lang.String fieldvalue)
Adds an item to the container. |
void |
OutboundContainer.close()
Writes the content of the container to the current outbound file |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |