Service - Services Manager: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 50: Line 50:
</syntaxhighlight>
</syntaxhighlight>


== Object Relationships ==
== RelationshipSchemas ==


= Media =
= Media =

Latest revision as of 13:46, 19 January 2026

Overview

Each service type is handled by a Service - Services (handlers) service.

Repository

....

Object Schemas

Additional Information
Per Service Schemas

objType

services

{
	objectType: "services",
	canDelete: false,
	belongTo: { 
		serviceTag: "Business",
		objectType: "business"
	},
	addOnDataStructure: [
		{
		  type: "attributeTree",    
		  attributeTreeTag: "servicesAttributes"
		},
	],
	storageResources: {
		myGraph: {
			storageType: "graph",
			graphServerTag: "GraphHandler"
		}
    },
    fieldNames: {
		servicesId: {
			type: "string",
			randomOnCreate: true,
			storageResourceTags: ['myGraph']
		},
    },
    identifiers: [
		{
			type: "identifier",
			fieldName: "servicesId"
		}
    ]
}

RelationshipSchemas

Media

  • all inventory instances link to Media

Working documents

Inventory Manager