Class 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
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PermissionAPIImpl

        public PermissionAPIImpl()
    • 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 interface org.bonitasoft.engine.api.PermissionAPI
        Throws:
        org.bonitasoft.engine.exception.ExecutionException
        org.bonitasoft.engine.exception.NotFoundException