cisco.uc.cuae.search
Class SearchOptionFields

java.lang.Object
  extended by cisco.uc.cuae.search.SearchOptionFields

public class SearchOptionFields
extends java.lang.Object

Utility class for helping with conformance with 'options.fields'


Field Summary
static java.lang.String ARRIVAL_TIME_PROP
           
static java.lang.String body
           
static java.lang.String CALLER_ID_PROP
           
static java.lang.String CALLER_NAME_PROP
           
static java.lang.String contentDisposition
           
static java.lang.String contentType
           
static java.lang.String duration
           
static java.lang.String DURATION_PROP
           
static java.lang.String forwardedFrom
           
static java.lang.String FROM_PROP
           
static java.lang.String FROM_SUB_PROP
           
static java.lang.String FROM_VM_INT_SUB_PROP
           
static java.lang.String fromDisplayName
           
static java.lang.String fromNumber
           
static java.lang.String fromuserName
           
static java.lang.String id
           
static java.lang.String IMAP_UID_PROP
           
static java.lang.String isSensitive
           
static java.lang.String mailboxId
           
static java.lang.String messageType
           
static java.lang.String mime
           
static java.lang.String MSG_ID_PROP
           
static java.lang.String msgState
           
static java.lang.String NON_VM_ATTACH_PROP
           
static java.lang.String PRIORITY_PROP
           
static java.lang.String READ_PROP
           
static java.lang.String receivedOn
           
static java.lang.String SENSITIVITY_PROP
           
static java.lang.String sentOn
           
static java.lang.String SIZE_PROP
           
static java.lang.String subject
           
static java.lang.String SUBJECT_PROP
           
static java.lang.String to
           
static java.lang.String TO_PROP
           
static java.lang.String urgent
           
static java.lang.String userTimeZone
           
static java.lang.String userTimeZoneOffset
           
static java.lang.String VM_ATTACH_PROP
           
 
Constructor Summary
SearchOptionFields(messaging.SearchOptions options)
           
SearchOptionFields(java.lang.String[] fields)
           
 
Method Summary
 java.lang.String[] getFormattedFieldsArray()
          Get all properties to be requested from VMWS
 boolean isSerialized(java.lang.String fieldName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public static final java.lang.String id
See Also:
Constant Field Values

mailboxId

public static final java.lang.String mailboxId
See Also:
Constant Field Values

fromNumber

public static final java.lang.String fromNumber
See Also:
Constant Field Values

fromDisplayName

public static final java.lang.String fromDisplayName
See Also:
Constant Field Values

fromuserName

public static final java.lang.String fromuserName
See Also:
Constant Field Values

to

public static final java.lang.String to
See Also:
Constant Field Values

subject

public static final java.lang.String subject
See Also:
Constant Field Values

sentOn

public static final java.lang.String sentOn
See Also:
Constant Field Values

receivedOn

public static final java.lang.String receivedOn
See Also:
Constant Field Values

userTimeZone

public static final java.lang.String userTimeZone
See Also:
Constant Field Values

userTimeZoneOffset

public static final java.lang.String userTimeZoneOffset
See Also:
Constant Field Values

msgState

public static final java.lang.String msgState
See Also:
Constant Field Values

body

public static final java.lang.String body
See Also:
Constant Field Values

forwardedFrom

public static final java.lang.String forwardedFrom
See Also:
Constant Field Values

mime

public static final java.lang.String mime
See Also:
Constant Field Values

contentType

public static final java.lang.String contentType
See Also:
Constant Field Values

messageType

public static final java.lang.String messageType
See Also:
Constant Field Values

contentDisposition

public static final java.lang.String contentDisposition
See Also:
Constant Field Values

isSensitive

public static final java.lang.String isSensitive
See Also:
Constant Field Values

urgent

public static final java.lang.String urgent
See Also:
Constant Field Values

duration

public static final java.lang.String duration
See Also:
Constant Field Values

TO_PROP

public static final java.lang.String TO_PROP
See Also:
Constant Field Values

SUBJECT_PROP

public static final java.lang.String SUBJECT_PROP
See Also:
Constant Field Values

SENSITIVITY_PROP

public static final java.lang.String SENSITIVITY_PROP
See Also:
Constant Field Values

READ_PROP

public static final java.lang.String READ_PROP
See Also:
Constant Field Values

PRIORITY_PROP

public static final java.lang.String PRIORITY_PROP
See Also:
Constant Field Values

NON_VM_ATTACH_PROP

public static final java.lang.String NON_VM_ATTACH_PROP
See Also:
Constant Field Values

VM_ATTACH_PROP

public static final java.lang.String VM_ATTACH_PROP
See Also:
Constant Field Values

MSG_ID_PROP

public static final java.lang.String MSG_ID_PROP
See Also:
Constant Field Values

IMAP_UID_PROP

public static final java.lang.String IMAP_UID_PROP
See Also:
Constant Field Values

FROM_VM_INT_SUB_PROP

public static final java.lang.String FROM_VM_INT_SUB_PROP
See Also:
Constant Field Values

FROM_SUB_PROP

public static final java.lang.String FROM_SUB_PROP
See Also:
Constant Field Values

FROM_PROP

public static final java.lang.String FROM_PROP
See Also:
Constant Field Values

DURATION_PROP

public static final java.lang.String DURATION_PROP
See Also:
Constant Field Values

CALLER_NAME_PROP

public static final java.lang.String CALLER_NAME_PROP
See Also:
Constant Field Values

CALLER_ID_PROP

public static final java.lang.String CALLER_ID_PROP
See Also:
Constant Field Values

ARRIVAL_TIME_PROP

public static final java.lang.String ARRIVAL_TIME_PROP
See Also:
Constant Field Values

SIZE_PROP

public static final java.lang.String SIZE_PROP
See Also:
Constant Field Values
Constructor Detail

SearchOptionFields

public SearchOptionFields(java.lang.String[] fields)
                   throws messaging.InvalidArgumentException
Throws:
messaging.InvalidArgumentException

SearchOptionFields

public SearchOptionFields(messaging.SearchOptions options)
                   throws messaging.InvalidArgumentException
Throws:
messaging.InvalidArgumentException
Method Detail

isSerialized

public boolean isSerialized(java.lang.String fieldName)

getFormattedFieldsArray

public java.lang.String[] getFormattedFieldsArray()
Get all properties to be requested from VMWS



Copyright © 2008. All Rights Reserved.