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

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

public class MetadataCacheEntryFactory
extends java.lang.Object

Author:
Valia Tsagkalidou (NKUA)

Constructor Summary
MetadataCacheEntryFactory()
           
 
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

MetadataCacheEntryFactory

public MetadataCacheEntryFactory()
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", "metadataColID", "oid"
Returns:
the metadata object of the corresponding ID
Throws:
java.lang.Exception