| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| 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 agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| <trees xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xmlns="http://ofbiz.apache.org/Widget-Tree" xsi:schemaLocation="http://ofbiz.apache.org/Widget-Tree http://ofbiz.apache.org/dtds/widget-tree.xsd"> |
| <tree name="CompDocTemplateTree" entity-name="Content" root-node-name="node-root" |
| default-render-style="simple" default-wrap-style="treeWrapper"> |
| <node name="node-root" wrap-style="treeWrapper"> |
| <entity-one entity-name="Content" use-cache="false"> |
| <field-map field-name="contentId" from-field="rootContentId"/> |
| </entity-one> |
| <include-screen name="rootTemplateLine" location="component://content/widget/compdoc/CompDocScreens.xml"/> |
| <sub-node node-name="node-body"> |
| <entity-condition entity-name="AssocRevisionItemView" use-cache="false"> |
| <condition-list combine="and"> |
| <condition-expr field-name="contentIdTo" operator="equals" from-field="rootContentId"/> |
| <condition-expr field-name="rootRevisionContentId" operator="equals" from-field="rootContentId"/> |
| <condition-expr field-name="contentRevisionSeqId" operator="less-equals" from-field="rootContentRevisionSeqId" ignore-if-null="true"/> |
| <condition-expr field-name="contentAssocTypeId" operator="equals" value="COMPDOC_PART"/> |
| <condition-expr field-name="fromDate" operator="less-equals" from-field="nowTimestamp"/> |
| <condition-list combine="or"> |
| <condition-expr field-name="thruDate" operator="equals" value=""/> |
| <condition-expr field-name="thruDate" operator="greater" from-field="nowTimestamp"/> |
| </condition-list> |
| </condition-list> |
| |
| <select-field field-name="rootRevisionContentId"/> |
| <select-field field-name="itemContentId"/> |
| <select-field field-name="maxRevisionSeqId"/> |
| <select-field field-name="contentId"/> |
| <select-field field-name="contentIdTo"/> |
| <select-field field-name="contentAssocTypeId"/> |
| <select-field field-name="fromDate"/> |
| <select-field field-name="sequenceNum"/> |
| |
| <order-by field-name="sequenceNum"/> |
| </entity-condition> |
| </sub-node> |
| </node> |
| <node name="node-body" join-field-name="itemContentId" entity-name="AssocRevisionItemView" wrap-style="treeWrapper"> |
| <entity-one entity-name="Content" use-cache="false"> |
| <field-map field-name="contentId" from-field="itemContentId"/> |
| </entity-one> |
| <include-screen name="childTemplateLine" location="component://content/widget/compdoc/CompDocScreens.xml"/> |
| <sub-node node-name="node-body"> |
| <entity-condition entity-name="AssocRevisionItemView" use-cache="false"> |
| <condition-list combine="and"> |
| <condition-expr field-name="contentIdTo" operator="equals" from-field="contentId"/> |
| <condition-expr field-name="rootRevisionContentId" operator="equals" from-field="rootContentId"/> |
| <condition-expr field-name="contentAssocTypeId" operator="equals" value="COMPDOC_PART"/> |
| <condition-expr field-name="contentRevisionSeqId" operator="less-equals" from-field="rootContentRevisionSeqId" ignore-if-null="true"/> |
| <condition-expr field-name="fromDate" operator="less-equals" from-field="nowTimestamp"/> |
| <condition-list combine="or"> |
| <condition-expr field-name="thruDate" operator="equals" value=""/> |
| <condition-expr field-name="thruDate" operator="greater" from-field="nowTimestamp"/> |
| </condition-list> |
| </condition-list> |
| |
| <select-field field-name="rootRevisionContentId"/> |
| <select-field field-name="itemContentId"/> |
| <select-field field-name="maxRevisionSeqId"/> |
| <select-field field-name="contentId"/> |
| <select-field field-name="contentIdTo"/> |
| <select-field field-name="contentAssocTypeId"/> |
| <select-field field-name="fromDate"/> |
| <select-field field-name="sequenceNum"/> |
| |
| <order-by field-name="sequenceNum"/> |
| </entity-condition> |
| </sub-node> |
| </node> |
| </tree> |
| |
| <tree name="CompDocInstanceTree" entity-name="Content" root-node-name="node-root" |
| default-render-style="simple" default-wrap-style="treeWrapper"> |
| <node name="node-root"> |
| <entity-one entity-name="Content" use-cache="false"> |
| <field-map field-name="contentId" from-field="instanceContent.instanceOfContentId"/> |
| </entity-one> |
| <include-screen name="rootInstanceLine" location="component://content/widget/compdoc/CompDocScreens.xml"/> |
| <sub-node node-name="node-body"> |
| <entity-condition entity-name="AssocRevisionItemView" use-cache="false"> |
| <condition-list combine="and"> |
| <condition-expr field-name="contentIdTo" operator="equals" from-field="templateContentId"/> |
| <condition-expr field-name="rootRevisionContentId" operator="equals" from-field="templateContentId"/> |
| <condition-expr field-name="contentRevisionSeqId" operator="less-equals" from-field="templateContentRevisionSeqId" ignore-if-null="true"/> |
| <condition-expr field-name="contentAssocTypeId" operator="equals" value="COMPDOC_PART"/> |
| <condition-expr field-name="fromDate" operator="less-equals" from-field="nowTimestamp"/> |
| <condition-list combine="or"> |
| <condition-expr field-name="thruDate" operator="equals" value=""/> |
| <condition-expr field-name="thruDate" operator="greater" from-field="nowTimestamp"/> |
| </condition-list> |
| </condition-list> |
| |
| <select-field field-name="rootRevisionContentId"/> |
| <select-field field-name="itemContentId"/> |
| <select-field field-name="maxRevisionSeqId"/> |
| <select-field field-name="contentId"/> |
| <select-field field-name="contentIdTo"/> |
| <select-field field-name="contentAssocTypeId"/> |
| <select-field field-name="fromDate"/> |
| <select-field field-name="sequenceNum"/> |
| |
| <order-by field-name="sequenceNum"/> |
| </entity-condition> |
| </sub-node> |
| </node> |
| <node name="node-body" join-field-name="itemContentId" entity-name="AssocRevisionItemView"> |
| <entity-one entity-name="Content" use-cache="false"> |
| <field-map field-name="contentId" from-field="itemContentId"/> |
| </entity-one> |
| <include-screen name="childInstanceLine" location="component://content/widget/compdoc/CompDocScreens.xml"/> |
| <sub-node node-name="node-body"> |
| <entity-condition entity-name="AssocRevisionItemView" use-cache="false"> |
| <condition-list combine="and"> |
| <condition-expr field-name="contentIdTo" operator="equals" from-field="contentId"/> |
| <condition-expr field-name="rootRevisionContentId" operator="equals" from-field="templateContentId"/> |
| <condition-expr field-name="contentAssocTypeId" operator="equals" value="COMPDOC_PART"/> |
| <condition-expr field-name="contentRevisionSeqId" operator="less-equals" from-field="templateContentRevisionSeqId"/> |
| <condition-expr field-name="fromDate" operator="less-equals" from-field="nowTimestamp"/> |
| <condition-list combine="or"> |
| <condition-expr field-name="thruDate" operator="equals" value=""/> |
| <condition-expr field-name="thruDate" operator="greater" from-field="nowTimestamp"/> |
| </condition-list> |
| </condition-list> |
| |
| <select-field field-name="rootRevisionContentId"/> |
| <select-field field-name="itemContentId"/> |
| <select-field field-name="maxRevisionSeqId"/> |
| <select-field field-name="contentId"/> |
| <select-field field-name="contentIdTo"/> |
| <select-field field-name="contentAssocTypeId"/> |
| <select-field field-name="fromDate"/> |
| <select-field field-name="sequenceNum"/> |
| |
| <order-by field-name="sequenceNum"/> |
| </entity-condition> |
| </sub-node> |
| </node> |
| </tree> |
| </trees> |