Class Summary |
Attachment |
This class defines a container for a file attachment, for example for a text file attached to an e-mail interaction. |
AttributeError |
This class describes an error which occurred during an attribute update. It may be returned on calls to set*DTO() methods. |
KeyValue |
This container describes a key-value pair used in a Data Transfer Object. The key-value pair corresponds to a service attribute.
The KeyValue.value field can be a basic type such as string, boolean or int, or it can have a type defined in the attribute's
namespace. For instance, in the com.genesyslab.ail.ws.outbound namespace, the OutboundChainDTO.data field can be one of the
object types listed in the outbound.chain attributes definitions, which include OutboundChainReason, CampaignMode, TreatmentType,
or OutboundEventType.
|
ShortAttachment |
This class defines a container for an attachment's short form, for example for a text file attached to an e-mail interaction.
This short form contains the filename and mime type of the attachment, but it does not include the attachment's data.
|
Switch |
This class defines a switch. |
WServiceException |
This class describes an exception thrown by the services of the com.genesyslab.ail packages. |