com.ibm.websphere.wim.common

Class EntityManager

  • java.lang.Object
    • com.ibm.websphere.wim.common.EntityManager


  • public class EntityManager
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      EntityManager() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static java.util.List getSupportedEntityTypes()
      Gets the supported entity type list for the current domain
      static void setSupportedEntityTypes(java.util.List entityTypes)
      Sets the supported entity type list for the current domain
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EntityManager

        public EntityManager()
    • Method Detail

      • getSupportedEntityTypes

        public static java.util.List getSupportedEntityTypes()
        Gets the supported entity type list for the current domain
        Return:
        the string list which contains the names of supported Entity types for a domain
      • setSupportedEntityTypes

        public static void setSupportedEntityTypes(java.util.List entityTypes)
        Sets the supported entity type list for the current domain
        Parameters:
        entityTypes - the list which contains the supported entity types for a domain