Interface GroupSearchCompiler
-
- All Known Implementing Classes:
GroupSearchCompilerImpl
public interface GroupSearchCompilerThe Dynamic Group to Search Query Parameters compiler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String>groupToSearch(Group group, java.lang.String target)translates the given group to a search query
-
-
-
Method Detail
-
groupToSearch
javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> groupToSearch(Group group, java.lang.String target) throws GroupSearchCompilerException
translates the given group to a search query- Parameters:
group- the dynamic grouptarget- the resource type for the search query- Returns:
- Throws:
GroupSearchCompilerException-- not enabled as a Group
- not a descriptive Group
-
-