eu.planets_project.services.view
Class ViewActionResult

java.lang.Object
  extended by eu.planets_project.services.view.ViewActionResult

public class ViewActionResult
extends Object

This class replies with the result of performing the action on the view session.

Author:
Andy Jackson

Nested Class Summary
static class ViewActionResult.ActionResult
          Possible result types.
 
Constructor Summary
ViewActionResult(ViewActionResult.ActionResult actionResult, List<Property> properties)
           
 
Method Summary
 ViewActionResult.ActionResult getActionResult()
           
 List<Property> getProperties()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewActionResult

public ViewActionResult(ViewActionResult.ActionResult actionResult,
                        List<Property> properties)
Parameters:
actionResult - The action result
properties - The properties
Method Detail

getActionResult

public ViewActionResult.ActionResult getActionResult()
Returns:
the actionResult

getProperties

public List<Property> getProperties()
Returns:
the properties


Copyright © 2013 Open Planets Foundation. All Rights Reserved.