Skip to content

Commit

Permalink
Converted some initial objects to use Axiom Query
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydamage committed Mar 28, 2022
1 parent 24271a3 commit 7c5d98a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@
</assignment>
<type>ResourceType</type>
<filter>
<q:equal>
<q:path>operationalState/lastAvailabilityStatus</q:path>
<q:value>up</q:value>
</q:equal>
<q:text>operationalState/lastAvailabilityStatus = "up"</q:text>
</filter>
<domain>
<collectionRef oid="00000000-0000-0000-0001-000000000006" type="c:ObjectCollectionType"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
<name>All tasks</name>
<type>TaskType</type>
<filter>
<q:equal>
<q:path>parent</q:path>
</q:equal>
<q:text>parent not exists</q:text>>
</filter>
</objectCollection>
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,7 @@
</assignment>
<type>TaskType</type>
<filter>
<q:and>
<q:equal>
<q:path>executionState</q:path>
<q:value>runnable</q:value>
</q:equal>
<q:equal>
<q:path>parent</q:path>
</q:equal>
</q:and>
<q:text>executionState = "runnable" and parent not exists</q:text>
</filter>
<domain>
<collectionRef oid="00000000-0000-0000-0001-000000000007" type="c:ObjectCollectionType"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,11 @@
<name>Report tasks</name>
<type>TaskType</type>
<filter>
<q:or>
<q:ref>
<q:path>archetypeRef</q:path>
<q:value oid="00000000-0000-0000-0000-000000000507"/>
</q:ref>
<q:ref>
<q:path>archetypeRef</q:path>
<q:value oid="00000000-0000-0000-0000-000000000510"/>
</q:ref>
<q:ref>
<q:path>archetypeRef</q:path>
<q:value oid="00000000-0000-0000-0000-000000000511"/>
</q:ref>
<q:ref>
<q:path>archetypeRef</q:path>
<q:value oid="00000000-0000-0000-0000-000000000512"/>
</q:ref>
</q:or>
<text>
archetypeRef matches (oid = "00000000-0000-0000-0000-000000000507")
or archetypeRef matches (oid = "00000000-0000-0000-0000-000000000510")
or archetypeRef matches (oid = "00000000-0000-0000-0000-000000000511")
or archetypeRef matches (oid = "00000000-0000-0000-0000-000000000512")
</text>
</filter>
</objectCollection>

0 comments on commit 7c5d98a

Please sign in to comment.