|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.publish.CmsPublishJobBase
public class CmsPublishJobBase
Defines a read-only publish job.
Field Summary | |
---|---|
protected CmsPublishJobInfoBean |
m_publishJob
The delegate publish job. |
Constructor Summary | |
---|---|
protected |
CmsPublishJobBase(CmsPublishJobBase job)
Internal constructor. |
protected |
CmsPublishJobBase(CmsPublishJobInfoBean publishJob)
Default constructor. |
Method Summary | |
---|---|
Locale |
getLocale()
Returns the locale for this publish job. |
String |
getProjectName()
Returns the project name or Messages.GUI_DIRECT_PUBLISH_PROJECT_NAME_0
if it is a direct publish job. |
CmsUUID |
getPublishHistoryId()
Returns the publish history id. |
int |
getSize()
Returns the number of resources in the publish list. |
CmsUUID |
getUserId()
Returns the id of the user who initialized this publish job. |
String |
getUserName(CmsObject cms)
Returns the name of the user who initialized this publish job. |
boolean |
isDirectPublish()
Returns the direct publish state. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CmsPublishJobInfoBean m_publishJob
Constructor Detail |
---|
protected CmsPublishJobBase(CmsPublishJobBase job)
job
- the job used to initializeprotected CmsPublishJobBase(CmsPublishJobInfoBean publishJob)
publishJob
- the delegate publish jobMethod Detail |
---|
public Locale getLocale()
public String getProjectName()
Messages.GUI_DIRECT_PUBLISH_PROJECT_NAME_0
if it is a direct publish job.
public CmsUUID getPublishHistoryId()
public int getSize()
public CmsUUID getUserId()
public String getUserName(CmsObject cms)
cms
- the cms object
public boolean isDirectPublish()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |