Class RepositoryConformanceWorkbenchConfig
java.lang.Object
org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
org.odpi.openmetadata.adminservices.configuration.properties.RepositoryConformanceWorkbenchConfig
- All Implemented Interfaces:
Serializable
RepositoryConformanceWorkbenchConfig provides the config that drives the RepositoryWorkbench within the
Open Metadata Conformance Suite.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor does nothing.Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanValidate that an object is equal depending on their stored values.intReturn the maximum search results that should processed for testing the search operations of the server under test.Return the name of the server that the repository workbench is to test.inthashCode()Return a hash code based on the values of this object.voidsetMaxSearchResults(int maxSearchResults) Set up the maximum search results that should be processed for testing the search operations of the server under test.voidsetTutRepositoryServerName(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
-
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.
-