|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Defines criteria for finding interactions in UCS.
To get a MILUCSFindCondition, call the
MILUCSManager#createFindCondition()
as shown here:
MILUCSFindCondition milFindCondition =
createFindCondition(MILUCSInteractionStatus.IN_PROCESS,
"Inbound", "thirdPartyMedia");
The parameters passed at creation are mandatory parameters. You can set additional parameters for refining your search:
subtype by calling the setSubtype(java.lang.String) method.submittedBy by calling the setSubmittedBy(java.lang.String) method.
| Method Summary | |
java.lang.String |
getMediaType()
Returns the media type of interactions to be found. |
MILUCSInteractionStatus |
getStatus()
Returns the status of interactions to be found. |
java.lang.String |
getSubmittedBy()
Returns the submittedBy parameter for interactions to be found. |
java.lang.String |
getSubtype()
Returns the subtype of interactions to be found. |
java.lang.String |
getType()
Returns the type of interactions to be found. |
void |
setMediaType(java.lang.String mediaType)
Sets the media type of interactions to be found. |
void |
setStatus(MILUCSInteractionStatus status)
Sets the status of interactions to be found |
void |
setSubmittedBy(java.lang.String submittedBy)
Sets the submittedBy parameter for interactions to be found. |
void |
setSubtype(java.lang.String subType)
Sets the subtype of interactions to be found. |
void |
setType(java.lang.String type)
Sets the type of interactions to be found. |
| Method Detail |
public MILUCSInteractionStatus getStatus()
public void setStatus(MILUCSInteractionStatus status)
status - the status of interactions to be found.public java.lang.String getType()
public void setType(java.lang.String type)
type - type of interactions to be found.public java.lang.String getSubtype()
public void setSubtype(java.lang.String subType)
subType - the subtype of interactions to be found.public java.lang.String getMediaType()
public void setMediaType(java.lang.String mediaType)
mediaType - the media type of interactions to be foundpublic java.lang.String getSubmittedBy()
submittedBy parameter for interactions to be found.
public void setSubmittedBy(java.lang.String submittedBy)
submittedBy parameter for interactions to be found.
This parameter specifies which genesys application submitted the wanted interactions.
submittedBy - parameter for applications to be found.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||