Skip to content
Snippets Groups Projects
Commit 4c285cb9 authored by izabel's avatar izabel
Browse files

fix regression test

SVN: 18827
parent b75b42c9
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractType;
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.Attachment;
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.AuthorizationGroup;
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.AuthorizationGroupUpdates;
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.BasicEntityDescription;
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.BatchOperationKind;
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.DataSetRelatedEntities;
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.DataSetRelationshipRole;
......@@ -899,6 +900,14 @@ public interface ICommonServer extends IServer
public IEntityInformationHolderWithPermId getEntityInformationHolder(String sessionToken,
EntityKind entityKind, String permId);
/**
* Returns requested entity.
*/
@Transactional(readOnly = true)
@RolesAllowed(RoleWithHierarchy.INSTANCE_ADMIN)
public IEntityInformationHolderWithPermId getEntityInformationHolder(String sessionToken,
BasicEntityDescription info);
/**
* For given {@link MaterialIdentifier} returns the corresponding
* {@link IEntityInformationHolder}.
......
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