Skip to content

Commit

Permalink
Axiom - cleanup of documentation tree.
Browse files Browse the repository at this point in the history
  • Loading branch information
mspanik committed Sep 29, 2023
1 parent 080cfd9 commit 57e32c3
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 16 deletions.
3 changes: 2 additions & 1 deletion docs/concepts/query/axiom-query-language/axiom-errors.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= Errors while using Axiom query
:page-display-order: 400
:page-nav-title: Errors while using Axiom
:page-display-order: 500


//TODO - here errors and error messages with basic information how to resolve them
3 changes: 2 additions & 1 deletion docs/concepts/query/axiom-query-language/basic-usage.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
= Basic usage of Axiom
:page-nav-title: Basic usage
:page-display-order: 100
:page-since: "4.4"
:page-since-improved: [ "4.5", "4.6", "4.7", "4.8" ]
:page-display-order: 100

== Searching by Archetype Name

Expand Down
6 changes: 4 additions & 2 deletions docs/concepts/query/axiom-query-language/expressions.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
= Expressions in Axiom Query
= Using Axiom in expressions
:page-nav-title: Axiom in expressions
:page-display-order: 200
:page-since: "4.5"
:page-toc: top

:triple-backtick: ```

Axiom Query language also provides special syntax support for most common
Axiom query language provides special syntax support for most common
expression types.

NOTE: Expressions are not executed / supported for user entered queries in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
= Using Midpoint Query Language in Groovy Expressions
:page-nav-title: Query Language in Groovy Expressions
"display-order" : 200

Midpoint Query Language (formerly referenced as Axiom) is available to be used in Groovy expressions using `midpoint.queryFor` and `midpoint.preparedQueryFor` functions.
= Using Axiom in Groovy
:page-nav-title: Axiom in Groovy
"display-order" : 300

You can use Axiom query language in Groovy expressions using `midpoint.queryFor` and `midpoint.preparedQueryFor` functions.

== Creating and using Queries
.Using midpoint functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
= Searchable elements
= Searchable elements in midPoint
:page-nav-title: Searchable elements
:page-display-order: 400


Expand Down
6 changes: 0 additions & 6 deletions docs/concepts/query/query-api.adoc

This file was deleted.

0 comments on commit 57e32c3

Please sign in to comment.