Interface AuthenticationUtil.RunAsWork<Result>

  • Enclosing class:
    AuthenticationUtil

    @AlfrescoPublicApi
    public static interface AuthenticationUtil.RunAsWork<Result>
    • Method Detail

      • doWork

        Result doWork()
               throws Exception
        Method containing the work to be done in the user transaction.
        Returns:
        Return the result of the operation
        Throws:
        Exception