X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fapex%2FAPEX-Policy-Guide.rst;h=0f49d356713bf15c9b95e07dc051991a4365c168;hb=688a2dd3a681c28ac48ad737316c2dc1dff08526;hp=1871fb2a6c1cf31d26a8ff3a9bf6fc5fc177af87;hpb=b0f136169fcf812b4f030a6d0ffe2817977b313c;p=policy%2Fparent.git diff --git a/docs/apex/APEX-Policy-Guide.rst b/docs/apex/APEX-Policy-Guide.rst index 1871fb2a..0f49d356 100644 --- a/docs/apex/APEX-Policy-Guide.rst +++ b/docs/apex/APEX-Policy-Guide.rst @@ -497,7 +497,7 @@ Concept: Policy .. container:: ulist - The *MEDA* flavor supports policies written to the - `MEDA policy pattern `__ + `MEDA policy pattern `__ and require a sequence of four states: namely *Match*, *Establish*, *Decide* and *Act*. - The *OODA* flavor supports policies written to the @@ -1450,8 +1450,7 @@ Create a instance of an Outfield using Schemas If an outfield is not an atomic type (string, integer, etc.) but uses a complex schema (with a Java or Avro backend), APEX can help to create new instances. The ``executor`` provides a field called ``subject``, - which provides a schem helper with an API for this. The complete API of the schema helper is documented here: - `API Doc: SchemaHelper `__. + which provides a schem helper with an API for this. .. container:: paragraph @@ -1518,8 +1517,7 @@ Create a instance of an Context Album entry using Schemas .. container:: paragraph Context album instances can be created using very similar to the outfields. Here, the schema helper - comes from the context album directly. The API of the schema helper is the same as for outfields, see - `API Doc: SchemaHelper `__. + comes from the context album directly. The API of the schema helper is the same as for outfields. .. container:: paragraph