Uses of Interface
org.jboss.portal.cms.model.File

Packages that use File
org.jboss.portal.cms   
org.jboss.portal.cms.impl   
org.jboss.portal.cms.impl.jcr   
org.jboss.portal.cms.impl.jcr.command   
org.jboss.portal.cms.impl.jcr.composite   
org.jboss.portal.cms.search   
 

Uses of File in org.jboss.portal.cms
 

Methods in org.jboss.portal.cms with parameters of type File
 Command CommandFactory.createContentSaveCommand(File file)
           
 Command CommandFactory.createFileSaveCommand(File file)
           
 Command CommandFactory.createFileUpdateCommand(File file)
           
 Command CommandFactory.createNewFileCommand(File sFile, Content content)
           
 Command CommandFactory.createUpdateFileCommand(File sFile, Content content, boolean makeLive)
           
 

Uses of File in org.jboss.portal.cms.impl
 

Classes in org.jboss.portal.cms.impl that implement File
 class FileImpl
           
 

Methods in org.jboss.portal.cms.impl that return File
 File CMSTreeCacheService.get(java.lang.String path, java.util.Locale locale)
          Get a file from the cache, returns null if the file cannot be found
 

Methods in org.jboss.portal.cms.impl with parameters of type File
 void CMSTreeCacheService.put(java.lang.String path, java.util.Locale locale, File file)
          Put a CMS file into the cache
 

Uses of File in org.jboss.portal.cms.impl.jcr
 

Methods in org.jboss.portal.cms.impl.jcr with parameters of type File
 Command JCRCommandFactory.createContentSaveCommand(File file)
           
 Command JCRCommandFactory.createFileSaveCommand(File file)
           
 Command JCRCommandFactory.createFileUpdateCommand(File file)
           
 Command JCRCommandFactory.createNewFileCommand(File sFile, Content content)
           
 Command JCRCommandFactory.createUpdateFileCommand(File sFile, Content content, boolean makeLive)
           
 

Uses of File in org.jboss.portal.cms.impl.jcr.command
 

Methods in org.jboss.portal.cms.impl.jcr.command that return File
 File FolderGetListCommand.getFileMetaData(java.lang.String msPath, JCRCommandContext context)
          This method just gets the properties associated with the file and not its content.
 

Constructors in org.jboss.portal.cms.impl.jcr.command with parameters of type File
ContentCreateCommand(File file)
           
FileCreateCommand(File file)
           
FileUpdateAndVersionCommand(File file, boolean makeLive)
          Updates a given file content in the repo, creating a new version.
FileUpdateCommand(File file)
          Updates a given file content in the repo, creating a new version.
 

Uses of File in org.jboss.portal.cms.impl.jcr.composite
 

Constructors in org.jboss.portal.cms.impl.jcr.composite with parameters of type File
NewFileCommand(File file, Content content)
           
UpdateFileCommand(File file, Content content, boolean makeLive)
           
 

Uses of File in org.jboss.portal.cms.search
 

Constructors in org.jboss.portal.cms.search with parameters of type File
CMSResult(File file, java.lang.String prefix)
           
CMSResultURL(java.lang.String prefix, File file)
           
 



Copyright © 2008. All Rights Reserved.