Interface AnyObjectProperty
-
- All Superinterfaces:
org.apache.cxf.jaxrs.ext.search.client.Property
,SyncopeProperty<AnyObjectCompleteCondition>
- All Known Implementing Classes:
AnyObjectFiqlSearchConditionBuilder.Builder
public interface AnyObjectProperty extends SyncopeProperty<AnyObjectCompleteCondition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnyObjectCompleteCondition
inGroups(String group, String... moreGroups)
AnyObjectCompleteCondition
inRelationships(String anyObject, String... moreAnyObjects)
AnyObjectCompleteCondition
inRelationshipTypes(String type, String... moreTypes)
AnyObjectCompleteCondition
notInGroups(String group, String... moreGroups)
AnyObjectCompleteCondition
notInRelationships(String anyObject, String... moreAnyObjects)
AnyObjectCompleteCondition
notInRelationshipTypes(String type, String... moreTypes)
-
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.SyncopeProperty
equalToIgnoreCase, hasAuxClasses, hasNotAuxClasses, hasNotResources, hasResources, inDynRealms, notEqualTolIgnoreCase, notInDynRealms, notNullValue, nullValue
-
-
-
-
Method Detail
-
inGroups
AnyObjectCompleteCondition inGroups(String group, String... moreGroups)
-
notInGroups
AnyObjectCompleteCondition notInGroups(String group, String... moreGroups)
-
inRelationships
AnyObjectCompleteCondition inRelationships(String anyObject, String... moreAnyObjects)
-
notInRelationships
AnyObjectCompleteCondition notInRelationships(String anyObject, String... moreAnyObjects)
-
inRelationshipTypes
AnyObjectCompleteCondition inRelationshipTypes(String type, String... moreTypes)
-
notInRelationshipTypes
AnyObjectCompleteCondition notInRelationshipTypes(String type, String... moreTypes)
-
-