public interface SyncopeProperty
extends org.apache.cxf.jaxrs.ext.search.client.Property
SyncopeFiqlSearchConditionBuilder.| 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)?
|
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?
|
after, 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, notEqualToorg.apache.cxf.jaxrs.ext.search.client.CompleteCondition equalToIgnoreCase(String value, String... moreValues)
org.apache.cxf.jaxrs.ext.search.client.CompleteCondition notEqualTolIgnoreCase(String literalOrPattern)
org.apache.cxf.jaxrs.ext.search.client.CompleteCondition nullValue()
org.apache.cxf.jaxrs.ext.search.client.CompleteCondition notNullValue()
org.apache.cxf.jaxrs.ext.search.client.CompleteCondition hasResources(String resource, String... moreResources)
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.