Details

    Description

      Backport to 6.0.x:

      • new Asset*Display classes.
      • complete JSONWS Invoker.

      The goal of this LPS is to be able to invoke the following invoker command:

      {
      	"$display = /assetvocabulary/get-group-vocabularies-display" : {
      		"groupId" : 10162,
      		"name" : "",
      		"start" : 0,
      		"end" : 10,
      		"obc" : null,
      		"vocabularies.$categoriesCount = /assetcategory/get-vocabulary-categories-count" : {
      			"groupId" : 10162,
      			"@vocabularyId" : "$display.vocabularies.vocabularyId"
      		}
      	}
      }
      

      on *http://localhost:8080/tunnel-web/jsonws/invoke* and to get response like this:

      {
        "end": 10,
        "page": 1,
        "start": 0,
        "total": 2,
        "vocabularies": [
          {
            "modifiedDate": 1362992650000,
            "vocabularyId": 10603,
            ...
            "categoriesCount": 1
          },
          {
            "modifiedDate": 1362992655000,
            "vocabularyId": 10604,
            ...
            "categoriesCount": 2
          }
        ]
      } 
      

      Attachments

        Issue Links

          Activity

            People

              yang.gao Yang Gao (Inactive)
              zsigmond.rab Zsigmond Rab
              Rafaela Nascimento Rafaela Nascimento
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                9 years, 44 weeks, 1 day ago

                Packages

                  Version Package
                  6.0.X EE
                  6.1.30 EE GA3