Class LtiJob

java.lang.Object
org.opencastproject.lti.service.api.LtiJob

public final class LtiJob extends Object
Represents a job for the LTI user interface
  • Constructor Details

    • LtiJob

      public LtiJob(String title, String status)
      Construct a job
      Parameters:
      title - The job title
      status - The job status
  • Method Details

    • getTitle

      public String getTitle()
      Get the job title
      Returns:
      The job title
    • getStatus

      public String getStatus()
      Get the job status
      Returns:
      The job status