Entity Search Profile¶
The technology under test supports the ability to search for entity instances.
Entity property search¶
The technology under test supports the search and retrieval of current metadata instances from its repository based on matching specific property values. This tests the findEntitiesByProperty method of the OMRSMetadataCollection interface.
Assertions
| ID | Description |
|---|---|
repository-entity-property-search-101FEBP |
findEntitiesByProperty is supported |
repository-entity-property-search-03 |
findEntitiesByProperty found n/n expected results using parameters: ... |
repository-entity-property-search-04 |
findEntitiesByProperty returned 0 unexpected results using parameters: ... |
repository-entity-property-search-05 |
findEntitiesByProperty found n/n expected results using parameters: ... |
repository-entity-property-search-06 |
findEntitiesByProperty returned 0 unexpected results using parameters: ... |
repository-entity-property-search-09 |
findEntitiesByProperty found n/n expected results using parameters: ... |
repository-entity-property-search-10 |
findEntitiesByProperty returned 0 unexpected results using parameters: ... |
repository-entity-property-search-105 |
findEntitiesByProperty with null match parameters found n/n expected results using parameters: ... |
repository-entity-property-search-106 |
findEntitiesByProperty with null match parameters returned 0 unexpected results using parameters: ... |
Entity value search¶
The technology under test supports the search and retrieval of current metadata instances from its repository based on matching any values. This tests the findEntitiesByPropertyValue method of the OMRSMetadataCollection interface.
Assertions
| ID | Description |
|---|---|
repository-entity-property-search-101FEBPV |
findEntitiesByPropertyValue is supported |
repository-entity-property-search-07 |
findEntitiesByPropertyValue found n/n expected results using parameters: ... |
repository-entity-property-search-08 |
findEntitiesByPropertyValue returned 0 unexpected results using parameters: ... |
Entity condition search¶
The technology under test supports the search and retrieval of current metadata instances from its repository based on matching logical combinations of property conditions. This tests the findEntities method of the OMRSMetadataCollection interface.
Assertions
| ID | Description |
|---|---|
repository-entity-property-search-101FE |
findEntities using SearchProperties is supported |
repository-entity-property-search-103 |
findEntities using SearchProperties with general regex found n/n expected results using parameters: ... |
repository-entity-property-search-104 |
findEntities using SearchProperties with general regex returned 0 unexpected results using parameters: ... |
repository-entity-property-search-107 |
findEntities with null match parameters found n/n expected results using parameters: ... |
repository-entity-property-search-108 |
findEntities with null match parameters returned 0 unexpected results using parameters: ... |