public class GetPastAssignees extends java.lang.Object implements RestReadView<ChangeResource>
Modifier and Type | Method and Description |
---|---|
Response<java.util.List<AccountInfo>> |
apply(ChangeResource rsrc)
Process the view operation by reading from the resource.
|
public Response<java.util.List<AccountInfo>> apply(ChangeResource rsrc) throws com.google.gwtorm.server.OrmException, PermissionBackendException
RestReadView
apply
in interface RestReadView<ChangeResource>
rsrc
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.com.google.gwtorm.server.OrmException
PermissionBackendException