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 2021/05/26 08:47:43 UTC

[isis] branch master updated: ISIS-2631: more adoc updates

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 930bbf8  ISIS-2631: more adoc updates
930bbf8 is described below

commit 930bbf8ac73f9b8658e4732a156ead4733b82588
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed May 26 10:47:32 2021 +0200

    ISIS-2631: more adoc updates
---
 .../modules/applib/pages/index/annotation/DomainObject.adoc           | 2 +-
 .../index/annotation/hooks/DomainObject_021-logicalTypeName.adoc      | 2 +-
 .../applib/pages/index/layout/component/ServiceActionLayoutData.adoc  | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/antora/components/refguide-index/modules/applib/pages/index/annotation/DomainObject.adoc b/antora/components/refguide-index/modules/applib/pages/index/annotation/DomainObject.adoc
index 4505a16..35c7ec3 100644
--- a/antora/components/refguide-index/modules/applib/pages/index/annotation/DomainObject.adoc
+++ b/antora/components/refguide-index/modules/applib/pages/index/annotation/DomainObject.adoc
@@ -324,7 +324,7 @@ This subclass must provide a no-arg constructor; the fields are set reflectively
 
 include::hooks/DomainObject_010-examples-and-usage.adoc[]
 
-include::hooks/DomainObject_021-objectType.adoc[]
+include::hooks/DomainObject_021-logicalTypeName.adoc[]
 
 include::hooks/DomainObject_022-nature.adoc[]
 
diff --git a/antora/components/refguide-index/modules/applib/pages/index/annotation/hooks/DomainObject_021-logicalTypeName.adoc b/antora/components/refguide-index/modules/applib/pages/index/annotation/hooks/DomainObject_021-logicalTypeName.adoc
index 2692ebf..a00ed69 100644
--- a/antora/components/refguide-index/modules/applib/pages/index/annotation/hooks/DomainObject_021-logicalTypeName.adoc
+++ b/antora/components/refguide-index/modules/applib/pages/index/annotation/hooks/DomainObject_021-logicalTypeName.adoc
@@ -3,7 +3,7 @@
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or ag [...]
 :page-partial:
 
-The xref:refguide:applib:index/annotation/DomainObject.adoc#objectType[objectType()] element is used to provide a unique alias for the object's class name.
+The xref:refguide:applib:index/annotation/DomainObject.adoc#logicalTypeName[logicalTypeName()] element is used to provide a unique alias for the object's class name.
 
 This value is used internally to generate a string representation of an objects identity (the `Oid`).
 This can appear in several contexts, including:
diff --git a/antora/components/refguide-index/modules/applib/pages/index/layout/component/ServiceActionLayoutData.adoc b/antora/components/refguide-index/modules/applib/pages/index/layout/component/ServiceActionLayoutData.adoc
index 84e2ff8..7ac0aff 100644
--- a/antora/components/refguide-index/modules/applib/pages/index/layout/component/ServiceActionLayoutData.adoc
+++ b/antora/components/refguide-index/modules/applib/pages/index/layout/component/ServiceActionLayoutData.adoc
@@ -11,8 +11,8 @@ Describes the layout of a single action, broadly corresponding to _org.apache.is
 class ServiceActionLayoutData {
   ServiceActionLayoutData()
   ServiceActionLayoutData(final String logicalTypeName, final String id)
-  String getLogicalTypeName()
-  void setLogicalTypeName(final String logicalTypeName)
+  String getObjectType()
+  void setObjectType(final String objectType)
   String getId()     // <.>
   void setId(String id)
   BookmarkPolicy getBookmarking()