[
https://issues.apache.org/jira/browse/ISIS-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15277605#comment-15277605
]
ASF subversion and git services commented on ISIS-1389:
-------------------------------------------------------
Commit c2e9df87be6b17b5755e5051954e40bbe9923b3c in isis's branch
refs/heads/ISIS-1291 from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=c2e9df8 ]
ISIS-1389: deprecating Command2#peek/push/pop action domain events, and also
ActionDomainEvent#getCommand
Instead, can use CommandContext#getCommand() to obtain the current command, and
can use InteractionContext#getInteraction()#getCurrentExecution()#getEvent() to
obtain the current event that is being broadcast to subscribers.
> New InteractionContext service and Interaction to handle the execution of
> commands.
> -----------------------------------------------------------------------------------
>
> Key: ISIS-1389
> URL: https://issues.apache.org/jira/browse/ISIS-1389
> Project: Isis
> Issue Type: New Feature
> Components: Core
> Affects Versions: 1.12.1
> Reporter: Dan Haywood
> Assignee: Dan Haywood
> Priority: Minor
> Labels: implemented
> Fix For: 1.13.0
>
>
> Refactoring of Command... this new request-scoped service takes over the
> responsibilities (out of Command) for the actuall execution of a command (ie
> action invocation or property modification), to whit:
> - start/stop
> - result/exception
> - graph of nested AbstractDomainEvents
> Also, hold the set of dirtied objects.
> The final plan here is for this object to aggregate all the state necessary
> to publish events, ie via PublisherService.
> The graph of abstract domain events is intended to support profiling use
> cases (perhaps optionally enabled).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)