Uses of Class
com.attivio.sdk.search.QueryFrame
-
Packages that use QueryFrame Package Description com.attivio.sdk.search -
-
Uses of QueryFrame in com.attivio.sdk.search
Methods in com.attivio.sdk.search that return QueryFrame Modifier and Type Method Description QueryFrameQueryFrame. clone()QueryFrameQueryFrameResult. getQueryFrame()Get theQueryFramedefinition to apply to the request.QueryFrameSearchProfileApi. getQueryFrame(java.lang.String searchProfile, java.lang.String name)Get a query frame.Methods in com.attivio.sdk.search that return types with arguments of type QueryFrame Modifier and Type Method Description java.util.List<QueryFrame>SearchProfileApi. getQueryFrames(java.lang.String searchProfile)Get a list of all query frames forsearchProfileMethods in com.attivio.sdk.search with parameters of type QueryFrame Modifier and Type Method Description intQueryFrame. compareTo(QueryFrame other)voidSearchProfileApi. createQueryFrame(java.lang.String searchProfile, QueryFrame frame)Create a query frame.voidQueryFrameResult. setQueryFrame(QueryFrame value)Set theQueryFramedefinition to apply to the request.voidSearchProfileApi. updateQueryFrame(java.lang.String searchProfile, QueryFrame frame)Update query frame.Constructors in com.attivio.sdk.search with parameters of type QueryFrame Constructor Description QueryFrameResult(QueryFrame queryFrame)
-