Manage Data Instances

Manage Data Instances is the description

Activities Diagram

Actors

Extends Use Cases

Detail Scenarios

Scenario Create Data Instance

Create Data Instance is the description

Scenario CreateDataInstance

Criteria

  • Given - An Application Developer wants to create a new data instance
  • When - The Application Developer uses the 'datainstance/create' method
  • Then - An Application Developer wants to create a new data instance

Steps

  1. To Be Defined

Actors

Scenario Find Data Instance

Find Data Instance is the description

Scenario FindDataInstance

Criteria

  • Given - DataEngineer has access to datainstance/find method
  • When - DataEngineer uses the method to find a specific data instance
  • Then - DataEngineer has access to datainstance/find method

Steps

  1. To Be Defined

Actors

Scenario Remove Data Instance

Remove Data Instance is the description

Scenario RemoveDataInstance

Criteria

  • Given - A DataEngineer has a specific data instance to remove
  • When - The DataEngineer invokes the 'datainstance/destroy' method
  • Then - A DataEngineer has a specific data instance to remove

Steps

  1. To Be Defined

Actors