程序包 | 说明 |
---|---|
org.opencms.publish |
Classes to handle the OpenCms publish process.
|
限定符和类型 | 方法和说明 |
---|---|
protected java.util.List<CmsPublishJobFinished> |
CmsPublishHistory.asList()
Returns an unmodifiable list representation of this list.
|
java.util.List<CmsPublishJobFinished> |
CmsPublishManager.getPublishHistory()
Returns the publish history list with already publish jobs.
|
java.util.List<CmsPublishJobFinished> |
CmsPublishManager.getPublishHistory(CmsUser user)
Returns the publish history list with already publish jobs, filtered by the given user.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsPublishListenerCollection.fireRemove(CmsPublishJobFinished publishJob)
Fires a remove event to all listeners.
|
protected byte[] |
CmsPublishEngine.getReportContents(CmsPublishJobFinished publishJob)
Returns the content of the publish report assigned to the given publish job.
|
byte[] |
CmsPublishManager.getReportContents(CmsPublishJobFinished publishJob)
Returns the content of the publish report assigned to the given publish job.
|
void |
I_CmsPublishEventListener.onRemove(CmsPublishJobFinished publishJob)
Called once the job is going to be removed from the history.
|
void |
CmsPublishEventAdapter.onRemove(CmsPublishJobFinished publishJob) |