Package org.bonitasoft.engine.api.impl
Class PermissionAPIImpl
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.PermissionAPIImpl
-
- All Implemented Interfaces:
org.bonitasoft.engine.api.PermissionAPI
public class PermissionAPIImpl extends java.lang.Object implements org.bonitasoft.engine.api.PermissionAPI
- Author:
- Baptiste Mesta
-
-
Constructor Summary
Constructors Constructor Description PermissionAPIImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkAPICallWithScript(java.lang.String className, org.bonitasoft.engine.api.permission.APICallContext context, boolean reload)
-
-
-
Method Detail
-
checkAPICallWithScript
public boolean checkAPICallWithScript(java.lang.String className, org.bonitasoft.engine.api.permission.APICallContext context, boolean reload) throws org.bonitasoft.engine.exception.ExecutionException, org.bonitasoft.engine.exception.NotFoundException
- Specified by:
checkAPICallWithScript
in interfaceorg.bonitasoft.engine.api.PermissionAPI
- Throws:
org.bonitasoft.engine.exception.ExecutionException
org.bonitasoft.engine.exception.NotFoundException
-
-