Uses of Class
org.openliberty.xmltooling.dst2_1.ref.QueryItem

Packages that use QueryItem
org.openliberty.wsc This package contains all of the Service Client classes and the basic WSFMessage. 
org.openliberty.xmltooling.dst2_1.ref   
 

Uses of QueryItem in org.openliberty.wsc
 

Methods in org.openliberty.wsc that return QueryItem
 QueryItem PersonalProfileService.queryItemForAddressCardID(java.lang.String id, java.lang.String itemID)
          Takes an id (unique) and builds an AddressCard QueryItem
 QueryItem PersonalProfileService.queryItemForAtIdByIDType(java.lang.String iDType, java.lang.String itemID)
          Returns a QueryItem for an AltID based on that AltIDs IDType element content
 QueryItem PersonalProfileService.queryItemForMsgContactID(java.lang.String id, java.lang.String itemID)
          Takes an id (unique) and builds an MsgContact QueryItem
 QueryItem PersonalProfileService.queryItemForMsgContactNickName(java.lang.String nickname, boolean localScriptVersion, java.lang.String itemID)
          Creates a QueryItem that is for a MsgContact based on a Nickname.
 QueryItem PersonalProfileService.queryItemForMsgContactSpecifics(MsgTechnology.Technology technology, MsgMethod.Method method, MsgType.Type type, java.lang.String itemID)
          Generation of a QueryItem to query for MsgContact by an exact match on the contents of a leaf element for the following leaf elements: pp:MsgTechnology pp:MsgMethod pp:MsgType MsgTechnology, MsgMethod, and MsgType can be tested in isolation or simultaneously combined with an AND operator.
 QueryItem PersonalProfileService.queryItemForMsgContactSpecifics(java.lang.String technologyUri, java.lang.String methodUri, java.lang.String typeUri, java.lang.String itemID)
          Generation of a QueryItem to query for MsgContact by an exact match on the contents of a leaf element for the following leaf elements: pp:MsgTechnology pp:MsgMethod pp:MsgType MsgTechnology, MsgMethod, and MsgType can be tested in isolation or simultaneously combined with an AND operator.
 QueryItem PersonalProfileService.queryItemForString(java.lang.String properlyFormedQueryString, java.lang.String itemID)
          Accepts any string and places it inside of the select
 QueryItem PersonalProfileService.queryItemForXPathQuery(java.lang.String xpathQueryString, java.lang.String itemID)
          Returns a QueryItem for the specified XPath String, if the string compiles.
 

Methods in org.openliberty.wsc with parameters of type QueryItem
 QueryResponse PersonalProfileService.invokeQueryForQueryItem(QueryItem queryItem)
          Invokes a PP Query for a single QueryItem
private  java.util.List<MsgContact> PersonalProfileService.msgContactsForQueryItem(QueryItem queryItem)
           
 

Method parameters in org.openliberty.wsc with type arguments of type QueryItem
 QueryResponse PersonalProfileService.invokeQueryForQueryItems(java.util.List<QueryItem> queryItems)
          This method provides support for multiple QueryItem elements
 

Uses of QueryItem in org.openliberty.xmltooling.dst2_1.ref
 

Fields in org.openliberty.xmltooling.dst2_1.ref with type parameters of type QueryItem
private  org.opensaml.xml.util.XMLObjectChildrenList<QueryItem> Query.queryItems
           
 

Methods in org.openliberty.xmltooling.dst2_1.ref that return types with arguments of type QueryItem
 org.opensaml.xml.util.XMLObjectChildrenList<QueryItem> Query.getQueryItems()