|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The RequiredDataServiceSvr contains methods that can only be invoked
on the server for common queries.
Supported API: false
Extendable: false
Method Summary | |
WTKeyedMap |
queryAdHocForeignKey(AdHocForeignKeyLinkQueryData[] adHocFKLinkQueryData)
Supports bulk queries for relationships that are not modeled as BinaryLink or ForeignKeyLink. |
WTCollection |
queryLinks(LinkQueryData[] linkQueryData)
Builds a query based on the information in an array of LinkQueryData objects and returns a WTCollection for the linkClasses defined in the LinkQueryData[]. |
WTKeyedMap |
queryLinks(LinkQueryData[] linkQueryData,
boolean useRoleA)
Queries a single link class role specified by the useRoleA boolean and the information defined in the LinkQueryData[]. |
Method Detail |
public WTCollection queryLinks(LinkQueryData[] linkQueryData) throws WTException
linkQueryData
-
WTException
public WTKeyedMap queryLinks(LinkQueryData[] linkQueryData, boolean useRoleA) throws WTException
linkQueryData
- useRoleA
-
WTException
public WTKeyedMap queryAdHocForeignKey(AdHocForeignKeyLinkQueryData[] adHocFKLinkQueryData) throws WTException
adHocFKLinkQueryData
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |