Skip to content
Snippets Groups Projects
Commit 76492b20 authored by izabel's avatar izabel
Browse files

[LMS-960] fix regression test

SVN: 11513
parent b625ac75
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ import ch.systemsx.cisd.openbis.generic.shared.authorization.validator.MatchingE
import ch.systemsx.cisd.openbis.generic.shared.authorization.validator.ProjectValidator;
import ch.systemsx.cisd.openbis.generic.shared.basic.IEntityInformationHolder;
import ch.systemsx.cisd.openbis.generic.shared.basic.TechId;
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractType;
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.DataSetSearchCriteria;
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.DataSetType;
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.EntityType;
......@@ -682,4 +683,12 @@ public interface ICommonServer extends IServer
public List<String> getTemplateColumns(String sessionToken, EntityKind kind, String type,
boolean autoGenerate);
/**
* Updates file format type.
*/
@Transactional
@RolesAllowed(RoleSet.INSTANCE_ADMIN)
@DatabaseUpdateModification(value = ObjectKind.FILE_FORMAT_TYPE)
public void updateFileFormatType(String sessionToken, AbstractType type);
}
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