Uses of Class
com.attivio.sdk.search.query.AccessControlQuery.Method
-
Packages that use AccessControlQuery.Method Package Description com.attivio.sdk.search.query -
-
Uses of AccessControlQuery.Method in com.attivio.sdk.search.query
Methods in com.attivio.sdk.search.query that return AccessControlQuery.Method Modifier and Type Method Description static AccessControlQuery.Method
AccessControlQuery.Method. fromExternal(java.lang.String value)
Converts an external value to a JoinMode value.AccessControlQuery.Method
AccessControlQuery. getMethod()
Get the method for evaluating access control rights.static AccessControlQuery.Method
AccessControlQuery.Method. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AccessControlQuery.Method[]
AccessControlQuery.Method. 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 AccessControlQuery.Method Modifier and Type Method Description void
AccessControlQuery. setMethod(AccessControlQuery.Method method)
Set the method for evaluating access control rights.
-