|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.publish.CmsPublish
org.opencms.workflow.CmsExtendedPublish
public class CmsExtendedPublish
A publish class which adds workflow-related error messages.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.opencms.ade.publish.CmsPublish |
|---|
CmsPublish.ResourcesAndRelated |
| Field Summary | |
|---|---|
protected static org.apache.commons.logging.Log |
LOG
The logger instance for this class. |
| Fields inherited from class org.opencms.ade.publish.CmsPublish |
|---|
GROUP_DAYS_NUMBER, GROUP_SESSIONS_GAP, GROUP_SESSIONS_NUMBER, m_cms, m_options, m_workplaceLocale |
| Constructor Summary | |
|---|---|
CmsExtendedPublish(CmsObject cms)
Creates a new instance. |
|
CmsExtendedPublish(CmsObject cms,
CmsPublishOptions options)
Creates a new instance. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getMessage(java.lang.String key,
java.lang.String... args)
Gets a message from the message bundle. |
protected CmsPublishResourceInfo |
getResourceInfo(CmsResource resource,
java.util.Set<CmsResource> published,
CmsPublish.ResourcesAndRelated permissions,
CmsPublish.ResourcesAndRelated locked)
Returns the additional info for the given resource. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.apache.commons.logging.Log LOG
| Constructor Detail |
|---|
public CmsExtendedPublish(CmsObject cms)
cms - the CMS context
public CmsExtendedPublish(CmsObject cms,
CmsPublishOptions options)
cms - the CMS contextoptions - the publish options| Method Detail |
|---|
protected java.lang.String getMessage(java.lang.String key,
java.lang.String... args)
key - the message keyargs - the message parameters
protected CmsPublishResourceInfo getResourceInfo(CmsResource resource,
java.util.Set<CmsResource> published,
CmsPublish.ResourcesAndRelated permissions,
CmsPublish.ResourcesAndRelated locked)
CmsPublish
getResourceInfo in class CmsPublishresource - the resource to usepublished - the already published resourcespermissions - the resource the current user does not have publish permissions forlocked - the locked resources
CmsPublish.getResourceInfo(org.opencms.file.CmsResource, java.util.Set, org.opencms.ade.publish.CmsPublish.ResourcesAndRelated, org.opencms.ade.publish.CmsPublish.ResourcesAndRelated)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||