| org.jboss.portal.cms.CommandFactory
All known Subclasses: org.jboss.portal.cms.impl.jcr.JCRCommandFactory,
CommandFactory | public interface CommandFactory (Code) | | Factory to create commands for the cms service.
author: Julien Viet version: $Revision: 8332 $ |
Method Summary | |
Command | createContentCreateNewVersionCommand(Content content, boolean bMakeLive) | Command | createContentCreateNewVersionCommand(List contents, boolean bMakeLive) | Command | createContentGetCommand(String sFilePath, String sVersionNumber, Locale locale) | Command | createContentGetVersionsCommand(String sFilePath) | Command | createContentSaveCommand(File file) | Command | createCopyCommand(String sFromPath, String sToPath) | Command | createDeleteCommand(String sPath) | Command | createFileGetCommand(String sFilePath, Locale locale) | Command | createFileGetCommand(String sFilePath, String sVersionNumber, Locale locale) | Command | createFileGetListCommand(String sFilePath) | Command | createFileSaveCommand(File file) | Command | createFileUpdateCommand(File file) | Command | createFolderGetCommand(String sFolderPath) | Command | createFolderGetListCommand(String sFolderPath) | Command | createFolderSaveCommand(Folder folder) | Command | createFolderUpdateCommand(Folder folder) | Command | createGetArchiveCommand(String sRootPath, String sLanguage) | Command | createItemExistsCommand(String sPath) | Command | createMakeLiveVersionCommand(String filePath, String language, String version) | Command | createMoveCommand(String sFromPath, String sToPath) | Command | createNewFileCommand(File sFile, Content content) | Command | createRenameCommand(String sPath, String sNewName) | Command | createSearchCommand(JCRQuery query) | Command | createStoreArchiveCommand(String sRootPath, InputStream is, String sLanguage) | Command | createUpdateFileCommand(File sFile, Content content, boolean makeLive) |
createContentCreateNewVersionCommand | Command createContentCreateNewVersionCommand(Content content, boolean bMakeLive)(Code) | | |
createContentCreateNewVersionCommand | Command createContentCreateNewVersionCommand(List contents, boolean bMakeLive)(Code) | | |
createContentGetVersionsCommand | Command createContentGetVersionsCommand(String sFilePath)(Code) | | |
|
|