public final class SearchCondConverter extends Object
SearchCond
.Modifier and Type | Method and Description |
---|---|
static SearchCond |
convert(SearchCondVisitor visitor,
String fiql,
String... realms)
Parses a FIQL expression into Syncope's
SearchCond , using SyncopeFiqlParser . |
public static SearchCond convert(SearchCondVisitor visitor, String fiql, String... realms)
SearchCond
, using SyncopeFiqlParser
.visitor
- visitor instancefiql
- FIQL stringrealms
- optional realm to provide to SearchCondVisitor
SearchCond
instance for given FIQL expressionCopyright © 2010–2023 The Apache Software Foundation. All rights reserved.