站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

FolderGetListCommand - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.cms.impl.jcr
Class FolderGetListCommand

java.lang.Object
  extended byorg.jboss.portal.cms.impl.jcr.JCRCommand
      extended byorg.jboss.portal.cms.impl.jcr.FolderGetListCommand
All Implemented Interfaces:
Command

public class FolderGetListCommand
extends JCRCommand

Retrieves the folder for the given path and sets the child folders and child files in the Folder obj.


Constructor Summary
FolderGetListCommand(java.lang.String sFolderPath)
           
 
Method Summary
 java.lang.Object execute(JCRCommandContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderGetListCommand

public FolderGetListCommand(java.lang.String sFolderPath)
Method Detail

execute

public java.lang.Object execute(JCRCommandContext context)
Specified by:
execute in class JCRCommand