Package de.businesscode.bcdui.upload.data
package de.businesscode.bcdui.upload.data
-
ClassDescriptionUsed for accessing bcd_dataupload_control tablePossible return codes for stepsHandles access to bcd_dataupload_control_step i.e., provides a list of steps so far and can add new stepsPlain POJO representing an upload set with detail dataEntry point for all data data upload related steps, supports POST and PUT Add custom steps in web.xml in the following format: <init-param> <param-name>Steps</param-name> <param-value> MY_STEP_NAME: de.my.package.ClassName; MY_STEP_NAME2: de.my.package.ClassName2; </param-value> </init-param --> Such Steps - need a Constructor getting (UploadControl uc, String userId) - implement IUploadStep - if writing, call UploadControl#addStepResult() at the end of their process()