You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/02/15 23:20:46 UTC

[isis] branch master updated (4410b87 -> 89b1ee6)

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 4410b87  ISIS-2444: docs for services
     add 89b1ee6  ISIS-2444: updates docs

No new revisions were added by this update.

Summary of changes:
 .../applib-svc/pages/UserProfileService.adoc       |  53 ----
 .../hooks/examples_and_usage.adoc                  |  14 +-
 .../UserProfileService/hooks/implementation.adoc   |   3 +
 .../applib-svc/pages/UserRegistrationService.adoc  |  95 -------
 .../hooks/examples_and_usage.adoc                  |  38 +++
 .../hooks/implementation.adoc                      |  31 +++
 .../adoc/modules/applib-svc/pages/UserService.adoc |  60 -----
 .../UserService/hooks/examples_and_usage.adoc      |  12 +
 .../pages/UserService/hooks/implementation.adoc    |   5 +
 .../modules/applib-svc/pages/WrapperFactory.adoc   | 297 ---------------------
 .../WrapperFactory/hooks/examples_and_usage.adoc   | 104 ++++++++
 .../pages/WrapperFactory/hooks/implementation.adoc |   3 +
 .../adoc/modules/applib-svc/pages/XmlService.adoc  |  37 ---
 .../pages/XmlService/hooks/examples_and_usage.adoc |   6 +
 .../pages/XmlService/hooks/implementation.adoc     |   2 +
 .../applib-svc/pages/XmlSnapshotService.adoc       | 193 -------------
 .../hooks/examples_and_usage.adoc                  | 137 ++++++++++
 .../XmlSnapshotService/hooks/implementation.adoc   |   3 +
 .../isis/applib/services/user/RoleMemento.java     |   6 +-
 .../isis/applib/services/user/UserMemento.java     |  47 +---
 .../isis/applib/services/user/UserService.java     |  26 +-
 .../services/userprof/UserProfileService.java      |  13 +-
 .../services/userreg/UserRegistrationService.java  |  41 ++-
 .../applib/services/wrapper/WrapperFactory.java    |  20 +-
 .../services/wrapper/control/AsyncControl.java     |  94 ++++++-
 .../services/wrapper/control/SyncControl.java      |  37 ++-
 .../wrapper/listeners/InteractionListener.java     |   3 +
 .../isis/applib/services/xml/XmlService.java       |   5 +-
 .../services/xmlsnapshot/XmlSnapshotService.java   |  27 +-
 .../adoc/modules/integtestsupport/pages/about.adoc |   1 +
 30 files changed, 577 insertions(+), 836 deletions(-)