06-02-2009 07:52 AM
06-05-2009 05:27 AM
06-11-2009 07:54 AM
06-11-2009 08:15 AM
06-12-2009 02:59 AM
06-12-2009 04:41 AM
07-01-2009 09:11 AM
07-02-2009 08:47 AM
public List<Node> getContent()
{
// see comment in getNodes() above for reasoning here
if (this.contentNodes == null)
{
if (this.navigator.getSearchContext() == null)
{
queryBrowseNodes(this.navigator.getCurrentNodeId());
}
else
{
searchBrowseNodes(this.navigator.getSearchContext());
}
}
List<Node> result = this.contentNodes;
// we clear the member variable during invalidateComponents()
return result;
}
12-08-2009 08:18 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.