|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.cms.impl.jcr.JCRCommand
org.jboss.portal.cms.impl.jcr.ContentCreateNewVersionCommand
Creates a new version of the content and labels it "LIVE".
Constructor Summary | |
ContentCreateNewVersionCommand(Content content,
boolean bMakeLive)
|
|
ContentCreateNewVersionCommand(java.util.List contents,
boolean bMakeLive)
|
Method Summary | |
java.lang.Object |
execute(JCRCommandContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContentCreateNewVersionCommand(Content content, boolean bMakeLive)
content
- bMakeLive
- Whether this updated version should be made "LIVE"public ContentCreateNewVersionCommand(java.util.List contents, boolean bMakeLive)
Method Detail |
public java.lang.Object execute(JCRCommandContext context)
execute
in class JCRCommand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |