org.squashtest.tm.service.security
Interface ObjectIdentityService
- All Known Implementing Classes:
- ObjectIdentityServiceImpl
public interface ObjectIdentityService
addObjectIdentity
void addObjectIdentity(long entityId,
Class<?> entityClass)
- Parameters:
entityId - : the entity identityClass - : the entity's class
removeObjectIdentity
void removeObjectIdentity(long entityId,
Class<?> entityClass)
- Parameters:
entityId - : the entity identityClass - : the entity's class
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.