Package com.onenetwork.platform.integ.rest.model

Helper classes related to the Model Create/Detail framework, providing support for manipulating model view/action invocation results prior to returning to the client layer.
  • Class Summary 
    Class Description
    BaseModelResourceListener
    Base class which defines event handlers for the events inside the ModelResource; all of the methods in this class have default implementations, so a subclass only needs to implement the methods it needs.
    ModelFormJSONObject
    TODO complete the class documentation
  • Exception Summary 
    Exception Description
    DoNotWriteException
    RuntimeException that can be thrown from BaseModelResourceListener.beforeActionExecuted() to bypass the default functionality of the ModelResource (which is to write the Model).
  • Annotation Types Summary 
    Annotation Type Description
    ModelResourceListener
    Allows you to register a listener for a model for the ModelResource.