protected static class AbstractFiqlSearchConditionBuilder.Builder<P extends SyncopeProperty<C>,PA extends SyncopePartialCondition<P,C>,C extends SyncopeCompleteCondition<PA,P>> extends Object implements SyncopeProperty<C>, SyncopeCompleteCondition<PA,P>, SyncopePartialCondition<P,C>
Modifier | Constructor and Description |
---|---|
protected |
Builder(AbstractFiqlSearchConditionBuilder.Builder<P,PA,C> parent) |
protected |
Builder(Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
PA |
and() |
C |
and(org.apache.cxf.jaxrs.ext.search.client.CompleteCondition cc,
org.apache.cxf.jaxrs.ext.search.client.CompleteCondition cc1,
org.apache.cxf.jaxrs.ext.search.client.CompleteCondition... cn) |
C |
and(List<org.apache.cxf.jaxrs.ext.search.client.CompleteCondition> conditions) |
P |
and(String name) |
protected C |
condition(String operator,
Object value,
Object... moreValues) |
C |
equalToIgnoreCase(String value,
String... moreValues)
Is textual property equal to (ignoring case) given literal or matching given pattern?
|
C |
hasNotResources(String resource,
String... moreResources)
Is user, group or any object not owning given resource(s)?
|
C |
hasResources(String resource,
String... moreResources)
Is user, group or any object owning given resource(s)?
|
C |
inDynRealms(String dynRealm,
String... moreDynRealms) |
P |
is(String property) |
C |
notEqualTolIgnoreCase(String literalOrPattern)
Is textual property different (ignoring case) than given literal or not matching given pattern?
|
C |
notInDynRealms(String dynRealm,
String... moreDynRealms) |
C |
notNullValue()
Is property not null?
|
C |
nullValue()
Is property null?
|
PA |
or() |
C |
or(org.apache.cxf.jaxrs.ext.search.client.CompleteCondition cc,
org.apache.cxf.jaxrs.ext.search.client.CompleteCondition cc1,
org.apache.cxf.jaxrs.ext.search.client.CompleteCondition... cn) |
C |
or(List<org.apache.cxf.jaxrs.ext.search.client.CompleteCondition> conditions) |
P |
or(String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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, notEqualTo
protected Builder(AbstractFiqlSearchConditionBuilder.Builder<P,PA,C> parent)
public P is(String property)
is
in interface org.apache.cxf.jaxrs.ext.search.client.PartialCondition
is
in interface SyncopePartialCondition<P extends SyncopeProperty<C>,C extends SyncopeCompleteCondition<PA,P>>
public C nullValue()
SyncopeProperty
nullValue
in interface SyncopeProperty<C extends SyncopeCompleteCondition<PA,P>>
public C notNullValue()
SyncopeProperty
notNullValue
in interface SyncopeProperty<C extends SyncopeCompleteCondition<PA,P>>
public C hasResources(String resource, String... moreResources)
SyncopeProperty
hasResources
in interface SyncopeProperty<C extends SyncopeCompleteCondition<PA,P>>
resource
- first resourcemoreResources
- more resourcespublic C hasNotResources(String resource, String... moreResources)
SyncopeProperty
hasNotResources
in interface SyncopeProperty<C extends SyncopeCompleteCondition<PA,P>>
resource
- first resourcemoreResources
- more resourcespublic C equalToIgnoreCase(String value, String... moreValues)
SyncopeProperty
equalToIgnoreCase
in interface SyncopeProperty<C extends SyncopeCompleteCondition<PA,P>>
value
- first valuemoreValues
- more valuespublic C notEqualTolIgnoreCase(String literalOrPattern)
SyncopeProperty
notEqualTolIgnoreCase
in interface SyncopeProperty<C extends SyncopeCompleteCondition<PA,P>>
literalOrPattern
- The literal or Pattern Stringpublic C inDynRealms(String dynRealm, String... moreDynRealms)
inDynRealms
in interface SyncopeProperty<C extends SyncopeCompleteCondition<PA,P>>
public C notInDynRealms(String dynRealm, String... moreDynRealms)
notInDynRealms
in interface SyncopeProperty<C extends SyncopeCompleteCondition<PA,P>>
public PA and()
and
in interface org.apache.cxf.jaxrs.ext.search.client.CompleteCondition
and
in interface SyncopeCompleteCondition<PA extends SyncopePartialCondition<P,C>,P extends SyncopeProperty<C>>
public P and(String name)
and
in interface org.apache.cxf.jaxrs.ext.search.client.CompleteCondition
and
in interface SyncopeCompleteCondition<PA extends SyncopePartialCondition<P,C>,P extends SyncopeProperty<C>>
public PA or()
or
in interface org.apache.cxf.jaxrs.ext.search.client.CompleteCondition
or
in interface SyncopeCompleteCondition<PA extends SyncopePartialCondition<P,C>,P extends SyncopeProperty<C>>
public P or(String name)
or
in interface org.apache.cxf.jaxrs.ext.search.client.CompleteCondition
or
in interface SyncopeCompleteCondition<PA extends SyncopePartialCondition<P,C>,P extends SyncopeProperty<C>>
public C and(org.apache.cxf.jaxrs.ext.search.client.CompleteCondition cc, org.apache.cxf.jaxrs.ext.search.client.CompleteCondition cc1, org.apache.cxf.jaxrs.ext.search.client.CompleteCondition... cn)
and
in interface org.apache.cxf.jaxrs.ext.search.client.PartialCondition
and
in interface SyncopePartialCondition<P extends SyncopeProperty<C>,C extends SyncopeCompleteCondition<PA,P>>
public C or(org.apache.cxf.jaxrs.ext.search.client.CompleteCondition cc, org.apache.cxf.jaxrs.ext.search.client.CompleteCondition cc1, org.apache.cxf.jaxrs.ext.search.client.CompleteCondition... cn)
or
in interface org.apache.cxf.jaxrs.ext.search.client.PartialCondition
or
in interface SyncopePartialCondition<P extends SyncopeProperty<C>,C extends SyncopeCompleteCondition<PA,P>>
public C and(List<org.apache.cxf.jaxrs.ext.search.client.CompleteCondition> conditions)
and
in interface org.apache.cxf.jaxrs.ext.search.client.PartialCondition
and
in interface SyncopePartialCondition<P extends SyncopeProperty<C>,C extends SyncopeCompleteCondition<PA,P>>
public C or(List<org.apache.cxf.jaxrs.ext.search.client.CompleteCondition> conditions)
or
in interface org.apache.cxf.jaxrs.ext.search.client.PartialCondition
or
in interface SyncopePartialCondition<P extends SyncopeProperty<C>,C extends SyncopeCompleteCondition<PA,P>>
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.