Interface I_CmsContentLoadCollectorInfo

All Known Implementing Classes:
CmsContentLoadCollectorInfo

Interface defining the data used to call a content collector.

  • Method Details

    • getCollectorName

      Returns the collector name.

      Returns:
      the collector name
    • getCollectorParams

      Returns the collectorParams.

      Returns:
      the collectorParams
    • setCollectorName

      void setCollectorName(String collectorName)
      Sets the collectorName.

      Parameters:
      collectorName - the collectorName to set
    • setCollectorParams

      void setCollectorParams(String collectorParams)
      Sets the collectorParams.

      Parameters:
      collectorParams - the collectorParams to set
    • getCollectorClass

      Returns the fully qualified class name of the used collector. It has to be specified only if the collector name is not set.
      Returns:
      the fully qualified class name of the used collector.
    • getId

      Gets the id.

      Returns:
      the id
    • setCollectorClass

      void setCollectorClass(String className)
      Sets the class name to identify the collector implementation.
      Parameters:
      className - the fully qualified class name.
    • setId

      void setId(String id)
      Sets the id.

      Parameters:
      id - the id