Package com.ibm.fhir.search.group
Interface GroupSearchCompiler
-
- All Known Implementing Classes:
GroupSearchCompilerImpl
public interface GroupSearchCompiler
The 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<String,String>
groupToSearch(Group group, String target)
translates the given group to a search query
-
-
-
Method Detail
-
groupToSearch
javax.ws.rs.core.MultivaluedMap<String,String> groupToSearch(Group group, 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
-
-