public static class ChangeEdits.Detail extends java.lang.Object implements RestReadView<ChangeResource>
Modifier and Type | Method and Description |
---|---|
Response<EditInfo> |
apply(ChangeResource rsrc)
Process the view operation by reading from the resource.
|
void |
setBase(java.lang.String base) |
void |
setDownloadCommands(boolean downloadCommands) |
void |
setList(boolean list) |
public void setBase(java.lang.String base)
public void setList(boolean list)
public void setDownloadCommands(boolean downloadCommands)
public Response<EditInfo> apply(ChangeResource rsrc) throws AuthException, java.io.IOException, ResourceNotFoundException, com.google.gwtorm.server.OrmException, PermissionBackendException
RestReadView
apply
in interface RestReadView<ChangeResource>
rsrc
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.AuthException
- the client is not permitted to access this view.java.io.IOException
ResourceNotFoundException
com.google.gwtorm.server.OrmException
PermissionBackendException