Service - Services Manager

From Izara Wiki
Jump to navigation Jump to search

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"
		}
    ]
}

Object Relationships

Media

  • all inventory instances link to Media

Working documents

Inventory Manager