Interface RepositoryJob


  • public interface RepositoryJob
    Interface to implement to perform the work to be scheduled.
    • Method Detail

      • execute

        void execute​(RepositoryJobExecutionContext context)
              throws javax.jcr.RepositoryException
        Job execution callback.
        Parameters:
        context - operational context object.
        Throws:
        javax.jcr.RepositoryException - when an error occurs.