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