Uses of Class
org.opencms.publish.CmsPublishJobBase
Packages that use CmsPublishJobBase
Package
Description
Classes to handle the OpenCms publish process.
Contains classes of the publish queue app.
-
Uses of CmsPublishJobBase in org.opencms.publish
Subclasses of CmsPublishJobBase in org.opencms.publishModifier and TypeClassDescriptionclass
Defines a read-only publish job that is still waiting for publishing.class
Defines a read-only publish job that has been already published.class
Defines a read-only publish job that is being published.Methods in org.opencms.publish that return CmsPublishJobBaseModifier and TypeMethodDescriptionCmsPublishEngine.getJobByPublishHistoryId
(CmsUUID publishHistoryId) Returns a publish job based on its publish history id.CmsPublishManager.getJobByPublishHistoryId
(CmsUUID publishHistoryId) Returns a publish job based on its publish history id.Methods in org.opencms.publish with parameters of type CmsPublishJobBaseModifier and TypeMethodDescriptionprotected void
CmsPublishListenerCollection.fireEnqueued
(CmsPublishJobBase publishJob) Fires an enqueue event to all listeners.void
CmsPublishEventAdapter.onEnqueue
(CmsPublishJobBase publishJob) void
I_CmsPublishEventListener.onEnqueue
(CmsPublishJobBase publishJob) Called once the job is going to be enqueued.Constructors in org.opencms.publish with parameters of type CmsPublishJobBaseModifierConstructorDescriptionprotected
Internal constructor. -
Uses of CmsPublishJobBase in org.opencms.ui.apps.publishqueue
Methods in org.opencms.ui.apps.publishqueue that return CmsPublishJobBaseConstructors in org.opencms.ui.apps.publishqueue with parameters of type CmsPublishJobBase