Annotation Interface Platform.DataSet.Requirements

Enclosing class:
Platform.DataSet

@Target(ANNOTATION_TYPE) @Retention(RUNTIME) @Inherited public static @interface Platform.DataSet.Requirements
Annotation interface used to define the requirements that must be satisfied before this dataset can be applied
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
     
  • Element Details

    • levels

      String[] levels
      Returns:
      a list of string representing db level requirements for this dataset to be applied. Each entry is a string containing the level required. For example, the following definition
      "geocall.core.9.0.0","geocall.core.9.1.0"
      says that, in order this dependency can be resolved, both levels geocall.core.9.0.0 and geocall.core.9.1.0 must be applied
      Default:
      {}
    • datasets

      String[] datasets
      Returns:
      a list of string representing datasets requirements for this dataset to be applied. Each entry is a string containing the dataset required. For example, the following definition
      "dataset1","dataset2"
      says that, in order this dependency can be resolved, both datasets dataset1 and dataset2 must be applied
      Default:
      {}