Understanding the Change Objects ================================ # Overview In the CASEI database all objects start as drafts. While they are in a draft state they are considered Change objects based upon different a "Action" they go through. The three actions a change object can be a "Create", "Update", or "Delete." When a draft is created its action is "Create." When a draft is published then updated a new change object is generated based upon the action "Update." Finally the same concept applies to deleting a draft. The change object is now a Delete draft but is removed from the database. Please follow the Draft Creation Process diagram below to find more info on drafts and change objects. .. image:: images/draft/image_1.png :alt: .. image:: images/draft/image_2.png :alt: .. image:: images/draft/image_3.png :alt: .. image:: images/draft/image_4.png :alt: .. image:: images/draft/image_5.png :alt: .. image:: images/draft/image_6.png :alt: