You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/02/16 14:10:42 UTC

[isis] branch master updated: Update _rgant-Property.adoc (#110)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 298394e  Update _rgant-Property.adoc (#110)
298394e is described below

commit 298394e25f1808c78b10704b0726c5f744500ec5
Author: Jörg Rade <jo...@kuehne-nagel.com>
AuthorDate: Fri Feb 16 15:10:39 2018 +0100

    Update _rgant-Property.adoc (#110)
    
    as per https://lists.apache.org/thread.html/fece70c5906493768585e02f3e20652d9b20cc017f9ce46e65a1ab41@%3Cdev.isis.apache.org%3E
---
 .../main/asciidoc/guides/rgant/_rgant-Property.adoc    | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant-Property.adoc b/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant-Property.adoc
index 1dd8755..e76297a 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant-Property.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant-Property.adoc
@@ -19,6 +19,24 @@ It is also possible to apply the annotation to actions of domain services that a
 | Values (default)
 | Description
 
+|xref:../rgant/rgant.adoc#_rgant-Property_command[`command()`]
+|`AS_CONFIGURED`, `ENABLED`, `DISABLED` +
+(`AS_CONFIGURED`)
+|whether the action invocation should be reified into a `o.a.i.applib.` +
+`services.command.Command` object through the xref:../rgsvc/rgsvc.adoc#_rgsvc_application-layer-api_CommandContext[`CommandContext`] service.
+
+
+|`commandExecuteIn()`
+|`FOREGROUND`,`BACKGROUND` +
+(`FOREGROUND`)
+|whether to execute the command immediately, or to persist it (assuming that an appropriate implementation of xref:../rgsvc/rgsvc.adoc#_rgsvc_application-layer-spi_CommandService[`CommandService`] has been configured) such that a background scheduler can execute the command asynchronously
+
+
+|`commandPersistence()`
+|`PERSISTED`, `NOT_PERSISTED`, `IF_HINTED` +
+(`PERSISTED`)
+|whether the reified `Command` (as provided by the `CommandContext` domain service) should actually be persisted (assuming an appropriate implementation of xref:../rgsvc/rgsvc.adoc#_rgsvc_application-layer-spi_CommandService[`CommandService`] has been configured).
+
 
 |xref:../rgant/rgant.adoc#_rgant-Property_command[`command()`]
 |`AS_CONFIGURED`, `ENABLED`, `DISABLED` +

-- 
To stop receiving notification emails like this one, please contact
ahuber@apache.org.