Repository: airavata Updated Branches: refs/heads/airavata-gov-registry 4ddfa10de -> 10f30a96f
http://git-wip-us.apache.org/repos/asf/airavata/blob/10f30a96/modules/sharing-registry/thrift_models/sharing_cpi.thrift ---------------------------------------------------------------------- diff --git a/modules/sharing-registry/thrift_models/sharing_cpi.thrift b/modules/sharing-registry/thrift_models/sharing_cpi.thrift index cec2543..3f2d4b3 100644 --- a/modules/sharing-registry/thrift_models/sharing_cpi.thrift +++ b/modules/sharing-registry/thrift_models/sharing_cpi.thrift @@ -75,6 +75,8 @@ service GovRegistryService { sharing_models.Entity getEntity(1: required string entityId) throws (1: sharing_models.GovRegistryException gre) list<sharing_models.Entity> searchEntities(1: required string userId, 2: required string entityTypeId, 3: required map<sharing_models.EntitySearchFields, string> filters, 4: required i32 offset, 5: required i32 limit) throws (1: sharing_models.GovRegistryException gre) + list<sharing_models.User> getListOfSharedUsers(1: required string entityId, 2: required string permissionTypeId) throws (1: sharing_models.GovRegistryException gre) + list<sharing_models.UserGroup> getListOfSharedGroups(1: required string entityId, 2: required string permissionTypeId) throws (1: sharing_models.GovRegistryException gre) /** * Permission Operations
