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
-
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) withoutPrivileges
(String privilege, String... morePrivileges) withPrivileges
(String privilege, String... morePrivileges) 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 Details
-
Builder
-
Builder
-
-
Method Details
-
is
- Specified by:
is
in interfaceorg.apache.cxf.jaxrs.ext.search.client.PartialCondition
- Specified by:
is
in interfaceSyncopePartialCondition<UserProperty,
UserCompleteCondition> - Overrides:
is
in classAbstractFiqlSearchConditionBuilder.Builder<UserProperty,
UserPartialCondition, UserCompleteCondition>
-
inGroups
- Specified by:
inGroups
in interfaceUserProperty
-
notInGroups
- Specified by:
notInGroups
in interfaceUserProperty
-
inRelationships
- Specified by:
inRelationships
in interfaceUserProperty
-
notInRelationships
- Specified by:
notInRelationships
in interfaceUserProperty
-
inRelationshipTypes
- Specified by:
inRelationshipTypes
in interfaceUserProperty
-
notInRelationshipTypes
- Specified by:
notInRelationshipTypes
in interfaceUserProperty
-
inRoles
- Specified by:
inRoles
in interfaceUserProperty
-
notInRoles
- Specified by:
notInRoles
in interfaceUserProperty
-
withPrivileges
- Specified by:
withPrivileges
in interfaceUserProperty
-
withoutPrivileges
- Specified by:
withoutPrivileges
in interfaceUserProperty
-