Class AbstractJobCommand

    • Method Detail

      • getJobRequest

        protected org.guvnor.rest.client.JobRequest getJobRequest()
      • getDescription

        public String getDescription()
        Specified by:
        getDescription in interface org.uberfire.commons.async.DescriptiveRunnable
      • run

        public void run()
        Specified by:
        run in interface Runnable
      • internalExecute

        protected abstract org.guvnor.rest.client.JobResult internalExecute​(org.guvnor.rest.client.JobRequest request)
                                                                     throws Exception
        Throws:
        Exception