Uses of Class
com.attivio.sdk.search.QueryFeedback
-
Packages that use QueryFeedback Package Description com.attivio.sdk.search com.attivio.sdk.server.component.query Interfaces for all query and response related transformers and associated dependencies of those transformers.com.attivio.util.serialization Contains classes related to serialization/desearialization of objects to/from XML. -
-
Uses of QueryFeedback in com.attivio.sdk.search
Methods in com.attivio.sdk.search that return QueryFeedback Modifier and Type Method Description QueryFeedback
QueryResponse. addFeedback(QueryFeedback message)
Add a feedback message.QueryFeedback
QueryResponse. addFeedback(java.lang.String stageName, java.lang.String messageName, java.lang.String message)
Add a feedback message.QueryFeedback
QueryResponse. addFeedback(java.lang.String stageName, java.lang.String messageName, java.lang.String message, java.util.Map<java.lang.String,java.lang.Object> properties)
Add a feedback message.QueryFeedback
QueryFeedback. clone()
Methods in com.attivio.sdk.search that return types with arguments of type QueryFeedback Modifier and Type Method Description static java.util.ArrayList<QueryFeedback>
QueryFeedback. clone(java.util.ArrayList<QueryFeedback> value)
Deep clone an ArrayList of QueryFeedback instances.java.util.List<QueryFeedback>
QueryFrame. getFeedback()
java.util.List<QueryFeedback>
QueryResponse. getFeedback()
Get all feedback messages for this response.java.util.List<QueryFeedback>
QueryResponse. getFeedbackByMessageName(java.lang.String messageName)
Get all query feedback that has a message specific message name.Methods in com.attivio.sdk.search with parameters of type QueryFeedback Modifier and Type Method Description void
QueryFrame. addFeedback(QueryFeedback value)
QueryFeedback
QueryResponse. addFeedback(QueryFeedback message)
Add a feedback message.void
QueryResponse. addFeedback(QueryFeedback... value)
Add multiple feedback messages.void
QueryFrame. setFeedback(QueryFeedback... value)
Method parameters in com.attivio.sdk.search with type arguments of type QueryFeedback Modifier and Type Method Description void
QueryFrame. addFeedback(java.util.List<QueryFeedback> value)
void
QueryResponse. addFeedback(java.util.List<QueryFeedback> value)
Add multiple feedback messages.static java.util.ArrayList<QueryFeedback>
QueryFeedback. clone(java.util.ArrayList<QueryFeedback> value)
Deep clone an ArrayList of QueryFeedback instances.void
QueryFrame. setFeedback(java.util.List<QueryFeedback> value)
void
QueryResponse. setFeedback(java.util.List<QueryFeedback> value)
-
Uses of QueryFeedback in com.attivio.sdk.server.component.query
Methods in com.attivio.sdk.server.component.query that return types with arguments of type QueryFeedback Modifier and Type Method Description java.util.List<QueryFeedback>
QueryTransformer. processQuery(QueryRequest query)
Processes a query by modifying it in-place. -
Uses of QueryFeedback in com.attivio.util.serialization
Methods in com.attivio.util.serialization that return QueryFeedback Modifier and Type Method Description QueryFeedback
QueryFeedbackConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
static QueryFeedback
QueryFeedbackConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context, com.thoughtworks.xstream.mapper.Mapper mapper)
Unmarshal a QueryFeedback.Methods in com.attivio.util.serialization with parameters of type QueryFeedback Modifier and Type Method Description static void
QueryFeedbackConverter. marshal(QueryFeedback feedback, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, com.thoughtworks.xstream.mapper.Mapper mapper)
Marshal a QueryFeedback (without the containing element).static void
QueryFeedbackConverter. marshalNode(QueryFeedback feedback, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, com.thoughtworks.xstream.mapper.Mapper mapper)
Marshal a QueryFeedback.
-