Uses of Class
com.attivio.sdk.search.query.JoinClause
-
Packages that use JoinClause Package Description com.attivio.sdk.search.query com.attivio.util.serialization.query -
-
Uses of JoinClause in com.attivio.sdk.search.query
Methods in com.attivio.sdk.search.query that return JoinClause Modifier and Type Method Description JoinClause
JoinClause. clone()
JoinClause
JoinQuery. getClause(int index)
Get a join clause atindex
.Methods in com.attivio.sdk.search.query that return types with arguments of type JoinClause Modifier and Type Method Description java.util.List<JoinClause>
JoinQuery. getClauses()
Get the join clauses.Methods in com.attivio.sdk.search.query with parameters of type JoinClause Modifier and Type Method Description void
JoinQuery. add(JoinClause clause)
Add a JoinClause to the JoinQuery.Constructor parameters in com.attivio.sdk.search.query with type arguments of type JoinClause Constructor Description JoinQuery(Query query, java.util.ArrayList<JoinClause> clauses)
Expert Use Only. -
Uses of JoinClause in com.attivio.util.serialization.query
Methods in com.attivio.util.serialization.query with parameters of type JoinClause Modifier and Type Method Description void
AbstractQueryConverter. unmarshalParameter(JoinClause query, com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
Unmarshal a query parameter.
-