at055612
at055612
Results of changes are as follows: Delete of single stream. ```xml MetaResourceImpl.updateStatus Delete stream with ID 920 920 Unlocked ``` Restore single stream ```xml MetaResourceImpl.updateStatus Update the status of stream...
Waiting on @p-kimberley to confirm he is happy with the event structure generated.
From @p-kimberley : >I still think it's important to include somehow, information about feeds affected, where multiple streams are selected. Perhaps make Data[@Name='Feed'] one-to-many, including a list of unique feeds...
Changed the data items to include the distinct feeds/types/statuses. ```xml MetaResourceImpl.updateStatus Delete 2 streams 2029,1923 ``` Only shows up to 20 distinct values. If truncated you will see ```xml ```...
This is the page in question https://gchq.github.io/stroom-docs/7.0/docs/user-guide/concepts/streams/
I don't think we want to expand the meaning of the existing Update/(Before|After). The idea of those is to provide the complete before and after states so you can see...
Maybe rather than having the choice between Before+After and Delta, if Delta is just an optional element it can describe the object being added/removed (i.e. a fruit in the above...
By default the util classes are added alongside the generated jaxb classes (`-generateTools`). The way we do it is for our generator gradle module to have the compile dependency on...
Time received feels more like meta data that the receiving system can hold separately. Maybe we could also have (or have instead of TimeEnded) a 0-1 `EventDuration` (of type xs:duration...
See also #59