spring-config.jobs.mapping.folderTemplateMapping.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <mappingFile targetEntity="io.github.jsoagger.core.model.api.composite.FolderTemplate"> <command name="ADD" writers-ref="LineBeanToFolderTemplateWriter" processors-ref="VLCSVToBeanProcessor"> <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" /> <column id="containerInfo" mandatory="true" propertyEditor="ContainerInfoByLogicalPathEditor"/> </command> <!-- EXPORT OF UPDATABLE ATTRIBUTES FOR UPDATE --> <command name="UPDATE" writers-ref="LineBeanToFolderTemplateWriter" processors-ref="VLCSVToBeanProcessor"> <column id="command" mandatory="true" maxLength="255" /> <column id="fullIdentifier" mandatory="true" externalAttribute="true" propertyEditor="PersistableByFullIdEditor"/> <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="EXPORT_FOR_UPDATE"> <column id="command" constant="UPDATE" /> <column id="fullIdentifier" propertyEditor="ObjectFullIdentifierPropetyEditor"/> <column id="internal_name" /> <column id="display_name" /> <column id="description" /> </command> </mappingFile>