Service - Work In Progress Inventory
Jump to navigation
Jump to search
Overview
Handler service for inventory work in progress.
Repository
...
Schemas
ObjectSchemas
workInProgressInventory
{
"objectType": "workInProgressInventory",
"extendObjType": {
"serviceTag": "WorkInProgressManager",
"objectType": "workInProgress"
},
"storageResources": {
// from workInProgress objType
},
"addOnDataStructure": [],
"fieldNames": {
// from workInProgress objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
isInventory
{
isInventory: {
storageResources: {
myGraph: {
storageType: "graph",
graphServerTag: "GraphHandler"
}
},
links: [
{
storageResourceTags: ["myGraph"],
from: {
objType: {
serviceTag: "WorkInProgressInventory",
objectType: "workInProgressInventory"
},
requiredOnCreate: true,
linkType: "many",
},
to: {
objType: {
serviceTag: "InventoryManager",
objectType: "inventory"
},
linkType: "one"
}
}
]
}
}
includesInventoryUnit
{
includesInventoryUnit: {
storageResources: {
myGraph: {
storageType: "graph",
graphServerTag: "GraphHandler"
}
},
links: [
{
storageResourceTags: ["myGraph"],
from: {
objType: {
serviceTag: "WorkInProgressInventory",
objectType: "workInProgressInventory"
},
linkType: "many",
},
to: {
objType: {
serviceTag: "InventoryManager",
objectType: "inventoryUnit"
},
linkType: "one"
}
}
]
}
}