Service - Services Manager: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
(Created page with "= Overview = Each service type is handled by a Service - Services (handlers) service. = Repository = .... = Object Schemas = ; Additional Information: Per Service Schemas == objType == === services === <syntaxhighlight lang="JavaScript"> { objectType: "services", canDelete: false, belongTo: { serviceTag: "user", objectType: "user" }, addOnDataStructure: [ { type: "attributeTree", attributeTreeTag: "servicesAttributes" }, ], stor...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 19: Line 19:
canDelete: false,
canDelete: false,
belongTo: {  
belongTo: {  
serviceTag: "user",
serviceTag: "Business",
objectType: "user"
objectType: "business"
},
},
addOnDataStructure: [
addOnDataStructure: [
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