Uses of Class
com.attivio.sdk.search.QueryPlacement
-
Packages that use QueryPlacement Package Description com.attivio.sdk.search com.attivio.util.serialization Contains classes related to serialization/desearialization of objects to/from XML. -
-
Uses of QueryPlacement in com.attivio.sdk.search
Methods in com.attivio.sdk.search that return QueryPlacement Modifier and Type Method Description QueryPlacement
QueryPlacement. clone()
Methods in com.attivio.sdk.search that return types with arguments of type QueryPlacement Modifier and Type Method Description static java.util.ArrayList<QueryPlacement>
QueryPlacement. clone(java.util.ArrayList<QueryPlacement> value)
Deep clone an ArrayList of QueryPlacement instances.java.util.List<QueryPlacement>
QueryResponse. getPlacements()
Get all placements for this response.Methods in com.attivio.sdk.search with parameters of type QueryPlacement Modifier and Type Method Description void
QueryResponse. addPlacement(QueryPlacement value)
Method parameters in com.attivio.sdk.search with type arguments of type QueryPlacement Modifier and Type Method Description static java.util.ArrayList<QueryPlacement>
QueryPlacement. clone(java.util.ArrayList<QueryPlacement> value)
Deep clone an ArrayList of QueryPlacement instances.void
QueryResponse. setPlacements(java.util.List<QueryPlacement> value)
-
Uses of QueryPlacement in com.attivio.util.serialization
Methods in com.attivio.util.serialization that return QueryPlacement Modifier and Type Method Description QueryPlacement
QueryPlacementConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-