Uses of Class
org.opencms.publish.CmsPublishJobRunning
Packages that use CmsPublishJobRunning
Package
Description
Classes to handle the OpenCms publish process.
Classes related to publishing and workflow.
-
Uses of CmsPublishJobRunning in org.opencms.publish
Methods in org.opencms.publish that return CmsPublishJobRunningModifier and TypeMethodDescriptionCmsPublishManager.getCurrentPublishJob()
Returns the current running publish job.Methods in org.opencms.publish with parameters of type CmsPublishJobRunningModifier and TypeMethodDescriptionprotected void
CmsPublishListenerCollection.fireFinish
(CmsPublishJobRunning publishJob) Fires a finish event to all listeners.void
CmsPublishEventAdapter.onFinish
(CmsPublishJobRunning publishJob) void
I_CmsPublishEventListener.onFinish
(CmsPublishJobRunning publishJob) Called once the job has finished. -
Uses of CmsPublishJobRunning in org.opencms.workflow
Methods in org.opencms.workflow with parameters of type CmsPublishJobRunningModifier and TypeMethodDescriptionprotected void
CmsExtendedWorkflowManager.onFinishPublishJob
(CmsPublishJobRunning publishJob) Handles finished publish jobs by removing projects of resources in the publish job if they are empty workflow projects.