Class RepositoryConformanceWorkbenchConfig
java.lang.Object
org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
org.odpi.openmetadata.adminservices.configuration.properties.RepositoryConformanceWorkbenchConfig
RepositoryConformanceWorkbenchConfig provides the config that drives the RepositoryWorkbench within the
Open Metadata Conformance Suite.
-
Constructor Summary
ConstructorDescriptionDefault constructor does nothing.Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Validate that an object is equal depending on their stored values.int
Return the maximum search results that should processed for testing the search operations of the server under test.Return the list of entity types to test.Return the name of the server that the repository workbench is to test.int
hashCode()
Return a hash code based on the values of this object.void
setMaxSearchResults
(int maxSearchResults) Set up the maximum search results that should be processed for testing the search operations of the server under test.void
setTestEntityTypes
(List<String> testEntityTypes) Return the list of entity types to test.void
setTutRepositoryServerName
(String tutRepositoryServerName) Set up the name of the server that the repository workbench is to test.toString()
Standard toString method.
-
Constructor Details
-
RepositoryConformanceWorkbenchConfig
public RepositoryConformanceWorkbenchConfig()Default constructor does nothing. -
RepositoryConformanceWorkbenchConfig
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getTutRepositoryServerName
Return the name of the server that the repository workbench is to test.- Returns:
- server name
-
setTutRepositoryServerName
Set up the name of the server that the repository workbench is to test.- Parameters:
tutRepositoryServerName
- server name
-
getMaxSearchResults
public int getMaxSearchResults()Return the maximum search results that should processed for testing the search operations of the server under test.- Returns:
- page size
-
setMaxSearchResults
public void setMaxSearchResults(int maxSearchResults) Set up the maximum search results that should be processed for testing the search operations of the server under test.- Parameters:
maxSearchResults
- page size
-
getTestEntityTypes
Return the list of entity types to test. If the value is null then all known entities will be used. The names of the entities are used to drive the spawning of tests since the repository workbench aims to test each permutation of types.- Returns:
- list of entity type names
-
setTestEntityTypes
Return the list of entity types to test. If the value is null then all known entities will be used. The names of the entities are used to drive the spawning of tests since the repository workbench aims to test each permutation of types.- Parameters:
testEntityTypes
- list of entity type names (or null to test all types)
-
toString
Standard toString method. -
equals
Validate that an object is equal depending on their stored values. -
hashCode
public int hashCode()Return a hash code based on the values of this object.
-