Class ImportClientProcess

  • All Implemented Interfaces:
    Process

    public class ImportClientProcess
    extends Object
    implements Process
    The import client process is called from the ui. It imports the data of a new client (including the client itself). It again calls the DataImportService for the actual import.
    Author:
    mtaal
    • Constructor Detail

      • ImportClientProcess

        public ImportClientProcess()
    • Method Detail

      • execute

        public void execute​(ProcessBundle bundle)
                     throws Exception
        Executes the import process. The expected parameters in the bundle are clientId (denoting the client) and fileLocation giving the full path location of the file with the data to import.
        Specified by:
        execute in interface Process
        Parameters:
        bundle - the process' parameters, security and contextual information
        Throws:
        Exception - if an error occurs executing the process