Package lumis.service.association
Interface IServiceInstancePermissionChecker
-
public interface IServiceInstancePermissionChecker
Interface that checks if the implementation context (e.g. logged user) has view permission in the specified service instance- Since:
- 4.0.9
- Version:
- $Revision$ $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasPermission(java.lang.String serviceInstanceId)
-
-
-
Method Detail
-
hasPermission
boolean hasPermission(java.lang.String serviceInstanceId) throws PortalException
- Throws:
PortalException
-
-