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: 5769 $ $Date: 2007-02-01 12:00:07 -0200 (Thu, 01 Feb 2007) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasPermission(String serviceInstanceId)
-
-
-
Method Detail
-
hasPermission
boolean hasPermission(String serviceInstanceId) throws PortalException
- Throws:
PortalException
-
-