当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
JCRCommand - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.cms.impl.jcr
Class JCRCommand
java.lang.Object
org.jboss.portal.cms.impl.jcr.JCRCommand
- All Implemented Interfaces:
- Command
- Direct Known Subclasses:
- ContentCreateCommand, ContentCreateNewVersionCommand, ContentGetCommand, ContentGetVersionsCommand, CopyCommand, DeleteCommand, FileCreateCommand, FileGetCommand, FileGetListCommand, FileUpdateCommand, FolderCreateCommand, FolderGetCommand, FolderGetListCommand, FolderUpdateCommand, ItemExistsCommand, MoveCommand, RenameCommand, StoreArchiveCommand
- public abstract class JCRCommand
- extends java.lang.Object
- implements Command
Interface for executing operations.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCRCommand
public JCRCommand()
execute
public abstract java.lang.Object execute(JCRCommandContext context)