Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • clientId: File name of service configuration file located in the OC configuration directory 'PiServiceConfigFiles'. This file is an instance of the FewsPiServiceConfig XSD.
  • id: Reference to the ID of a ModuleState element in the service configuration file.
  • returns: List of ColdStateGroup ids.

Anchor
times
times

Code Block
Date[] getAvailableStateTimes(String clientId, String id);

...

  • clientId: File name of service configuration file located in the OC configuration directory 'PiServiceConfigFiles'. This file is an instance of the FewsPiServiceConfig XSD.
  • id: Reference to the ID of a ModuleState element in the service configuration file.
  • stateTime: Time for which to retrieve warm state file. Time values can be obtained from method getAvailableStateTimes#times
  • ensembleId: <currently not supported>
  • ensembleMemberIndex: <currently not supported>

...