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 QueryFrame
QueryFrame. clone()
QueryFrame
QueryFrameResult. getQueryFrame()
Get theQueryFrame
definition to apply to the request.QueryFrame
SearchProfileApi. 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 forsearchProfile
Methods in com.attivio.sdk.search with parameters of type QueryFrame Modifier and Type Method Description int
QueryFrame. compareTo(QueryFrame other)
void
SearchProfileApi. createQueryFrame(java.lang.String searchProfile, QueryFrame frame)
Create a query frame.void
QueryFrameResult. setQueryFrame(QueryFrame value)
Set theQueryFrame
definition to apply to the request.void
SearchProfileApi. 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)
-