title Display All Jobs

participant Jobseeker
participant System


entryspacing 1.2
Jobseeker->System:showAllJobs()
alt there are uploaded jobs
Jobseeker<--System: list of jobs

else 
Jobseeker<--System: no uploaded jobs

end
