The getComponent() method of the RestComponentHelper class returns a data stream that contains a representation of a component.

The following code sample returns the Configuration component:

RestResult result = RestComponentHelper.getComponent("/atg/dynamo/Configuration",
null, mSession)
 
loading table of contents...