Manage Data Instances
Manage Data Instances is the description
Actors
Extends Use Cases
Detail Scenarios
Scenario Create Data Instance
Create Data Instance is the description
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
- To Be Defined
Actors
Scenario Find Data Instance
Find Data Instance is the description
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
- To Be Defined
Actors
Scenario Remove Data Instance
Remove Data Instance is the description
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
- To Be Defined