ServiceArtifactManager
A service artifact is a JSON-based text which, when rendered in HTML, represents the control of a service form. Service artifacts are used exclusively by the Accelerated Forms project for now.
Service artifacts are stored in the TC219_SERVICE_ARTIFACT table where each artifact has the following properties:
Service ID
This is ID of the service this artifact is associated with.
Alias
This is the name of the artifact. It can be used (along with version and/or service id) in order to retrieve a specific artifact.
JSON
This is the JSON text of the artifact.