public abstract class SyncopeFiqlSearchConditionBuilder
extends org.apache.cxf.jaxrs.ext.search.client.FiqlSearchConditionBuilder
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SyncopeFiqlSearchConditionBuilder.Builder |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
CONTEXTUAL_PROPERTIES |
| Modifier | Constructor and Description |
|---|---|
protected |
SyncopeFiqlSearchConditionBuilder() |
protected |
SyncopeFiqlSearchConditionBuilder(Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.jaxrs.ext.search.client.CompleteCondition |
hasNotResources(String resource,
String... moreResources) |
org.apache.cxf.jaxrs.ext.search.client.CompleteCondition |
hasResources(String resource,
String... moreResources) |
SyncopeProperty |
is(String property) |
org.apache.cxf.jaxrs.ext.search.client.CompleteCondition |
isNotNull(String property) |
org.apache.cxf.jaxrs.ext.search.client.CompleteCondition |
isNull(String property) |
protected SyncopeFiqlSearchConditionBuilder.Builder |
newBuilderInstance() |
and, and, or, or, queryprotected SyncopeFiqlSearchConditionBuilder.Builder newBuilderInstance()
newBuilderInstance in class org.apache.cxf.jaxrs.ext.search.client.FiqlSearchConditionBuilderpublic SyncopeProperty is(String property)
is in interface org.apache.cxf.jaxrs.ext.search.client.PartialConditionis in class org.apache.cxf.jaxrs.ext.search.client.FiqlSearchConditionBuilderpublic org.apache.cxf.jaxrs.ext.search.client.CompleteCondition isNull(String property)
public org.apache.cxf.jaxrs.ext.search.client.CompleteCondition isNotNull(String property)
public org.apache.cxf.jaxrs.ext.search.client.CompleteCondition hasResources(String resource, String... moreResources)
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.