Interface ScheduleTaskData

All Superinterfaces:
Cloneable, Serializable

public interface ScheduleTaskData extends Serializable, Cloneable
Interface for a container of custom task data.

Besides being Serializable and Cloneable, the implementation must provide a default constructor with no arguments. The resource containing the implementing class is required to have its scope set to "server".

Since:
5.2.14
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates and returns a copy of this container.
  • Method Details

    • clone

      Creates and returns a copy of this container.
      Returns:
      A clone of this data container.
      Since:
      5.2.14