java.lang.Object
com.obinary.cms.core.ContentHandler
com.obinary.cms.core.Content
com.obinary.cms.core.ContainerList
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- Container
- public class ContainerList
- extends Content
User: sameercharles
Date: Apr 20, 2003
Time: 11:00:12 AM
- Version:
- 1.0
| Fields inherited from class com.obinary.cms.core.Content |
|
|
Constructor Summary |
(package private) |
ContainerList()
constructor |
(package private) |
ContainerList(Node workingNode,
java.lang.String containerListName)
Package private constructor, gets existing ContainerList object |
(package private) |
ContainerList(Node workingNode,
java.lang.String containerListName,
boolean createNew)
Package private constructor, creates new ContainerList object |
| Methods inherited from class com.obinary.cms.core.Content |
addObjectClass, copyTo, createAtom, createAtom, createContainer, createContainerList, deleteAtom, deleteContainer, deleteContainerList, getAtom, getContainer, getContainerList, getJCRNode, getMetaData, getMetaData, getName, init, moveTo, order, toStream, updateMetaData |
| Methods inherited from class com.obinary.cms.core.ContentHandler |
clone, getAncestor, getAncestor0, getAncestor1, getAncestor2, getAncestor3, getAncestor4, getAncestor5, getAncestor6, getAncestor7, getAncestor8, getAncestor9, getAncestors, getChildren, getChildren, getHandle, getHandleWithDefaultExtension, getLevel, getParent, getTemplate, getTitle, isGranted, isHasChildren, sortByDate, sortBySequence |
workingNode
private Node workingNode
name
private java.lang.String name
containerList
private Content containerList
ContainerList
ContainerList()
- constructor
ContainerList
ContainerList(Node workingNode,
java.lang.String containerListName)
throws ElementNotFoundException,
RepositoryException
- Package private constructor, gets existing
ContainerList object
ContainerList
ContainerList(Node workingNode,
java.lang.String containerListName,
boolean createNew)
throws ElementNotFoundException,
RepositoryException
- Package private constructor, creates new
ContainerList object
getChildren
public java.util.Collection getChildren()
gets a Collection containing all clild nodes at the current level+1 level
- Overrides:
getChildren in class ContentHandler
hasChildren
public boolean hasChildren()
- Overrides:
hasChildren in class ContentHandler