com.genesyslab.ail
Interface SortableInteractionAttribute


public interface SortableInteractionAttribute

SortableInteractionAttribute is a container for an interaction attribute and its sort status.

See Also:

Note: If the {@link ServiceStatus.Type#DATABASE DATABASE} service is not available, that is, if UCS is not connected, you cannot search for interactions.


Method Summary
 InteractionAttributeMetaData getIxnAttribute()
          Returns the attribute as InteractionAttributeMetaData.
 boolean isReverse()
          Returns the boolean value associated to this attribute.
 

Method Detail

getIxnAttribute

InteractionAttributeMetaData getIxnAttribute()
Returns the attribute as InteractionAttributeMetaData.

Returns:
the InteractionAttributeMetaData instance.

isReverse

boolean isReverse()
Returns the boolean value associated to this attribute.

Returns:
the boolean value, true for reverse sort.