org.apache.lenya.cms.workflow.usecases
Class Publish.LinkList

java.lang.Object
  extended by org.apache.lenya.cms.workflow.usecases.Publish.LinkList
Enclosing class:
Publish

public static class Publish.LinkList
extends java.lang.Object

A list of links originating from a document. Allows lazy loading rom the usecase view.


Constructor Summary
Publish.LinkList(org.apache.avalon.framework.service.ServiceManager manager, org.apache.lenya.cms.publication.Document doc)
           
 
Method Summary
 org.apache.lenya.cms.publication.Document[] getDocuments()
           
protected  org.apache.lenya.cms.publication.Document[] getUnpublishedLinks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Publish.LinkList

public Publish.LinkList(org.apache.avalon.framework.service.ServiceManager manager,
                        org.apache.lenya.cms.publication.Document doc)
Parameters:
manager - The manager.
doc - The document to resolve the links from.
Method Detail

getDocuments

public org.apache.lenya.cms.publication.Document[] getDocuments()
Returns:
The link documents.

getUnpublishedLinks

protected org.apache.lenya.cms.publication.Document[] getUnpublishedLinks()


Copyright © $ Apache Software Foundation. All Rights Reserved.