| Package | Description |
|---|---|
| org.openliberty.wsc |
This package contains all of the Service Client classes and the basic WSFMessage.
|
| org.openliberty.xmltooling.dst2_1.ref |
This package models elements from the DST 2.1 Reference Implementation schema.
|
| Modifier and Type | Method and Description |
|---|---|
QueryItem |
PersonalProfileService.queryItemForAddressCardID(String id,
String itemID)
Takes an id (unique) and builds an AddressCard QueryItem
|
QueryItem |
PersonalProfileService.queryItemForAltIdByIDType(String iDType,
String itemID)
Returns a QueryItem for an AltID based on that AltIDs IDType element content
|
QueryItem |
PersonalProfileService.queryItemForMsgContactID(String id,
String itemID)
Takes an id (unique) and builds an MsgContact QueryItem
|
QueryItem |
PersonalProfileService.queryItemForMsgContactNickName(String nickname,
boolean localScriptVersion,
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,
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(String technologyUri,
String methodUri,
String typeUri,
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(String properlyFormedQueryString,
String itemID)
Accepts any string and places it inside of the select
|
QueryItem |
PersonalProfileService.queryItemForXPathQuery(String xpathQueryString,
String itemID)
Returns a QueryItem for the specified XPath String, if the string compiles.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResponse |
PersonalProfileService.invokeQueryForQueryItem(QueryItem queryItem)
Invokes a PP Query for a single QueryItem
|
private List<MsgContact> |
PersonalProfileService.msgContactsForQueryItem(QueryItem queryItem) |
| Modifier and Type | Method and Description |
|---|---|
QueryResponse |
PersonalProfileService.invokeQueryForQueryItems(List<QueryItem> queryItems)
This method provides support for multiple QueryItem elements
|
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.core.xml.util.XMLObjectChildrenList<QueryItem> |
Query.queryItems |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<QueryItem> |
Query.getQueryItems() |
Copyright © 1999–2015. All rights reserved.