Class Scenarios


  • public class Scenarios
    extends Object
    API class for retrieving usage scenario data.
    • Constructor Detail

      • Scenarios

        public Scenarios()
    • Method Detail

      • getScenarios

        public javax.ws.rs.core.Response getScenarios()
        Gets all usage scenarios.
        Returns:
        a JSON array containing information about all usage scenarios
      • downloadScenario

        public javax.ws.rs.core.Response downloadScenario​(String id)
        Gets the JXM file of the specified usage scenario.
        Parameters:
        id - the ID of the usage scenario
        Returns:
        an octet stream containing the JXM file