Versions Compared

Key

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

...

The Common UI Metadata service can be accessed both as an ordinary non-GWT webservice and as a GWT webservice.

...

Non-GWT Webservice API

 All Common UI Metadata services are accessed using urls of this form:

...

where <method-name> represents the name of a java method of the org.pentaho.common.ui.metadata.service.MetadataService class.

The non-GWT Webservice API has both XML and JSON capabilities. Application developers can choose to use either JSON or XML, or mix and match as desired.

Methods

For an up-to-date overview of the available methods, refer to the source. At the time of writing, these methods are known:

...