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