public class ListDashboards extends java.lang.Object implements RestReadView<ProjectResource>
Modifier and Type | Method and Description |
---|---|
java.util.List<?> |
apply(ProjectResource rsrc)
Process the view operation by reading from the resource.
|
public java.util.List<?> apply(ProjectResource rsrc) throws ResourceNotFoundException, java.io.IOException, PermissionBackendException
RestReadView
apply
in interface RestReadView<ProjectResource>
rsrc
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.ResourceNotFoundException
java.io.IOException
PermissionBackendException