summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/tps/profile/ProfileMappingResource.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/src/com/netscape/certsrv/tps/profile/ProfileMappingResource.java')
-rw-r--r--base/common/src/com/netscape/certsrv/tps/profile/ProfileMappingResource.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/common/src/com/netscape/certsrv/tps/profile/ProfileMappingResource.java b/base/common/src/com/netscape/certsrv/tps/profile/ProfileMappingResource.java
index 694a1810e..5828a3317 100644
--- a/base/common/src/com/netscape/certsrv/tps/profile/ProfileMappingResource.java
+++ b/base/common/src/com/netscape/certsrv/tps/profile/ProfileMappingResource.java
@@ -43,6 +43,7 @@ public interface ProfileMappingResource {
@GET
@ClientResponseType(entityType=ProfileMappingCollection.class)
public Response findProfileMappings(
+ @QueryParam("filter") String filter,
@QueryParam("start") Integer start,
@QueryParam("size") Integer size);