com.genesyslab.ail
Interface InteractionOpenMediaSummary

All Superinterfaces:
IdObject, InteractionMultimediaSummary

Deprecated. Use InteractionMultimediaSummary.

public interface InteractionOpenMediaSummary
extends InteractionMultimediaSummary

Summary information for an Open Multimedia interaction.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.genesyslab.ail.IdObject
IdObject.ObjectType
 
Method Summary
 java.lang.String getInteractionSubType()
          Deprecated. Returns the InteractionSubtype of this interaction.
 java.lang.String getInteractionType()
          Deprecated. Returns the InteractionType of this interaction.
 java.lang.String getMediaType()
          Deprecated. Returns the MediaType of this interaction.
 
Methods inherited from interface com.genesyslab.ail.InteractionMultimediaSummary
getAttachedData, getCaseId, getContactId, getContactServerId, getDateDelivered, getDatePlacedInQueue, getDateReceived, getFrom, getInteractionMultimedia, getParentId, getPriority, getQueue, getSender, getStatus, getSubject, getTo, getType, getWorkbinName, getWorkbinOwner, isOnline, pullInteractionMultimedia
 
Methods inherited from interface com.genesyslab.ail.IdObject
getId, getObjectType
 

Method Detail

getMediaType

java.lang.String getMediaType()
Deprecated. 
Returns the MediaType of this interaction.

Specified by:
getMediaType in interface InteractionMultimediaSummary

getInteractionType

java.lang.String getInteractionType()
Deprecated. 
Returns the InteractionType of this interaction.

Specified by:
getInteractionType in interface InteractionMultimediaSummary

getInteractionSubType

java.lang.String getInteractionSubType()
Deprecated. 
Returns the InteractionSubtype of this interaction.

Specified by:
getInteractionSubType in interface InteractionMultimediaSummary