Skip to content
Snippets Groups Projects
ClassificationAdmin_entity.aod 6.2 KiB
Newer Older
<?xml version="1.0" encoding="UTF-8"?>
<entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.11" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.11">
  <name>ClassificationAdmin_entity</name>
  <majorModelMode>DISTRIBUTED</majorModelMode>
  <icon>VAADIN:LIST_OL</icon>
  <title>Classification</title>
  <grantDeleteProcess>%aditoprj%/entity/ClassificationAdmin_entity/grantDeleteProcess.js</grantDeleteProcess>
  <contentTitleProcess>%aditoprj%/entity/ClassificationAdmin_entity/contentTitleProcess.js</contentTitleProcess>
  <iconId>VAADIN:LIST_OL</iconId>
  <titlePlural>Classifications</titlePlural>
  <recordContainer>db</recordContainer>
  <entityFields>
    <entityProvider>
      <name>#PROVIDER</name>
    </entityProvider>
    <entityParameter>
      <name>ClassificationType_param</name>
      <expose v="true" />
      <mandatory v="true" />
      <description>PARAMETER</description>
    </entityParameter>
    <entityParameter>
      <name>ObjectType_param</name>
      <expose v="true" />
      <mandatory v="true" />
      <description>PARAMETER</description>
    </entityParameter>
    <entityParameter>
      <name>ObjectRowid_param</name>
      <expose v="true" />
      <mandatory v="true" />
      <description>PARAMETER</description>
    </entityParameter>
    <entityField>
      <name>CLASSIFICATIONTYPEID</name>
    </entityField>
    <entityField>
      <name>CLASSIFICATIONGROUP</name>
      <contentType>TEXT</contentType>
      <groupable v="true" />
      <mandatoryProcess>%aditoprj%/entity/ClassificationAdmin_entity/entityfields/classificationgroup/mandatoryProcess.js</mandatoryProcess>
      <dropDownProcess>%aditoprj%/entity/ClassificationAdmin_entity/entityfields/classificationgroup/dropDownProcess.js</dropDownProcess>
      <textInputAllowed v="true" />
      <titleProcess>%aditoprj%/entity/ClassificationAdmin_entity/entityfields/classificationgroup/titleProcess.js</titleProcess>
      <displayValueProcess>%aditoprj%/entity/ClassificationAdmin_entity/entityfields/classificationgroup/displayValueProcess.js</displayValueProcess>
      <onValidation>%aditoprj%/entity/ClassificationAdmin_entity/entityfields/classificationgroup/onValidation.js</onValidation>
    </entityField>
    <entityConsumer>
      <name>KeywordClassificationTypes</name>
      <dependency>
        <name>dependency</name>
        <entityName>KeywordEntry_entity</entityName>
        <fieldName>SpecificContainerKeywords</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>ContainerName_param</name>
          <valueProcess>%aditoprj%/entity/ClassificationAdmin_entity/entityfields/keywordclassificationtypes/children/containername_param/valueProcess.js</valueProcess>
        </entityParameter>
      </children>
    </entityConsumer>
    <entityConsumer>
      <name>ClassificationScores</name>
      <state>EDITABLE</state>
      <dependency>
        <name>dependency</name>
        <entityName>ClassificationScore_entity</entityName>
        <fieldName>ClassificationScores</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>ClassificationGroup_param</name>
          <valueProcess>%aditoprj%/entity/ClassificationAdmin_entity/entityfields/classificationscores/children/classificationgroup_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>ClassificationTypeId_param</name>
          <valueProcess>%aditoprj%/entity/ClassificationAdmin_entity/entityfields/classificationscores/children/classificationtypeid_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>ClassificationType_param</name>
          <valueProcess>%aditoprj%/entity/ClassificationAdmin_entity/entityfields/classificationscores/children/classificationtype_param/valueProcess.js</valueProcess>
        </entityParameter>
      </children>
    </entityConsumer>
    <entityField>
      <name>CLASSIFICATIONTYPE</name>
      <title>Usage</title>
      <consumer>KeywordClassificationTypes</consumer>
      <groupable v="true" />
      <mandatory v="true" />
      <stateProcess>%aditoprj%/entity/ClassificationAdmin_entity/entityfields/classificationtype/stateProcess.js</stateProcess>
      <valueProcess>%aditoprj%/entity/ClassificationAdmin_entity/entityfields/classificationtype/valueProcess.js</valueProcess>
      <displayValueProcess>%aditoprj%/entity/ClassificationAdmin_entity/entityfields/classificationtype/displayValueProcess.js</displayValueProcess>
    </entityField>
    <entityField>
      <name>SCORETYPE</name>
      <title>Scoretype</title>
      <mandatory v="true" />
      <displayValueProcess>%aditoprj%/entity/ClassificationAdmin_entity/entityfields/scoretype/displayValueProcess.js</displayValueProcess>
    </entityField>
  </entityFields>
  <recordContainers>
    <dbRecordContainer>
      <name>db</name>
      <alias>Data_alias</alias>
      <orderClauseProcess>%aditoprj%/entity/ClassificationAdmin_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess>
      <linkInformation>
        <linkInformation>
          <name>2f70bf47-42e3-40a2-b076-0da34cfb80d9</name>
          <tableName>CLASSIFICATIONTYPE</tableName>
          <primaryKey>CLASSIFICATIONTYPEID</primaryKey>
          <isUIDTable v="true" />
          <readonly v="false" />
        </linkInformation>
      </linkInformation>
      <recordFieldMappings>
        <dbRecordFieldMapping>
          <name>CLASSIFICATIONGROUP.value</name>
          <recordfield>CLASSIFICATIONTYPE.CLASSIFICATIONGROUP</recordfield>
        </dbRecordFieldMapping>
        <dbRecordFieldMapping>
          <name>SCORETYPE.value</name>
          <recordfield>CLASSIFICATIONTYPE.SCORETYPE</recordfield>
        </dbRecordFieldMapping>
        <dbRecordFieldMapping>
          <name>CLASSIFICATIONTYPE.value</name>
          <recordfield>CLASSIFICATIONTYPE.CLASSIFICATIONTYPE</recordfield>
        </dbRecordFieldMapping>
        <dbRecordFieldMapping>
          <name>CLASSIFICATIONTYPEID.value</name>
          <recordfield>CLASSIFICATIONTYPE.CLASSIFICATIONTYPEID</recordfield>
        </dbRecordFieldMapping>
      </recordFieldMappings>
    </dbRecordContainer>