Class UserFiqlSearchConditionBuilder.Builder
java.lang.Object
org.apache.syncope.common.lib.search.AbstractFiqlSearchConditionBuilder.Builder<UserProperty,UserPartialCondition,UserCompleteCondition>
org.apache.syncope.common.lib.search.UserFiqlSearchConditionBuilder.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,SyncopeCompleteCondition<UserPartialCondition,,UserProperty> SyncopePartialCondition<UserProperty,,UserCompleteCondition> SyncopeProperty<UserCompleteCondition>,UserCompleteCondition,UserPartialCondition,UserProperty
- Enclosing class:
UserFiqlSearchConditionBuilder
protected static class UserFiqlSearchConditionBuilder.Builder
extends AbstractFiqlSearchConditionBuilder.Builder<UserProperty,UserPartialCondition,UserCompleteCondition>
implements UserProperty, UserPartialCondition, UserCompleteCondition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninRelationships(String anyObject, String... moreAnyObjects) inRelationshipTypes(String type, String... moreTypes) notInGroups(String group, String... moreGroups) notInRelationships(String anyObject, String... moreAnyObjects) notInRelationshipTypes(String type, String... moreTypes) notInRoles(String role, String... moreRoles) 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, orMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.jaxrs.ext.search.client.CompleteCondition
query, wrapMethods 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, notEqualToMethods inherited from interface org.apache.syncope.common.lib.search.SyncopeCompleteCondition
and, and, or, orMethods inherited from interface org.apache.syncope.common.lib.search.SyncopePartialCondition
and, and, or, orMethods inherited from interface org.apache.syncope.common.lib.search.SyncopeProperty
equalToIgnoreCase, hasAuxClasses, hasNotAuxClasses, hasNotResources, hasResources, inDynRealms, notEqualTolIgnoreCase, notInDynRealms, notNullValue, nullValue
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
is
- Specified by:
isin interfaceorg.apache.cxf.jaxrs.ext.search.client.PartialCondition- Specified by:
isin interfaceSyncopePartialCondition<UserProperty,UserCompleteCondition> - Overrides:
isin classAbstractFiqlSearchConditionBuilder.Builder<UserProperty,UserPartialCondition, UserCompleteCondition>
-
inGroups
- Specified by:
inGroupsin interfaceUserProperty
-
notInGroups
- Specified by:
notInGroupsin interfaceUserProperty
-
inRelationships
- Specified by:
inRelationshipsin interfaceUserProperty
-
notInRelationships
- Specified by:
notInRelationshipsin interfaceUserProperty
-
inRelationshipTypes
- Specified by:
inRelationshipTypesin interfaceUserProperty
-
notInRelationshipTypes
- Specified by:
notInRelationshipTypesin interfaceUserProperty
-
inRoles
- Specified by:
inRolesin interfaceUserProperty
-
notInRoles
- Specified by:
notInRolesin interfaceUserProperty
-