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 TypeClassDescriptionclassDefines a read-only publish job that is still waiting for publishing.classDefines a read-only publish job that has been already published.classDefines 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 voidCmsPublishListenerCollection.fireEnqueued(CmsPublishJobBase publishJob) Fires an enqueue event to all listeners.voidCmsPublishEventAdapter.onEnqueue(CmsPublishJobBase publishJob) voidI_CmsPublishEventListener.onEnqueue(CmsPublishJobBase publishJob) Called once the job is going to be enqueued.Constructors in org.opencms.publish with parameters of type CmsPublishJobBaseModifierConstructorDescriptionprotectedInternal 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