| 程序包 | 说明 |
|---|---|
| org.opencms.publish |
Classes to handle the OpenCms publish process.
|
| org.opencms.workflow |
| 限定符和类型 | 方法和说明 |
|---|---|
CmsPublishJobRunning |
CmsPublishManager.getCurrentPublishJob()
Returns the current running publish job.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
CmsPublishListenerCollection.fireFinish(CmsPublishJobRunning publishJob)
Fires a finish event to all listeners.
|
void |
I_CmsPublishEventListener.onFinish(CmsPublishJobRunning publishJob)
Called once the job has finished.
|
void |
CmsPublishEventAdapter.onFinish(CmsPublishJobRunning publishJob) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
CmsExtendedWorkflowManager.onFinishPublishJob(CmsPublishJobRunning publishJob)
Handles finished publish jobs by removing projects of resources in the publish job if they are empty workflow projects.
|