public class ListChildProjects extends Object implements RestReadView<ProjectResource>
Modifier and Type | Method and Description |
---|---|
List<ProjectInfo> |
apply(ProjectResource rsrc)
Process the view operation by reading from the resource.
|
void |
setRecursive(boolean recursive) |
public void setRecursive(boolean recursive)
public List<ProjectInfo> apply(ProjectResource rsrc)
RestReadView
apply
in interface RestReadView<ProjectResource>
rsrc
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.