Hi,

With https://issues.apache.org/jira/browse/ISIS-705 it is possible to have
an action that returns a Clob. E.g. you can use Gson/Jackson to serialize
your object to JSON in whatever format you need.
Example:
https://github.com/apache/isis/blob/master/mothballed/example/application/todoapp/dom/src/main/java/dom/todo/ToDoItemContributions.java#L240

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Mon, Feb 16, 2015 at 6:22 PM, Erik de Hair <[email protected]> wrote:

> Hi,
>
> Is there any possibility in Isis to export an entire entity (including
> possible directly related entities)?
>
> In one of our processes we need a snapshot of an entity that can be used
> later. We don't really need full history, only the 'full' state of the
> object just before one particular action is executed by a user, and it
> doesn't have to be readable by a business person.
>
> I could use the restful viewer but maybe there's another option with less
> meta data in the output.
>
> Thanks,
> Erik
>

Reply via email to