Class ConnObjectTOFiqlSearchConditionBuilder.Builder
- java.lang.Object
-
- org.apache.syncope.common.lib.search.AbstractFiqlSearchConditionBuilder.Builder<ConnObjectTOProperty,ConnObjectTOPartialCondition,ConnObjectTOCompleteCondition>
-
- org.apache.syncope.common.lib.search.ConnObjectTOFiqlSearchConditionBuilder.Builder
-
- All Implemented Interfaces:
org.apache.cxf.jaxrs.ext.search.client.CompleteCondition
,org.apache.cxf.jaxrs.ext.search.client.PartialCondition
,org.apache.cxf.jaxrs.ext.search.client.Property
,ConnObjectTOCompleteCondition
,ConnObjectTOPartialCondition
,ConnObjectTOProperty
,SyncopeCompleteCondition<ConnObjectTOPartialCondition,ConnObjectTOProperty>
,SyncopePartialCondition<ConnObjectTOProperty,ConnObjectTOCompleteCondition>
,SyncopeProperty<ConnObjectTOCompleteCondition>
- Enclosing class:
- ConnObjectTOFiqlSearchConditionBuilder
protected static class ConnObjectTOFiqlSearchConditionBuilder.Builder extends AbstractFiqlSearchConditionBuilder.Builder<ConnObjectTOProperty,ConnObjectTOPartialCondition,ConnObjectTOCompleteCondition> implements ConnObjectTOProperty, ConnObjectTOPartialCondition, ConnObjectTOCompleteCondition
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnObjectTOProperty
is(String property)
-
Methods inherited from class org.apache.syncope.common.lib.search.AbstractFiqlSearchConditionBuilder.Builder
and, and, and, and, condition, equalToIgnoreCase, hasAuxClasses, hasNotAuxClasses, hasNotResources, hasResources, inDynRealms, notEqualTolIgnoreCase, notInDynRealms, notNullValue, nullValue, or, or, or, or
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cxf.jaxrs.ext.search.client.CompleteCondition
query, wrap
-
Methods inherited from interface org.apache.cxf.jaxrs.ext.search.client.Property
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
-
Methods inherited from interface org.apache.syncope.common.lib.search.SyncopeCompleteCondition
and, and, or, or
-
Methods inherited from interface org.apache.syncope.common.lib.search.SyncopePartialCondition
and, and, or, or
-
Methods inherited from interface org.apache.syncope.common.lib.search.SyncopeProperty
equalToIgnoreCase, hasAuxClasses, hasNotAuxClasses, hasNotResources, hasResources, inDynRealms, notEqualTolIgnoreCase, notInDynRealms, notNullValue, nullValue
-
-
-
-
Constructor Detail
-
Builder
public Builder(ConnObjectTOFiqlSearchConditionBuilder.Builder parent)
-
-
Method Detail
-
is
public ConnObjectTOProperty is(String property)
- Specified by:
is
in interfaceorg.apache.cxf.jaxrs.ext.search.client.PartialCondition
- Specified by:
is
in interfaceSyncopePartialCondition<ConnObjectTOProperty,ConnObjectTOCompleteCondition>
- Overrides:
is
in classAbstractFiqlSearchConditionBuilder.Builder<ConnObjectTOProperty,ConnObjectTOPartialCondition,ConnObjectTOCompleteCondition>
-
-