|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserSearchCriteria
Criteria in searching of user details.
Field Summary | |
---|---|
static String[] |
ANY
The whatever value to be used as criterion value if you don't care of a given criterion. |
Method Summary | |
---|---|
UserSearchCriteria |
and()
Appends a criteria conjonction. |
boolean |
isEmpty()
Is this criteria empty? |
UserSearchCriteria |
onDomainId(String domainId)
The users must be part of the specified domain or must have the administration priviledges (the administrators are visible by anyone in the platform in order to be contacted). |
UserSearchCriteria |
onGroupIds(String... groupIds)
The users must be part of the specified user groups. |
UserSearchCriteria |
onName(String name)
The users must have their firstname or their lastname matching the specified pattern on the name. |
UserSearchCriteria |
onUserIds(String... userIds)
The user identifiers must match the specified ones. |
UserSearchCriteria |
or()
Appends a criteria disjonction. |
Field Detail |
---|
static final String[] ANY
Method Detail |
---|
UserSearchCriteria and()
UserSearchCriteria onDomainId(String domainId)
domainId
- the unique identifier of the domain.
UserSearchCriteria onGroupIds(String... groupIds)
groupIds
- the unique identifier of the groups.
UserSearchCriteria onName(String name)
name
- a pattern on user name.
UserSearchCriteria onUserIds(String... userIds)
userIds
- the user identifiers.
UserSearchCriteria or()
boolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |