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

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

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

<mappingFile>

    <command name="LOAD_REV_CONTROLLED_MASTER_ILLUSTRATION" targetEntity="io.github.jsoagger.core.model.api.thumb.ThumbInfo" writers-ref="VLLineBeanToRCThumbWriter" processors-ref="VLCSVToBeanProcessor2">
        <column id="command" mandatory="true" maxLength="255" />
        <column id="filePath" mandatory="true" maxLength="255" externalAttribute="true" />
        <column id="masterClass" mandatory="true" externalAttribute="true" />
        <column id="number" mandatory="true" maxLength="255" externalAttribute="true" />
    </command>
    
    <command name="LOAD_REV_CONTROLLED_ILLUSTRATION" targetEntity="io.github.jsoagger.core.model.api.thumb.ThumbInfo" writers-ref="VLLineBeanToRCThumbWriter" processors-ref="VLCSVToBeanProcessor2">
        <column id="command" mandatory="true" maxLength="255" />
        <column id="filePath" mandatory="true" maxLength="255" externalAttribute="true" />
        <column id="masterClass" mandatory="true" externalAttribute="true" />
        <column id="number" mandatory="true" maxLength="255" externalAttribute="true" />
        <column id="version" mandatory="true" maxLength="255" externalAttribute="true" />
        <column id="iteration" mandatory="true" maxLength="255" externalAttribute="true" />
    </command>

    <command name="LOAD_THUMBED_ILLUSTRATION" targetEntity="io.github.jsoagger.core.model.api.thumb.ThumbInfo" writers-ref="VLLineBeanToThumbWriter" processors-ref="VLCSVToBeanProcessor2">
        <column id="command" mandatory="true" maxLength="255" />
        <column id="filePath" mandatory="true" maxLength="255" externalAttribute="true" />
        <column id="personEmail" mandatory="true" maxLength="255" externalAttribute="true" />
        <column id="resize" mandatory="true" maxLength="255" externalAttribute="true" />
    </command>
    
    <!-- 
		NON REVISION CONTROLLED THUMB
		LOAD VIA FULLIDENTIFIER OR LOAD VIA NUMBER    
     -->
    <command name="LOAD_GENERIC_THUMBED_ILLUSTRATION" targetEntity="io.github.jsoagger.core.model.api.thumb.ThumbInfo" 
    	writers-ref="LineBeanToThumbGenericWriter" processors-ref="VLCSVToBeanProcessor2">
        <column id="command" mandatory="true" maxLength="255" />
        <column id="fullIdentifier" mandatory="true" maxLength="255" externalAttribute="true" />
        <column id="filePath" mandatory="true" maxLength="255" externalAttribute="true" />
        <column id="resize" mandatory="true" maxLength="255" externalAttribute="true" />
    </command>
    
    <command name="LOAD_NUMBERABLE_THUMBED_ILLUSTRATION" targetEntity="io.github.jsoagger.core.model.api.thumb.ThumbInfo" 
    	writers-ref="LineBeanToThumbGenericWriter" processors-ref="VLCSVToBeanProcessor2">
        <column id="command" mandatory="true" maxLength="255" />
        <column id="filePath" mandatory="true" maxLength="255" externalAttribute="true" />
        <column id="numberable" mandatory="true" maxLength="255" externalAttribute="true" propertyEditor="NumberableByNumberEditor"/>
        <column id="numberableDomain" mandatory="true" maxLength="255" externalAttribute="true" />
        <column id="resize" mandatory="true" maxLength="255" externalAttribute="true" />
    </command>
</mappingFile>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy