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 2018/02/17 14:58:36 UTC

[isis] 03/03: removes duplicate rows in Property.adoc reference

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

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

commit 44b06e31a63274a778ff84c9eb767dc7f15d9059
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Feb 17 14:58:20 2018 +0000

    removes duplicate rows in Property.adoc reference
---
 .../main/asciidoc/guides/rgant/_rgant-Property.adoc    | 18 ------------------
 1 file changed, 18 deletions(-)

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 e76297a..1dd8755 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant-Property.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant-Property.adoc
@@ -19,24 +19,6 @@ 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
danhaywood@apache.org.