Uses of Class
org.jboss.portal.cms.impl.jcr.JCRCommand

Packages that use JCRCommand
org.jboss.portal.cms   
org.jboss.portal.cms.impl.interceptors   
org.jboss.portal.cms.impl.jcr   
org.jboss.portal.cms.impl.jcr.command   
org.jboss.portal.cms.impl.jcr.composite   
 

Uses of JCRCommand in org.jboss.portal.cms
 

Methods in org.jboss.portal.cms with parameters of type JCRCommand
protected abstract  java.lang.Object CMSInterceptor.invoke(JCRCommand invocation)
           
 

Uses of JCRCommand in org.jboss.portal.cms.impl.interceptors
 

Methods in org.jboss.portal.cms.impl.interceptors with parameters of type JCRCommand
protected  java.lang.Object CacheInterceptor.invoke(JCRCommand invocation)
           
protected  java.lang.Object ApprovalWorkflowInterceptor.invoke(JCRCommand invocation)
           
protected  java.lang.Object LogInterceptor.invoke(JCRCommand invocation)
           
protected  java.lang.Object ACLInterceptor.invoke(JCRCommand invocation)
           
 

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

Subclasses of JCRCommand in org.jboss.portal.cms.impl.jcr
 class JCRCompositeCommand
           
 

Methods in org.jboss.portal.cms.impl.jcr with parameters of type JCRCommand
 java.lang.Object JCRCommandContext.execute(JCRCommand cmd)
           
 

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

Subclasses of JCRCommand in org.jboss.portal.cms.impl.jcr.command
 class AsyncStoreArchiveCommand
          Saves an uploaded archive to the repo.
 class ContentCreateCommand
           
 class ContentCreateNewVersionCommand
          Creates a new version of the content and labels it "LIVE".
 class ContentGetCommand
           
 class ContentGetVersionsCommand
          Returns all versions for a given path, except the rootVersion.
 class CopyCommand
           
 class DeleteCommand
           
 class FileCreateCommand
           
 class FileGetCommand
          Retrieves a file and its versioned, localized content.
 class FileGetListCommand
          Returns a list of content nodes under a filenode, but ignores versioning labels.
 class FileUpdateAndVersionCommand
           
 class FileUpdateCommand
           
 class FolderCreateCommand
           
 class FolderGetCommand
          Returns a folder obj for a given path.
 class FolderGetListCommand
          Retrieves the folder for the given path and sets the child folders and child files in the Folder obj.
 class FolderUpdateCommand
           
 class GetArchiveCommand
          Retrieves a folder tree as a zip for export.
 class ItemExistsCommand
           
 class MakeLiveVersionCommand
          Makes the specified version of the file a "LIVE" version
 class MoveCommand
           
 class RenameCommand
           
 class SearchCommand
           
 class StoreArchiveCommand
          Saves an uploaded archive to the repo.
 

Methods in org.jboss.portal.cms.impl.jcr.command with parameters of type JCRCommand
protected  boolean ACLEnforcer.hasManageAccess(org.jboss.portal.identity.User user, JCRCommand command)
           
protected  boolean ACLEnforcer.hasReadAccess(org.jboss.portal.identity.User user, JCRCommand command)
           
protected  boolean ACLEnforcer.hasWriteAccess(org.jboss.portal.identity.User user, JCRCommand command)
           
 

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

Subclasses of JCRCommand in org.jboss.portal.cms.impl.jcr.composite
 class NewFileCommand
           
 class UpdateFileCommand
           
 



Copyright © 2008. All Rights Reserved.