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