org.gcube.application.framework.contentmanagement.cache.factories
Class NewContentInfoCacheEntryFactory

java.lang.Object
  extended by org.gcube.application.framework.contentmanagement.cache.factories.NewContentInfoCacheEntryFactory

public class NewContentInfoCacheEntryFactory
extends java.lang.Object


Constructor Summary
NewContentInfoCacheEntryFactory()
           
 
Method Summary
 java.lang.Object createEntry(java.lang.Object key)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewContentInfoCacheEntryFactory

public NewContentInfoCacheEntryFactory()
Method Detail

createEntry

public java.lang.Object createEntry(java.lang.Object key)
                             throws java.lang.Exception
Parameters:
key - a QueryString representing pairs of keys and values: needed keys are "vre" and "oid"
Returns:
a DocumentDescription as it is returned from the CMS. The content is not transfered for storage and efficiency reasons
Throws:
java.lang.Exception