org.infoglue.deliver.applications.databeans
Interface UsageListener
- All Known Implementing Classes:
- ComponentDeliveryContext, DeliveryContext
- public interface UsageListener
- Author:
- mattias
This interface are to be followed by each class that wants to be notified by deliver about what content and sitenodes are
used where when they are used.
addUsedContent
public void addUsedContent(java.lang.String usedContent)
addUsedSiteNode
public void addUsedSiteNode(java.lang.String usedSiteNode)
addUsedContentVersion
public void addUsedContentVersion(java.lang.String usedContentVersion)
addUsedSiteNodeVersion
public void addUsedSiteNodeVersion(java.lang.String usedSiteNodeVersion)
getAllUsedEntities
public java.lang.String[] getAllUsedEntities()