Skip to content

Dev Qddt Structures (Json)

Stig Norland edited this page Sep 20, 2018 · 9 revisions

All entities in QDDT will have the following attributes.

id:"11111111-1111-1111-1111-1111111111111E"
agency : {id: "11111111-1111-1111-1111-11111111111111", name: "TheAgnecy", modified…}
changeComment : "first save" 
changeKind : "CREATED" 
classKind : "CLASS_NAME" 
comments : [] 
modified : 11111111111111 
modifiedBy : {id: "11111111-1111-1111-1111-11111111111112", username: "stig",…} 
name : "entityName"
version : {major: 1, minor: 0, versionLabel: "", revision: null}

And many entities will have the following, which indicates that these entities can reference a source entity that are their origin. Since all entities in QDDT are revisioned we also need to know which revision of an entity that the current entity originates from.

basedOnObject : 11111111-1111-1111-1111-11111111111113
basedOnRevision : 1234

In the overview I will omit these elements, so it will be easier to see what is unique with each class