Uses of Class
org.pentaho.platform.api.engine.PentahoAccessControlException

Packages that use PentahoAccessControlException
org.pentaho.platform.api.repository   
org.pentaho.platform.repository.solution.dbbased   
org.pentaho.platform.repository.solution.filebased   
org.pentaho.platform.web.servlet   
 

Uses of PentahoAccessControlException in org.pentaho.platform.api.repository
 

Methods in org.pentaho.platform.api.repository that throw PentahoAccessControlException
 int ISolutionRepository.publish(String baseUrl, String path, String fileName, byte[] data, boolean overwrite)
          Put a file into the solution repo.
 int ISolutionRepository.publish(String baseUrl, String path, String fileName, File f, boolean overwrite)
          Put a file into the solution repo.
 void ISolutionRepository.setPermissions(ISolutionFile aFile, Map<IPermissionRecipient,IPermissionMask> acl)
          Replaces the ACL on aFile.
 

Uses of PentahoAccessControlException in org.pentaho.platform.repository.solution.dbbased
 

Methods in org.pentaho.platform.repository.solution.dbbased that throw PentahoAccessControlException
 int DbBasedSolutionRepository.publish(String baseUrl, String path, String fileName, byte[] data, boolean overwrite)
           
 int DbBasedSolutionRepository.publish(String baseUrl, String path, String fileName, File f, boolean overwrite)
           
 void DbBasedSolutionRepository.setPermissions(ISolutionFile file, Map<IPermissionRecipient,IPermissionMask> acl)
          TODO mlowery Need to throw exception if unauthorized.
 

Uses of PentahoAccessControlException in org.pentaho.platform.repository.solution.filebased
 

Methods in org.pentaho.platform.repository.solution.filebased that throw PentahoAccessControlException
 int FileBasedSolutionRepository.publish(String baseUrl, String path, String fileName, byte[] data, boolean overwrite)
           
 int FileBasedSolutionRepository.publish(String baseUrl, String path, String fileName, File f, boolean overwrite)
           
 void FileBasedSolutionRepository.setPermissions(ISolutionFile file, Map<IPermissionRecipient,IPermissionMask> acl)
           
 

Uses of PentahoAccessControlException in org.pentaho.platform.web.servlet
 

Methods in org.pentaho.platform.web.servlet that throw PentahoAccessControlException
 void AnalysisViewService.saveXAction(IPentahoSession session, IParameterProvider parameterProvider, HttpServletRequest request, HttpServletResponse response, boolean wrapWithSoap)