|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.genesyslab.openmedia.soa.UCSFindCondition
Defines criteria for finding interactions in UCS.
| Constructor Summary | |
UCSFindCondition()
|
|
| Method Summary | |
java.lang.String |
getMediaType()
Returns the media type of interactions to be found. |
UCSInteractionStatus |
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(UCSInteractionStatus 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UCSFindCondition()
| Method Detail |
public java.lang.String getMediaType()
public void setMediaType(java.lang.String mediaType)
mediaType - the media type of interactions to be found.public UCSInteractionStatus getStatus()
public void setStatus(UCSInteractionStatus status)
status - the status 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 getType()
public void setType(java.lang.String type)
type - the type of interactions to be found.public java.lang.String getSubmittedBy()
public void setSubmittedBy(java.lang.String submittedBy)
submittedBy - the submittedBy parameter for interactions to be found.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||