Metadata Metamodel Component APIs
The Component service provides operations to retrieve privilege information of a component element. A component element is said to contain privilege information if any one of package elements in it contains privilege information.
Operations
GET
Get Component Id Metamodel Fingerprint
Retrieves the fingerprint computed from the metamodel metadata of the component element corresponding to componentId. The fingerprint provides clients an efficient way to check if the metadata for a particular component element has been modified on the server. The client can do this by comparing the result of this operation with the fingerprint returned in the result of Component.get.
GET
Get Component Id Metamodel
Retrieves metamodel information about the component element corresponding to componentId. The ComponentData contains the metamodel information about the component and it's fingerprint. It contains information about all the package elements that are contained in this component element.
GET
List Metadata Metamodel Component
Returns the identifiers for the component elements that are registered with the infrastructure.