RTC25657
This service is intended to be used to fetch repository items.
The URL to this service should be in one of the following formats:
RTC25658
[repoServiceURL]/[itemClass]/[itemID].[typeSuffix]
[repoServiceURL]/[itemClass]/[itemID]/[stateID].[typeSuffix]
[repoServiceURL]/[itemClass]/[itemName].[typeSuffix]
RTC25659
where:
- RTC25660[repoServiceURL] is
RTC25661
%repoServiceURL%
- RTC25662[itemClass] is the name of the EMF class representing the
item you wish to retrieve. Use either the short name of
the EClass (relative to it's EPackage; usually the
package-free Java class name); or the fully qualified
instanceClassName of the EClass.
- RTC25663[itemID] is a UUID for the itemID
- RTC25664[stateID] is a UUID for the stateID
- RTC25665[name] is the 'name' of the item. Not all item types
support items being 'named'.
- RTC25666[typeSuffix] is one of "html", "xml", or "json", indicating in what
format you want the item written in.