Class CmsContentService.ContentAugmentationJob

java.lang.Object
org.opencms.ade.contenteditor.CmsContentService.ContentAugmentationJob
Enclosing class:
CmsContentService

The data associated with a content augmentation job.
  • Constructor Details

  • Method Details

    • abort

      public void abort()
      Sets the state to aborted.
    • finish

      public void finish()
      Sets the state to done.
    • getDetails

      Gets a bean containing the result or progress information for the purpose of informing the client.
      Returns:
      the content augmentation details
    • getId

      public CmsUUID getId()
      Gets the job id.
      Returns:
      the job id
    • run

      public void run()
      Runs the actual content augmentation.