Package com.infoclinika.mssharing.web.controller.response

Examples of com.infoclinika.mssharing.web.controller.response.UploadFilesResponse$UploadFileResponseLine


                final NodePath nodePath = storedObjectPaths.rawFilePath(userId, instrumentId, file.name);
                fileItemId = instrumentManagement.attachFile(userId, file.name, file.size, instrumentId, file.specie, file.labels, file.archive, nodePath.getPath());
            }
            storedFilesInfo.add(new UploadFilesResponse.UploadFileResponseLine(file.name, fileItemId, ""));
        }
        return new UploadFilesResponse(instrumentId, storedFilesInfo);
    }
View Full Code Here

TOP

Related Classes of com.infoclinika.mssharing.web.controller.response.UploadFilesResponse$UploadFileResponseLine

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.