Interface ObjectCollection<T>

    • Method Detail

      • getDisplayName

        String getDisplayName()
        Returns:
        the collection name
      • getDescription

        String getDescription()
        Returns:
        the collection description
      • getComponents

        T[] getComponents()
                   throws ObjectStoreException
        Returns all objects stored in the collection.
        Returns:
        an array of collection objects
        Throws:
        ObjectStoreException - where an unexpected error occurs