Package lumis.portal.serviceinstance.acl
Interface IServiceInstancePermission
-
- All Superinterfaces:
IPermission
public interface IServiceInstancePermission extends IPermission
Represents permissions specific to Service Instances.- Since:
- 7.0.0
- Version:
- $Revision: 18149 $ $Date: 2015-12-17 18:28:29 -0200 (Thu, 17 Dec 2015) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisplayName()
boolean
isRequiredForWorkflowRole()
Returns if the current permission is required for worklflow role.-
Methods inherited from interface lumis.util.security.acl.IPermission
implies, isRequired, localizedName, name, ordinal, value
-
-
-
-
Method Detail
-
isRequiredForWorkflowRole
boolean isRequiredForWorkflowRole()
Returns if the current permission is required for worklflow role.- Returns:
- true if the permission is required for workflow role, false otherwise.
- Since:
- 7.0.0
-
getDisplayName
String getDisplayName()
-
-