Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.contacts.protocol.contactserver.SearchCriteriaCollection

Packages that use SearchCriteriaCollection
com.genesyslab.platform.contacts.protocol.contactserver This package contains the Protocol classes that your applications can use to set up communication with Universal Contact Server. 
com.genesyslab.platform.contacts.protocol.contactserver.requests   
 

Uses of SearchCriteriaCollection in com.genesyslab.platform.contacts.protocol.contactserver
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver that return SearchCriteriaCollection
static SearchCriteriaCollection SearchCriteriaBuilder.build(Prefixes prefix, SearchCriteriaCollection... criterias)
          Creates SearchCriteriaCollection based on one or more search criteria collections.
static SearchCriteriaCollection SearchCriteriaBuilder.build(java.lang.String name, Operators operator, java.lang.String value)
          Creates SearchCriteriaCollection based on one simple search criterias.
 SearchCriteriaCollection ComplexSearchCriteria.getCriterias()
           
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver with parameters of type SearchCriteriaCollection
static SearchCriteriaCollection SearchCriteriaBuilder.build(Prefixes prefix, SearchCriteriaCollection... criterias)
          Creates SearchCriteriaCollection based on one or more search criteria collections.
 void ComplexSearchCriteria.setCriterias(SearchCriteriaCollection value)
           
 

Uses of SearchCriteriaCollection in com.genesyslab.platform.contacts.protocol.contactserver.requests
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver.requests that return SearchCriteriaCollection
 SearchCriteriaCollection RequestInteractionListGet.getSearchCriteria()
          No filtering if not present.
 SearchCriteriaCollection RequestGetInteractionsForContact.getSearchCriteria()
          No filtering if not present.
 SearchCriteriaCollection RequestGetContacts.getSearchCriteria()
           
 SearchCriteriaCollection RequestCountInteractions.getSearchCriteria()
          Filters the Interactions that should be returned.
 SearchCriteriaCollection RequestContactListGet.getSearchCriteria()
          No filtering if not present.
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver.requests with parameters of type SearchCriteriaCollection
 void RequestInteractionListGet.setSearchCriteria(SearchCriteriaCollection value)
          No filtering if not present.
 void RequestGetInteractionsForContact.setSearchCriteria(SearchCriteriaCollection value)
          No filtering if not present.
 void RequestGetContacts.setSearchCriteria(SearchCriteriaCollection value)
           
 void RequestCountInteractions.setSearchCriteria(SearchCriteriaCollection value)
          Filters the Interactions that should be returned.
 void RequestContactListGet.setSearchCriteria(SearchCriteriaCollection value)
          No filtering if not present.
 


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.