Skip to content
Snippets Groups Projects
Commit 1b9204ac authored by felmer's avatar felmer
Browse files

Javadoc added

SVN: 18270
parent b28bd45f
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ import ch.systemsx.cisd.openbis.plugin.phosphonetx.shared.api.v1.dto.Experiment;
import ch.systemsx.cisd.openbis.plugin.phosphonetx.shared.api.v1.dto.MsInjectionDataInfo;
/**
* Facade for openBIS proteomics data service.
* Facade for openBIS proteomics data service to be used by a proteomics pipeline server like p-grade.
*
* @author Franz-Josef Elmer
*/
......
......@@ -23,12 +23,13 @@ import org.springframework.transaction.annotation.Transactional;
import ch.systemsx.cisd.common.api.IRpcService;
import ch.systemsx.cisd.openbis.generic.shared.authorization.annotation.RolesAllowed;
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.RoleWithHierarchy;
import ch.systemsx.cisd.openbis.plugin.phosphonetx.client.api.v1.IProteomicsDataApiFacade;
import ch.systemsx.cisd.openbis.plugin.phosphonetx.shared.api.v1.dto.DataStoreServerProcessingPluginInfo;
import ch.systemsx.cisd.openbis.plugin.phosphonetx.shared.api.v1.dto.Experiment;
import ch.systemsx.cisd.openbis.plugin.phosphonetx.shared.api.v1.dto.MsInjectionDataInfo;
/**
*
* Interface used by {@link IProteomicsDataApiFacade}.
*
* @author Franz-Josef Elmer
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment