Class RepositoryConformanceWorkbenchConfig
- java.lang.Object
-
- org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
-
- org.odpi.openmetadata.adminservices.configuration.properties.RepositoryConformanceWorkbenchConfig
-
- All Implemented Interfaces:
Serializable
public class RepositoryConformanceWorkbenchConfig extends AdminServicesConfigHeader
RepositoryConformanceWorkbenchConfig provides the config that drives the RepositoryWorkbench within the Open Metadata Conformance Suite.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryConformanceWorkbenchConfig()Default constructor does nothing.RepositoryConformanceWorkbenchConfig(RepositoryConformanceWorkbenchConfig template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Validate that an object is equal depending on their stored values.intgetMaxSearchResults()Return the maximum search results that should processed for testing the search operations of the server under test.StringgetTutRepositoryServerName()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.StringtoString()Standard toString method.
-
-
-
Constructor Detail
-
RepositoryConformanceWorkbenchConfig
public RepositoryConformanceWorkbenchConfig()
Default constructor does nothing.
-
RepositoryConformanceWorkbenchConfig
public RepositoryConformanceWorkbenchConfig(RepositoryConformanceWorkbenchConfig template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getTutRepositoryServerName
public String getTutRepositoryServerName()
Return the name of the server that the repository workbench is to test.- Returns:
- server name
-
setTutRepositoryServerName
public void setTutRepositoryServerName(String tutRepositoryServerName)
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
public String toString()
Standard toString method.
-
equals
public boolean equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
-
-