it.cnr.contab.config00.bulk.ApplicationServerBulkInfo.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (C) 2019 Consiglio Nazionale delle Ricerche ~ ~ This program is free software: you can redistribute it and/or modify ~ it under the terms of the GNU Affero General Public License as ~ published by the Free Software Foundation, either version 3 of the ~ License, or (at your option) any later version. ~ ~ This program is distributed in the hope that it will be useful, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ GNU Affero General Public License for more details. ~ ~ You should have received a copy of the GNU Affero General Public License ~ along with this program. If not, see <https://www.gnu.org/licenses/>. --> <bulkInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://contab.cnr.it/schema/SIGLA" xsi:schemaLocation="https://contab.cnr.it/schema/SIGLA https://contab.cnr.it/schema/SIGLA/BulkInfo_1_5.xsd" shortDescription="Rappresenta l'anagrafico dei server su cui viene eseguito SIGLA" longDescription="Rappresenta l'anagrafico dei server su cui viene eseguito SIGLA"> <fieldProperty name="hostname" property="hostname" inputType="TEXTAREA" cols="60" rows="5" maxLength="2000" enabledOnEdit="false" enabledOnSearch="false" nullable="false" label="hostname" /> <fieldProperty name="attivo" property="attivo" inputType="CHECKBOX" enabledOnEdit="false" nullable="false" label="attivo" /> <fieldProperty name="sessionId" property="sessionId" inputType="TEXT" inputSize="20" maxLength="20" enabledOnEdit="false" enabledOnSearch="false" nullable="false" label="session_id" /> <fieldProperty name="login" property="login" inputType="CHECKBOX" enabledOnEdit="false" nullable="false" label="login" /> <fieldProperty name="httpPort" property="httpPort" inputType="TEXT" inputSize="5" maxLength="5" enabledOnEdit="false" label="http_port" /> <fieldProperty name="ipAddress" property="ipAddress" inputType="TEXTAREA" cols="60" rows="5" maxLength="200" enabledOnEdit="false" label="ip_address" /> <form name="searchtool"> <formFieldProperty name="hostname" /> <formFieldProperty name="sessionId" /> </form> <formFieldProperty name="hostname" /> <formFieldProperty name="attivo" /> <formFieldProperty name="sessionId" /> <formFieldProperty name="login" /> <formFieldProperty name="httpPort" /> <formFieldProperty name="ipAddress" /> <findFieldProperty name="hostname" /> <findFieldProperty name="attivo" /> <findFieldProperty name="sessionId" /> <findFieldProperty name="login" /> <findFieldProperty name="httpPort" /> <findFieldProperty name="ipAddress" /> <columnFieldProperty name="hostname" /> <columnFieldProperty name="attivo" /> <columnFieldProperty name="sessionId" /> <columnFieldProperty name="login" /> <columnFieldProperty name="httpPort" /> <columnFieldProperty name="ipAddress" /> </bulkInfo>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy