public class GroupQueryDto extends AbstractQueryDto<GroupQuery>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
member |
protected String |
name |
protected String |
nameLike |
protected String |
type |
SORT_ORDER_ASC_VALUE, SORT_ORDER_DESC_VALUE, sortBy, sortOrder
Constructor and Description |
---|
GroupQueryDto() |
GroupQueryDto(javax.ws.rs.core.MultivaluedMap<String,String> queryParameters) |
Modifier and Type | Method and Description |
---|---|
protected void |
applyFilters(GroupQuery query) |
protected void |
applySortingOptions(GroupQuery query) |
protected GroupQuery |
createNewQuery(ProcessEngine engine) |
protected boolean |
isValidSortByValue(String value) |
void |
setGroupMember(String member) |
void |
setId(String groupId) |
void |
setName(String groupName) |
void |
setNameLike(String groupNameLike) |
void |
setType(String groupType) |
setSortBy, setSortOrder, setValueBasedOnAnnotation, sortOptionsValid, toQuery
protected String id
protected String name
protected String nameLike
protected String type
protected String member
public void setId(String groupId)
public void setName(String groupName)
public void setNameLike(String groupNameLike)
public void setType(String groupType)
public void setGroupMember(String member)
protected boolean isValidSortByValue(String value)
isValidSortByValue
in class AbstractQueryDto<GroupQuery>
protected GroupQuery createNewQuery(ProcessEngine engine)
createNewQuery
in class AbstractQueryDto<GroupQuery>
protected void applyFilters(GroupQuery query)
applyFilters
in class AbstractQueryDto<GroupQuery>
protected void applySortingOptions(GroupQuery query)
applySortingOptions
in class AbstractQueryDto<GroupQuery>
Copyright © 2015. All rights reserved.