org.jboss.portal.cms.impl.jcr
Class JCRCommand
java.lang.Object
   org.jboss.portal.common.invocation.Invocation
org.jboss.portal.common.invocation.Invocation
       org.jboss.portal.cms.Command
org.jboss.portal.cms.Command
           org.jboss.portal.cms.impl.jcr.JCRCommand
org.jboss.portal.cms.impl.jcr.JCRCommand
- All Implemented Interfaces: 
- java.io.Serializable
- Direct Known Subclasses: 
- AsyncStoreArchiveCommand, ContentCreateCommand, ContentCreateNewVersionCommand, ContentGetCommand, ContentGetVersionsCommand, CopyCommand, DeleteCommand, DownloadArchiveCommand, FileCreateCommand, FileGetCommand, FileGetListCommand, FileUpdateAndVersionCommand, FileUpdateCommand, FolderCreateCommand, FolderGetCommand, FolderGetListCommand, FolderUpdateCommand, GetArchiveCommand, ItemExistsCommand, JCRCompositeCommand, MakeLiveVersionCommand, MoveCommand, RenameCommand, SearchCommand, StoreArchiveCommand
- public abstract class JCRCommand 
- extends Command- implements java.io.Serializable
Interface for executing operations.
- Author:
- Roy Russo, Thomas Heute
- See Also:
- Serialized Form
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
JCR_SESSION_ATTRIBUTE
public static java.lang.String JCR_SESSION_ATTRIBUTE
JCR_COMMANDFATORY_ATTRIBUTE
public static java.lang.String JCR_COMMANDFATORY_ATTRIBUTE
JCR_LOCALE_ATTRIBUTE
public static java.lang.String JCR_LOCALE_ATTRIBUTE
context
protected JCRCommandContext context
JCRCommand
public JCRCommand()
getContext
public InvocationContext getContext()
- Description copied from class: Invocation
- Return the invocation context or throw IllegalStateException.
 
- 
- Specified by:
- getContextin class- Invocation
 
- 
- Returns:
- the invocation context
 
setContext
public void setContext(JCRCommandContext context)
- 
 
- 
 
execute
public abstract java.lang.Object execute()
                                  throws CMSException
- 
 
- 
- Throws:
- CMSException