com.filenet.api.core

Class Factory.MetadataCache

  • java.lang.Object
    • com.filenet.api.core.Factory.MetadataCache
  • Enclosing class:
    Factory


    public static class Factory.MetadataCache
    extends java.lang.Object
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static MetadataCache getDefaultInstance()
      Returns the default metadata cache for use by a client application.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDefaultInstance

        public static MetadataCache getDefaultInstance()
        Returns the default metadata cache for use by a client application. Only a single, default metadata cache is available for a given server connection. This cache is also used internally.
        Returns:
        A MetadataCache object.

© Copyright IBM Corporation 2006, 2013. All rights reserved.