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

CommandFactory - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.cms
Interface CommandFactory

All Known Implementing Classes:
JCRCommandFactory

public interface CommandFactory

Factory to create commands for the cms service.


Method Summary
 Command createContentCreateNewVersionCommand(Content content, boolean bMakeLive)
           
 Command createContentCreateNewVersionCommand(java.util.List contents, boolean bMakeLive)
           
 Command createContentGetCommand(java.lang.String sFilePath, 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)
           
 

Method Detail

createCopyCommand

public Command createCopyCommand(java.lang.String sFromPath,
                                 java.lang.String sToPath)

createMoveCommand

public Command createMoveCommand(java.lang.String sFromPath,
                                 java.lang.String sToPath)

createRenameCommand

public Command createRenameCommand(java.lang.String sPath,
                                   java.lang.String sNewName)

createDeleteCommand

public Command createDeleteCommand(java.lang.String sPath)

createFileSaveCommand

public Command createFileSaveCommand(File file)

createFileGetCommand

public Command createFileGetCommand(java.lang.String sFilePath,
                                    java.util.Locale locale)

createFileGetCommand

public Command createFileGetCommand(java.lang.String sFilePath,
                                    java.lang.String sVersionNumber,
                                    java.util.Locale locale)

createFileUpdateCommand

public Command createFileUpdateCommand(File file)

createFolderSaveCommand

public Command createFolderSaveCommand(Folder folder)

createFolderGetCommand

public Command createFolderGetCommand(java.lang.String sFolderPath)

createFolderUpdateCommand

public Command createFolderUpdateCommand(Folder folder)

createContentGetVersionsCommand

public Command createContentGetVersionsCommand(java.lang.String sFilePath)

createFolderGetListCommand

public Command createFolderGetListCommand(java.lang.String sFolderPath)

createContentCreateNewVersionCommand

public Command createContentCreateNewVersionCommand(Content content,
                                                    boolean bMakeLive)

createContentCreateNewVersionCommand

public Command createContentCreateNewVersionCommand(java.util.List contents,
                                                    boolean bMakeLive)

createStoreArchiveCommand

public Command createStoreArchiveCommand(java.lang.String sRootPath,
                                         java.io.InputStream is,
                                         java.lang.String sLanguage)

createItemExistsCommand

public Command createItemExistsCommand(java.lang.String sPath)

createContentSaveCommand

public Command createContentSaveCommand(File file)

createContentGetCommand

public Command createContentGetCommand(java.lang.String sFilePath,
                                       java.lang.String sVersionNumber,
                                       java.util.Locale locale)

createFileGetListCommand

public Command createFileGetListCommand(java.lang.String sFilePath)