Interface IJCTransferObject

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Collection<? extends com.im.df.api.ddl.DFSchema> getSchemas()
      Get all schemas referenced by this object.
    • Method Detail

      • getSchemas

        java.util.Collection<? extends com.im.df.api.ddl.DFSchema> getSchemas()
        Get all schemas referenced by this object. This is needed for example when closing the schema to find out whether the clipboard needs to be cleaned up,
        Returns:
        all schemas referenced by this object