站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

JCRCommandFactory - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.cms.impl.jcr
Class JCRCommandFactory

java.lang.Object
  extended byorg.jboss.portal.cms.impl.jcr.JCRCommandFactory
All Implemented Interfaces:
CommandFactory

public class JCRCommandFactory
extends java.lang.Object
implements CommandFactory


Constructor Summary
JCRCommandFactory()
           
 
Method Summary
 Command createContentCreateNewVersionCommand(Content content, boolean bMakeLive)
           
 Command createContentCreateNewVersionCommand(java.util.List contents, boolean bMakeLive)
           
 Command createContentGetCommand(java.lang.String sPath, java.lang.String sVersionNumber, java.util.Locale locale)
           
 Command createContentGetVersionsCommand(java.lang.String sFilePath)
           
 Command createContentSaveCommand(File file)
           
 Command createCopyCommand(java.lang.String sFromPath, java.lang.String sToPath)
           
 Command createDeleteCommand(java.lang.String sPath)
           
 Command createFileGetCommand(java.lang.String sFilePath, java.util.Locale locale)
           
 Command createFileGetCommand(java.lang.String sFilePath, java.lang.String sVersionNumber, java.util.Locale locale)
           
 Command createFileGetListCommand(java.lang.String sFilePath)
           
 Command createFileSaveCommand(File file)
           
 Command createFileUpdateCommand(File file)
           
 Command createFolderGetCommand(java.lang.String sFolderPath)
           
 Command createFolderGetListCommand(java.lang.String sFolderPath)
           
 Command createFolderSaveCommand(Folder folder)
           
 Command createFolderUpdateCommand(Folder folder)
           
 Command createItemExistsCommand(java.lang.String sPath)
           
 Command createMoveCommand(java.lang.String sFromPath, java.lang.String sToPath)
           
 Command createRenameCommand(java.lang.String sPath, java.lang.String sNewName)
           
 Command createStoreArchiveCommand(java.lang.String sRootPath, java.io.InputStream is, java.lang.String sLanguage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCRCommandFactory

public JCRCommandFactory()
Method Detail

createCopyCommand

public Command createCopyCommand(java.lang.String sFromPath,
                                 java.lang.String sToPath)
Specified by:
createCopyCommand in interface CommandFactory

createMoveCommand

public Command createMoveCommand(java.lang.String sFromPath,
                                 java.lang.String sToPath)
Specified by:
createMoveCommand in interface CommandFactory

createRenameCommand

public Command createRenameCommand(java.lang.String sPath,
                                   java.lang.String sNewName)
Specified by:
createRenameCommand in interface CommandFactory

createDeleteCommand

public Command createDeleteCommand(java.lang.String sPath)
Specified by:
createDeleteCommand in interface CommandFactory

createFileSaveCommand

public Command createFileSaveCommand(File file)
Specified by:
createFileSaveCommand in interface CommandFactory

createFileGetCommand

public Command createFileGetCommand(java.lang.String sFilePath,
                                    java.lang.String sVersionNumber,
                                    java.util.Locale locale)
Specified by:
createFileGetCommand in interface CommandFactory

createFileGetCommand

public Command createFileGetCommand(java.lang.String sFilePath,
                                    java.util.Locale locale)
Specified by:
createFileGetCommand in interface CommandFactory

createFileUpdateCommand

public Command createFileUpdateCommand(File file)
Specified by:
createFileUpdateCommand in interface CommandFactory

createFolderSaveCommand

public Command createFolderSaveCommand(Folder folder)
Specified by:
createFolderSaveCommand in interface CommandFactory

createFolderGetCommand

public Command createFolderGetCommand(java.lang.String sFolderPath)
Specified by:
createFolderGetCommand in interface CommandFactory

createFolderUpdateCommand

public Command createFolderUpdateCommand(Folder folder)
Specified by:
createFolderUpdateCommand in interface CommandFactory

createContentGetVersionsCommand

public Command createContentGetVersionsCommand(java.lang.String sFilePath)
Specified by:
createContentGetVersionsCommand in interface CommandFactory

createFolderGetListCommand

public Command createFolderGetListCommand(java.lang.String sFolderPath)
Specified by:
createFolderGetListCommand in interface CommandFactory

createContentCreateNewVersionCommand

public Command createContentCreateNewVersionCommand(Content content,
                                                    boolean bMakeLive)
Specified by:
createContentCreateNewVersionCommand in interface CommandFactory

createContentCreateNewVersionCommand

public Command createContentCreateNewVersionCommand(java.util.List contents,
                                                    boolean bMakeLive)
Specified by:
createContentCreateNewVersionCommand in interface CommandFactory

createStoreArchiveCommand

public Command createStoreArchiveCommand(java.lang.String sRootPath,
                                         java.io.InputStream is,
                                         java.lang.String sLanguage)
Specified by:
createStoreArchiveCommand in interface CommandFactory

createItemExistsCommand

public Command createItemExistsCommand(java.lang.String sPath)
Specified by:
createItemExistsCommand in interface CommandFactory

createContentSaveCommand

public Command createContentSaveCommand(File file)
Specified by:
createContentSaveCommand in interface CommandFactory

createContentGetCommand

public Command createContentGetCommand(java.lang.String sPath,
                                       java.lang.String sVersionNumber,
                                       java.util.Locale locale)
Specified by:
createContentGetCommand in interface CommandFactory

createFileGetListCommand

public Command createFileGetListCommand(java.lang.String sFilePath)
Specified by:
createFileGetListCommand in interface CommandFactory