|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.frovi.ss.Tree.BaseNodeSupplier
|
+--org.infoglue.cms.treeservice.ss.ContentNodeSupplier
ContentNodeSupplier.java Created on 2002-sep-30
| Constructor Summary | |
ContentNodeSupplier(java.lang.Integer repositoryId,
java.lang.String userName)
|
|
| Method Summary | |
java.lang.String[] |
getAllowedContentTypeNames()
|
java.util.Collection |
getChildContainerNodes(java.lang.Integer parentNode)
ContainerNodes (folderNodes) Create a list of nodes that is children to the node with the supplied id "parentNode". |
java.util.Collection |
getChildLeafNodes(java.lang.Integer parentNode)
LeafNodes (documentNodes) Create a list of nodes that is children to the node with the supplied id "parentNode". |
boolean |
hasChildren()
return true if you will answer the question above |
void |
setAllowedContentTypeNames(java.lang.String[] allowedContentTypeNames)
|
void |
setShowLeafs(boolean showLeafs)
Sets the showLeafs. |
| Methods inherited from class com.frovi.ss.Tree.BaseNodeSupplier |
getRootNode, hasChildren |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ContentNodeSupplier(java.lang.Integer repositoryId,
java.lang.String userName)
throws SystemException
| Method Detail |
public boolean hasChildren()
INodeSupplier
hasChildren in interface INodeSupplierhasChildren in class BaseNodeSupplierBaseNodeSupplier.hasChildren()public java.util.Collection getChildContainerNodes(java.lang.Integer parentNode)
INodeSupplier
INodeSupplier.getChildContainerNodes(Integer)public java.util.Collection getChildLeafNodes(java.lang.Integer parentNode)
INodeSupplier
INodeSupplier.getChildLeafNodes(Integer)public void setShowLeafs(boolean showLeafs)
showLeafs - The showLeafs to setpublic java.lang.String[] getAllowedContentTypeNames()
public void setAllowedContentTypeNames(java.lang.String[] allowedContentTypeNames)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||