Interface JobResource
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface JobResource
- Author:
- Endi S. Dewata
-
Method Summary
-
Method Details
-
findJobs
Returns all jobs. If the method is executed by an admin, it will return all jobs. Otherwise, it will return all jobs owned by the user.- Throws:
EBaseException
-
getJob
Returns a specific job. This method can only be executed by an admin or the job owner.- Throws:
EBaseException
-
startJob
Starts a specific job. This method can only be executed by an admin or the job owner.- Throws:
EBaseException
-