Uses of Class
com.attivio.sdk.search.query.JoinMode
-
Packages that use JoinMode Package Description com.attivio.sdk.search.query -
-
Uses of JoinMode in com.attivio.sdk.search.query
Methods in com.attivio.sdk.search.query that return JoinMode Modifier and Type Method Description static JoinMode
JoinMode. fromExternal(java.lang.String value)
Converts an external value to a JoinMode value.JoinMode
CompositeJoinQuery.Clause. getMode()
JoinMode
JoinClause. getMode()
Gets the mode for joining.static JoinMode
JoinMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JoinMode[]
JoinMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.search.query with parameters of type JoinMode Modifier and Type Method Description CompositeJoinQuery.Clause
CompositeJoinQuery. addClause(JoinMode mode, Query query)
Add a clause for selecting child documents.void
CompositeJoinQuery.Clause. setMode(JoinMode value)
void
JoinClause. setMode(JoinMode mode)
Sets the mode for joining.Constructors in com.attivio.sdk.search.query with parameters of type JoinMode Constructor Description Clause(JoinMode mode, Query query)
JoinClause(Query query, JoinMode mode)
ConstructorJoinClause(Query query, JoinMode mode, java.lang.String primaryKey, java.lang.String foreignKey)
Constructor
-