Uses of Interface
org.apache.syncope.common.lib.search.UserCompleteCondition
-
Uses of UserCompleteCondition in org.apache.syncope.common.lib.search
Modifier and TypeMethodDescriptionUserFiqlSearchConditionBuilder.Builder.inRelationships
(String anyObject, String... moreAnyObjects) UserFiqlSearchConditionBuilder.inRelationships
(String anyObject, String... moreAnyObjects) UserProperty.inRelationships
(String anyObject, String... moreAnyObjects) UserFiqlSearchConditionBuilder.Builder.inRelationshipTypes
(String type, String... moreTypes) UserFiqlSearchConditionBuilder.inRelationshipTypes
(String type, String... moreTypes) UserProperty.inRelationshipTypes
(String type, String... moreTypes) UserFiqlSearchConditionBuilder.Builder.notInGroups
(String group, String... moreGroups) UserFiqlSearchConditionBuilder.notInGroups
(String group, String... moreGroups) UserProperty.notInGroups
(String group, String... moreGroups) UserFiqlSearchConditionBuilder.Builder.notInRelationships
(String anyObject, String... moreAnyObjects) UserFiqlSearchConditionBuilder.notInRelationships
(String anyObject, String... moreAnyObjects) UserProperty.notInRelationships
(String anyObject, String... moreAnyObjects) UserFiqlSearchConditionBuilder.Builder.notInRelationshipTypes
(String type, String... moreTypes) UserFiqlSearchConditionBuilder.notInRelationshipTypes
(String type, String... moreTypes) UserProperty.notInRelationshipTypes
(String type, String... moreTypes) UserFiqlSearchConditionBuilder.Builder.notInRoles
(String role, String... moreRoles) UserFiqlSearchConditionBuilder.notInRoles
(String role, String... moreRoles) UserProperty.notInRoles
(String role, String... moreRoles) UserFiqlSearchConditionBuilder.Builder.withoutPrivileges
(String privilege, String... morePrivileges) UserFiqlSearchConditionBuilder.withoutPrivileges
(String privilege, String... morePrivileges) UserProperty.withoutPrivileges
(String privilege, String... morePrivileges) UserFiqlSearchConditionBuilder.Builder.withPrivileges
(String privilege, String... morePrivileges) UserFiqlSearchConditionBuilder.withPrivileges
(String privilege, String... morePrivileges) UserProperty.withPrivileges
(String privilege, String... morePrivileges)