Service - Operation

From Izara Wiki
Jump to navigation Jump to search

Overview

A user can create or manage many operations, each operation has it's independent set of feeds.

Repository

http://git.izara.io/SvenTheBarbarian/IzaraVideoFeeds-Operation-Operation

Object Schemas

Additional Information
Per Service Schemas

operation

{
	objectType: "operation",
	canDelete: false,
	addOnDataStructure: [
		{
			type: "propertyValue"
		},
		{
			type:"versionedData",
			versionedDataLabel: "Detail",
			storageResourceTag : "myGraph",
			fieldNames: {
				"operationName":{
					type: "string",
					requiredOnCreate: true,
					canUpdate: true,
					userCanUpdate: true,
				},
			}
		},
	],
	storageResources: {
		myGraph: {
			storageType: "graph",
			graphServerTag: "GraphHandler"
		}
    },
    fieldNames: {
		operationId: {
			type: "string",
			randomOnCreate: true,
			storageResourceTags: ['myGraph']
		},
    },
    identifiers: [
		{
			type: "identifier",
			fieldName: "operationId"
		}
    ]
}

Relationships

...

Working documents

Operation