protected static class SyncopeFiqlSearchConditionBuilder.Builder extends Object implements SyncopeProperty, org.apache.cxf.jaxrs.ext.search.client.CompleteCondition
| Modifier | Constructor and Description |
|---|---|
protected |
SyncopeFiqlSearchConditionBuilder.Builder(Map<String,String> properties) |
protected |
SyncopeFiqlSearchConditionBuilder.Builder(SyncopeFiqlSearchConditionBuilder.Builder parent) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.jaxrs.ext.search.client.CompleteCondition |
equalToIgnoreCase(String value,
String... moreValues)
Is textual property equal to (ignoring case) given literal or matching given pattern?
|
org.apache.cxf.jaxrs.ext.search.client.CompleteCondition |
hasNotResources(String resource,
String... moreResources)
Is user, group or any object not owning given resource(s)?
|
org.apache.cxf.jaxrs.ext.search.client.CompleteCondition |
hasResources(String resource,
String... moreResources)
Is user, group or any object owning given resource(s)?
|
SyncopeProperty |
is(String property) |
org.apache.cxf.jaxrs.ext.search.client.CompleteCondition |
notEqualTolIgnoreCase(String literalOrPattern)
Is textual property different (ignoring case) than given literal or not matching given pattern?
|
org.apache.cxf.jaxrs.ext.search.client.CompleteCondition |
notNullValue()
Is property not null?
|
org.apache.cxf.jaxrs.ext.search.client.CompleteCondition |
nullValue()
Is property null?
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafter, after, before, before, comparesTo, comparesTo, comparesTo, comparesTo, comparesTo, comparesTo, equalTo, equalTo, equalTo, equalTo, equalTo, equalTo, greaterOrEqualTo, greaterOrEqualTo, greaterOrEqualTo, greaterThan, greaterThan, greaterThan, lessOrEqualTo, lessOrEqualTo, lessOrEqualTo, lessThan, lessThan, lessThan, lexicalAfter, lexicalBefore, lexicalNotAfter, lexicalNotBefore, notAfter, notAfter, notBefore, notBefore, notEqualTo, notEqualTo, notEqualTo, notEqualTo, notEqualTo, notEqualToprotected SyncopeFiqlSearchConditionBuilder.Builder(Map<String,String> properties)
protected SyncopeFiqlSearchConditionBuilder.Builder(SyncopeFiqlSearchConditionBuilder.Builder parent)
public SyncopeProperty is(String property)
is in interface org.apache.cxf.jaxrs.ext.search.client.PartialConditionpublic org.apache.cxf.jaxrs.ext.search.client.CompleteCondition nullValue()
SyncopePropertynullValue in interface SyncopePropertypublic org.apache.cxf.jaxrs.ext.search.client.CompleteCondition notNullValue()
SyncopePropertynotNullValue in interface SyncopePropertypublic org.apache.cxf.jaxrs.ext.search.client.CompleteCondition hasResources(String resource, String... moreResources)
SyncopePropertyhasResources in interface SyncopePropertypublic org.apache.cxf.jaxrs.ext.search.client.CompleteCondition hasNotResources(String resource, String... moreResources)
SyncopePropertyhasNotResources in interface SyncopePropertypublic org.apache.cxf.jaxrs.ext.search.client.CompleteCondition equalToIgnoreCase(String value, String... moreValues)
SyncopePropertyequalToIgnoreCase in interface SyncopePropertypublic org.apache.cxf.jaxrs.ext.search.client.CompleteCondition notEqualTolIgnoreCase(String literalOrPattern)
SyncopePropertynotEqualTolIgnoreCase in interface SyncopePropertyCopyright © 2010–2018 The Apache Software Foundation. All rights reserved.