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

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

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

A list of links pointing to a document. Allows lazy loading rom the usecase view.


Constructor Summary
Deactivate.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[] getLinksToDocument()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Deactivate.LinkList

public Deactivate.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.

getLinksToDocument

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


Copyright © $ Apache Software Foundation. All Rights Reserved.