public interface PermissionService extends TenantLifecycleService
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkAPICallWithScript(java.lang.String className,
org.bonitasoft.engine.api.permission.APICallContext context,
boolean reload)
execute the
PermissionRule having the class name in parameter using
the given context |
pause, resume, start, stopboolean checkAPICallWithScript(java.lang.String className,
org.bonitasoft.engine.api.permission.APICallContext context,
boolean reload)
throws SExecutionException,
java.lang.ClassNotFoundException
PermissionRule having the class name in parameter using
the given contextclassName - the class name of the rule to executecontext - the context of the api call to checkreload - reload class when calling this method, warning if some class were called with reload set to false, they
will never be reloadableSExecutionExceptionjava.lang.ClassNotFoundException