All Downloads are FREE. Search and download functionalities are using the official Maven repository.

spring-config.jobs.mapping.teamTemplateMapping.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>

<mappingFile targetEntity="io.github.jsoagger.core.model.api.composite.ContainerTeamTemplate">

        <command name="ADD" writers-ref="VLLineBeanToRootEntityWriter" processors-ref="VLCSVToBeanProcessor;VLLineBeanDomainProcessor">
                <column id="command" mandatory="true" maxLength="255"/>
                <column id="internalName" mandatory="true" maxLength="255" blankAllowed="false"/>
                <column id="displayName" mandatory="true" maxLength="255" blankAllowed="false"/>
                <column id="description" mandatory="false" maxLength="255" blankAllowed="false"/>
                <column id="contentInfo" mandatory="true" propertyEditor="FilePathToPrimaryContentPropertyEditor"/>
        </command>

        <command name="UPDATE">
                <column id="command" mandatory="true" maxLength="255"/>
                <column id="oid" mandatory="true"/>
                <column id="internalName" mandatory="true" maxLength="255" blankAllowed="false"/>
                <column id="displayName" mandatory="true" maxLength="255" blankAllowed="false"/>
                <column id="description" mandatory="false" maxLength="255" blankAllowed="false"/>
        </command>

        <command name="UPDATE_PRIMARY_CONTENT">
                <column id="command" mandatory="true" maxLength="255"/>
                <column id="oid" mandatory="true"/>
                <column id="contentInfo" mandatory="true" propertyEditor="FilePathToPrimaryContentPropertyEditor"/>
        </command>

        <command name="EXPORT">
                <column id="internal_name"/>
                <column id="display_name"/>
                <column id="description"/>
        </command>

        <command name="EXPORT_WITH_PRIMARY_CONTENT">
                <column id="internal_name"/>
                <column id="display_name"/>
                <column id="description"/>
                <column id="primary_content" propertyEditor="PrimaryContentToFilePropertyEditor" externalAttribute="true"/>
        </command>

        <command name="EXPORT_FOR_UPDATE">
                <column id="command" constant="UPDATE"/>
                <column id="oid"/>
                <column id="internal_name"/>
                <column id="display_name"/>
                <column id="description"/>
        </command>

        <command name="EXPORT_FOR_UPDATE_PRIMARY_CONTENT">
                <column id="command" constant="UPDATE_PRIMARY_CONTENT"/>
                <column id="oid"/>
                <column id="primary_content" propertyEditor="PrimaryContentToFilePropertyEditor" externalAttribute="true"/>
        </command>
</mappingFile>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy